/* Colors
Dark Blue - #093968
Light Blue - #166ba5
Dark Red - #721411
Red - #B32513
Dark Grey - #afafaf
Grey - #DDDDDD
Light Grey - #f2f2f2
Yellow - #F9DD50
*/

/* ---------main structure styles--------- */

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #093968;
	position: relative;
}
hr {
	border-color: #afafaf;
	padding: 0;
	margin: 0;
}
div#previews-catalog hr, div#limited-time hr, div#new-series hr {
    margin-top: 10px;
}
.right {
	padding: 30px 0 15px 15px;
}
.row {
	margin: 0;
}
.blue-box {
	border:3px solid #093968;
	padding: 0;
	margin-bottom:30px;
}
.blue-box>a:hover {
	text-decoration: none;
}
.red-box {
	border: 3px solid #B32513;
	width: 100%;
	margin: 15px auto;
}
.grey-box {
	background-color: #DDDDDD;
	padding: 10px 15px 15px 15px;
	margin-bottom: 20px;
}
.checkout {
	border: 2px solid #093968;
	padding: 0 15px 15px 15px;
	margin: 10px;
}
.box-content {
	margin-top: 10px;
}
.about {
	margin-bottom: 15px;
}
.modal.modal-wide .modal-dialog {
  width: 66%;
}
#comicModal .modal-body {
	padding-right: 50px;
}
.modal-body {
	overflow-y: auto;
}
p#titles {
	min-height: 300px;
}
h4#checkout {
	min-height: 400px;
}
div.creators {
	margin-left: -15px;
	margin-right: -15px;
}
div.more_info {
	margin-top: 10px;
}
.indent{
	margin-left: 25px;
	margin-bottom: 30px;
}
.indent-bullets, .indent-para {
	margin-left: 20px;
}
.indent-remove {
	margin-left: 22px;
	margin-bottom: 30px;
}
.indent-order {
	font-size: 1.2em;
	margin-left: 25px;
	margin-bottom: 20px;
}
.flex-container, .flex-dashboard {
	margin:0 auto;
	display: flex;
  	flex-flow: row wrap;
  	justify-content: center;
}
.flex-container {
	max-width: 670px;
}
.flex-dashboard {
	max-width: 1200px;
}
.dashboard-item {
	min-height: 150px;
	min-width: 200px;
	margin: 10px auto 20px auto;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.variant {
	background-color: #f2f2f2;
}
.variant-cover {
	border: 1px solid #dddddd;
	margin: 15px 0px 15px 25px; 
	width: 243px;
}
.sub-cover {
	border: 1px solid #dddddd;
	width: 268px;
}
.sub_comic {
	margin-bottom: 30px;
}
.space-below {
	margin-bottom: 35px;
}
.space-above {
	margin-top: 25px;
}
/*.quick_add_row {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2px;
	margin-bottom: 2px;
	min-width: 690px;
}*/
.quick_add_item {
    display: inline-block;
    width: 33%;
    padding: 5px;
    margin-bottom: 25px;
    position: relative;
}
.quick_add_text {
    width: 70%;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px;
}
.rec-add {
    position: absolute;
    top: 0;
    right: 20px;
}
div#view-rec-button {
	margin-top: 30px;
	text-align: center;
}
div#cart_icon {
	display: inline-block;
}
.inactive {
	pointer-events:none;
	position: relative;
}
.overlay {
	position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    background-color: rgba(0,0,0,0.2); /* Black background with opacity */
    z-index: 5;
}
.parent-child-title {
	border-top: 1px solid #dddddd;
	margin-top: -20px;
}
footer {
	background-color: #093968;
	color: #fff;
	font-size: .8em;
	padding-top: 15px;	
}
/* ---------image styles--------- */
.thumb {
	max-width: 100px;
	border: 1px solid #dddddd;
}
.animated {
	width:242px;
	padding-top: 10px;
}
.shop-shipping {
	margin-top: 15px;
	background-color: #f2f2f2;
	padding-bottom: 5px;
}
.special {
	margin-right: 10px;
	max-width: 150px;
	padding-top: 10px;
}
img#modalImage {
	width: 100%;
	max-width: 350px;
	border: 1px solid #dddddd;
}
.middle {
	margin-top: 100px;
}
.footer-social {
	margin-top: -15px;
}
#footer-facebook {
	display: inline-block;
	width: 25px;
    height: 25px;
    background: url(../images/footer_social_sprite.png) 0 0;
    margin: 15px 10px 25px 0px;
}
#footer-twitter {
	display: inline-block;
	width: 25px;
    height: 25px;
    background: url(../images/footer_social_sprite.png) -25px 0;
    margin: 15px 10px 25px 0px;
}
#footer-ebay {
	display: inline-block;
	width: 25px;
    height: 25px;
    background: url(../images/footer_social_sprite.png) -50px 0;
    margin: 15px 10px 25px 0px;
}
#footer-facebook:hover, #footer-facebook:focus {
    background: url(../images/footer_social_sprite.png) 0 25px;
}
#footer-twitter:hover, #footer-twitter:focus {
    background: url(../images/footer_social_sprite.png) -25px 25px;
}
#footer-ebay:hover, #footer-ebay:focus {
    background: url(../images/footer_social_sprite.png) -50px 25px;
}
#facebook {
	width: 25px;
    height: 25px;
    background: url(../images/social_sprite.gif) 0 0;
    margin: 25px 10px 0px 0px;
}
#twitter {
	width: 25px;
    height: 25px;
    background: url(../images/social_sprite.gif) -25px 0;
    margin: 25px 10px 0px 0px;
}
#ebay {
	width: 25px;
    height: 25px;
    background: url(../images/social_sprite.gif) -50px 0;
    margin: 25px 10px 0px 0px;
}
#facebook:hover, #facebook:focus {
    background: url(../images/social_sprite.gif) 0 25px;
}
#twitter:hover, #twitter:focus {
    background: url(../images/social_sprite.gif) -25px 25px;
}
#ebay:hover, #ebay:focus {
    background: url(../images/social_sprite.gif) -50px 25px;
}
.gsi_button {
	margin: 10px auto 30px auto;
}
img.slider {
	margin: 30px 0;
}
.carousel {margin: 30px 0;}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.carousel-control.left {
  color: #093968;
  position: absolute;
  top: 0px;
  left: -2em;
  font-size: 1.5em;
}
.carousel-control.left:hover {
  cursor: pointer;
  color: #B32513;
}
.carousel-control.right {
  color: #093968;
  position: absolute;
  top: 0px;
  right: -2em;
  font-size: 1.5em;
  padding: 0px;
}
.carousel-control.right :hover {
  cursor: pointer;
  color: #B32513;
}
.flex-image {
  	margin: 10px auto;
}
.flex-image:hover, .flex-image:focus {
	border-bottom: 3px solid #166ba5;
	margin: 10px auto 7px auto;
}
img.sub_screenshot {
	margin-bottom: 20px;
}
img.feature {
	width: 500px;
	padding: 10px;
}
img.feature:hover, img.feature:focus {
	border: 1px solid #dddddd;
}
img.home-apparel {
	margin: 20px auto;
	padding: 0px 20px;
}
.apparel-img {
	max-width: 300px;
	max-height: 400px;
	margin: 0px auto;
}
img.loader {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 40%;
	left: 60%;
   	margin-top: -50px;
   	margin-left: -50px;
}
img.gsi-image {
	width: 30%;
	max-width: 120px;
	border: 1px solid #dddddd;
	margin-left: 15px;
}
.key-images {
	text-align: center;
	margin-bottom: 15px;
}
.key-images img {
	display:inline-block;
	width: 18%;
	max-width: 200px;
	border: 1px solid #dddddd;
	margin-right: 9.3333%;
}
.key-images > :last-child { 
	margin-right: 0 !important;
}
.other-shirts {
	max-height: 300px;
}
.circles {
	margin-bottom: 15px;
}
div#free-service-banner {
	background-image: url("../images/free_service_banner.gif");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
    width: 100%;
    height: 150px;
    border: 2px solid #093968;
}

/* ---------text styles--------- */
h1 {
	text-align: center;
	font-size: 2.5em;
}
h1#admin {
	color: #B32513;
}
h1.gsi_image {
	width: 330px;
	height: 140px;
	background: url("../images/gsi_comic_books.png");
	text-indent: -9999px;
	margin: 30px auto 20px auto;
}
h2 {
	background-color: #093968;
	color: #fff;
	margin: 0;
	padding:5px 15px;
	font-size: 1.5em;
	overflow: auto;
}
h2.user {
	background-color: transparent;
	color: #093968;
	text-align: center;
	font-size: 1.6em;
}
h2 a {
	color: #fff;
	font-size: .6em;
	float: right;
	font-weight: lighter;
	position: relative;
	top: 4px;
}
h2 a:hover {
	color: #F9DD50;
}
h2.gsi_emphasis {
	background-color: #fff;
	color: #B32513;
	margin: 20px auto;
}
h4.red-banner {
	background-color: #B32513;
	color: #fff;
	padding: 10px;
	text-align: center;
}
h5 {
	font-weight: bold;
}
div.red-box>h3 {
	background-color: #B32513;
	color: #fff;
	margin: 0 0 10px 0;
	padding:5px 15px;
	font-size: 1.3em;
}
div.no-java>p {
	background-color: #B32513;
	color: #fff;
	padding:5px 15px;
	font-size: 1.1em;
}
footer p a {
	color: #fff;
}
footer p a:hover {
	color: #F9DD50;
}
ul.format, ul.publisher, ul.display, ul.category {
	list-style: none;
	padding-left: 10px;	
	background-color: #DDDDDD;
}
ul.pagination {
	display: table;
    margin: 0px auto 10px auto;
    height: 60px;
}
a#formatDrop, a#publisherDrop, p#publisherDrop {
	display: block;
	background-color: #093968;
	color: #fff;
	margin: 0 0 10px 0;
	padding:5px 15px;
	font-size: 1.75em;
	width: 100%;
}
a#formatDrop:hover, a#formatDrop:active,
a#publisherDrop:hover, a#publisherDrop:active {
	text-decoration: none;
}
a.open-ComicDetails {
    margin-left: 15px;
}
.bold {
	font-weight: 700;
}
.pShipping, .p_gsi, .p_larger{
	font-size: 1.2em;
}
.red {
	color: #B32513;
	font-weight: 700;
}
.red-icon {
	color: #B32513;
    font-size: 30px;
    padding: 3px;
    margin: 3px 10px;
    border: 1px solid #B32513;
    border-radius: 6px;
}
.green {
	color: #00941e;
    font-size: 30px;
    position: absolute;
    top: -4px;
    left: 0px;
    padding: 3px;
    border: 1px solid #00941e;
    border-radius: 6px;
}
.sub-info {
	position: relative;
	padding-left: 45px;
	font-size: 1.1em;
}
.sub-price {
	position: relative;
    padding-left: 70px;
    font-size: 1.3em;
    margin: 25px 0 35px 0;
}
.previews-price {
	position: relative;
    padding-left: 60px;
    font-size: 1em;
    margin: 10px 0 15px 0;
}
.discount {
	position: absolute;
    top: -10px;
    left: 0px;
    background-color: #F9DD50;
    color: #093968;
    text-align: center;
    padding: 7px;
    border: 2px solid #093968;
    border-radius: 10px;
    font-weight: 600;
}
.breadcrumb {
	background-color: #fff;
}
.tag-breadcrumb .breadcrumb {
	margin-bottom: 0px;
}
.tag-breadcrumb {
	position: relative;
}
.right-breadcrumb {
	color: #777;
    max-width: 100%;
    text-align: right;
    margin-right: 25px;
}
p#signUp {
	margin-bottom: 50px;
}
p#gsi_form_para, p#tag_form_para{
	margin: 15px 0;
}
p#by {
	text-align: right;
	font-weight: bold;
}
p#total {
	font-size: 1.2em;
	font-weight: bold;
}
p#total_cart {
	padding-right: 120px;
	font-size: 1.2em;
	font-weight: bold;
}
p.note, h4.note {
	border: 1px solid #093968;
	margin: 10px 80px 10px 20px;
	padding: 10px;
}
p.ship_note {
	font-size: 1.1em;
	font-weight: bold;
}
h4.left-table-align {
	width: 85%;
	margin: 0px auto;
}
li.gsi_list {
	padding: 2px 0px;
}
#strike {
	color:red;
	text-decoration:line-through;
}
.thanks-list{
	font-size: 1.1em;
	line-height: 1.5em;
}
a.order-alert {
	font-size: 1.4em;
}
a.order-alert:hover, a.order-alert:focus {
	text-decoration: none
}
.dashboard-item ul {
	margin: 10px 15px 10px 0px;
	font-size: 1.3em;
}
.dashboard-inner {
	margin: 10px 15px 20px 15px;
	font-size: 1.2em;
}
.half-line {
	line-height: 2em;
}
p.previews-page {
	width: 80px;
    text-align: center;
	border: 1px solid #B32513;
	background: #B32513;
	color: #fff;
	padding: 3px 15px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px; 
}
div#previews-catalog hr.red-hr {
	height:0; 
  	border:0; 
  	border-top:1px solid #B32513;
  	margin-top: -31px;
}
p.previews-publisher{
	margin: 0px auto 15px auto;
	padding: 3px;
	background-color: #166ba5;
	color: #fff;
	text-align: center;
}
div#page-break {
	display: none;
}

p.tag-list, td.tag-list {
	line-height: 1.8em!important;
}
.tag-link {
	background-color: #dddddd;
    padding: 3px 5px;
    margin-right: 6px;
    font-size: .9em;
}

.tag-link:hover {
	color: #f8f8f9;
    background-color: #a2a2a2;
    text-decoration: none;
}

.gsi-link {
	padding: 3px 5px;
    margin-right: 6px;
    font-size: .9em;
    background-color: #fef091;
}

.gsi-link:hover {
	color: #fff;
    background-color: #fbd811;
    text-decoration: none;
}

select#recommend-tag {
    font-size: 16px;
}
span#select-rec-tag {
    font-size: 18px;
}

#faq-page {
	font-size: 1.1em;
}

#faq-page h4 {
	margin-top: 55px;
    text-align: center;
    font-weight: 700;
}

.faq-question {
	font-weight: 700;
	margin-top: 35px;
}

#toc_container ol {
    counter-reset: item;
    line-height: 1.5em;
}
#toc_container ol li {
    display: block;
}
#toc_container ol li:before {
    content: counters(item, ".")" ";
    counter-increment: item;
}
ul#faq-tag-list, ul#faq-family-list {
	list-style: none;
	display: none;
	margin-top: 10px;
}
.grade-icon {
	background-color: #e6c8fd;
	padding: 5px 0px;
	border-radius: 5px;
	max-width: 75px;
	height: 65px;
	border: 1px solid;
}
.grade-icon span {
	display: block;
    text-align: center;
}
.grade_icon_grade {
    font-size: 18px;
    font-weight: 700;
}
.grade_icon_number {
    font-size: 12px;
}
.grade_icon_certified {
    font-size: 10px;
}
.grade_icon_cgc, .grade_icon_cgc_number {
    font-size: 16px;
    font-weight: 700;
}

/* ---------tooltip styles--------- */
.red-tooltip + .tooltip > .tooltip-inner {
	border: 1px solid #B32513;
	border-radius: 3px;
	background-color: #fff;
	color: #093968;
	text-align: left;
}
.red-tooltip + .tooltip > .tooltip-arrow {
	border-top-color: #B32513;
}
.order-tooltip + .tooltip > .tooltip-inner {
	width: 200px;
	border: 2px solid #B32513;
    border-radius: 3px;
    background-color: #fff;
    color: #093968;
    text-align: center;
	font-size: 1.2em;
}
.order-tooltip + .tooltip > .tooltip-arrow {
	border-bottom-color: #B32513;
}
.red-popover + .popover {
	border: 1px solid #B32513;
    border-radius: 3px;
    background-color: #fff;
    color: #093968;
}
.red-popover + .popover > .arrow {
	border-bottom-color: #B32513;
}
#countdown {
  font-size: 20px;
  color: #999;
  letter-spacing: -1px;
}
#countdown span {
  font-size: 60px;
  color: #333;
  margin: 0 3px 0 15px;
}
#countdown span:first-child {
  margin-left: 0;
}
.tip-outer {
	position: relative;
	margin-bottom: 7px;
}
.tip-outer-table {
	max-width: 100px;
	position: relative;
	margin-bottom: 7px;
}
.tip-outer-sub {
	position: relative;
	margin-bottom: 7px;
	max-width: 268px;
}
.image-tip {
	background-color: #fff;
	background-color: rgba(255,255,255,.75); 
	color: #939393;
	padding: 3px;
    border: 1px solid #939393;
    border-radius: 6px;
	font-size: 20px;
    position: absolute;
    top: -15px;
    right: -8px;
}
.image-tip-var {
	top: -28px;
}
.new-corner-outer {
	position: relative;
	max-width: 268px;
}
.new-corner{
	padding: 3px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50%;
}
/* ---------rss styles--------- */
.rssBody ul {
	padding: 0 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.rssBody ul li {
	list-style: none;
}
.rssBody ul li:not(:last-child){
	border-bottom:  2px solid #B32513;
	margin-bottom: 5px;
}

/* ---------navigation styles--------- */
#admin-menu.navbar-default,
#custom-menu.navbar-default {
    font-size: 1em;
    font-style: bold;
    border-width: 0px;
    border-radius: 0px;
}
#custom-menu.navbar-default {
    background-color: #093968;
}
#admin-menu.navbar-default {
    background-color: #B32513;
}
#admin-menu.navbar-default .navbar-nav>li>a,
#custom-menu.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 15px 27px;
	font-weight: 500;
}
#custom-menu.navbar-default .navbar-nav>li.active>a {
    background-color: #166ba5;
}
#admin-menu.navbar-default .navbar-nav>li.active>a {
    background-color: #721411;
}
#admin-menu.navbar-default .navbar-nav>li>a:hover,
#admin-menu.navbar-default .navbar-nav>li>a:focus,
#custom-menu.navbar-default .navbar-nav>li>a:hover,
#custom-menu.navbar-default .navbar-nav>li>a:focus {
    color: #F9DD50;
}
#custom-menu.navbar .navbar-nav li.dropdown.open > .dropdown-toggle {
	background-color: #093968;
	color: #F9DD50;
}
#custom-menu.navbar .dropdown-menu {
  	background-color: #093968;
}
#custom-menu.navbar .dropdown-menu > li > a  {
  	color: white;
}
#custom-menu.navbar .navbar-nav .dropdown:hover .dropdown-menu {
   display: block;
}
#custom-menu.navbar .navbar-nav .dropdown:hover .dropdown-menu > li > a:hover,
#custom-menu.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#custom-menu.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color: #093968;
	color: #F9DD50;
}
#bookmarks {
	color: #fff;
	background-color: #093968;
	padding: 10px 15px;
	margin-top: 25px;
}
#bookmarks>a {
	color: #fff;
	text-decoration: none;
}
#bookmarks>a:hover {
	color: #F9DD50;
}
/* ---------form and button styles--------- */
.form-control, .btn {
	border-radius: 0;
}

.form-control {
	background-color: #fff;
	border: 2px solid #093968;
	margin-bottom: 5px;
}
select#state, select#sortBy, select#filterBy, select.profile {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-position: 97.5% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/select_icon.gif);
    padding: 0 .5em;
}
select.profile {
	max-width: 170px;
}
.mcs-link {
	color: #f52804;
}
.mcs-link:hover {
	color: #B32513;
}
.mcs-link img {
	vertical-align: top;
	margin-top: 1px;
}
.ebay-link img {
	vertical-align: top;
	margin-top: 3px;
}
button, .button {
	color: #fff;
	background-color: #093968;
	border:3px solid #166BA5;
	border-radius: 5px;
	padding: 3px 15px;
}
button:hover:enabled, a.button:hover:enabled {
	color: #fff;
	background-color: #166BA5;
	border:3px solid #093968;
	text-decoration: none;
}
button:disabled, button.added {
	background-color: grey;
}
a.amazon-button {
	display: block;
    text-align: center;
	color: #093968;
	font-weight: bold;
	background-color: #fff;
	border:3px solid #166BA5;
	border-radius: 5px;
	padding: 3px;
	min-width: 110px;
}
a.amazon-button:hover:enabled {
	color: #166BA5;
	font-weight: bold;
	background-color: #FFFACD;
	border:3px solid #093968;
	text-decoration: none;
}
.secondary {
	color: #093968;
	background-color: #FFFACD;
	border:3px solid #093968;
	border-radius: 5px;
	padding: 3px 10px;
}
button.secondary:hover {
	color: #fff;
	background-color: #093968;
	border:3px solid #FFFACD;
}
a.shop_btn {
	font-size: 1.2em;
	color: #fff;
	background-color: #093968;
	border:3px solid #F9DD50;
	border-radius: 5px;
	padding: 10px 15px;
	position: relative;
	top: 15px;
}
button.close:hover {
	color: #166BA5;
	background-color: #fff;
	border: none;
}
form.search>.input-group {
	width: 250px;
}
form.search-tags {
	margin-top: 15px;
	min-width: 300px;
	max-width: 500px;
}
form.search-tags>.input-group>.input-group-btn{
	padding-left: 5px;
}
button#show-tags {
	width: 115px;
	display: inline-block;
}
.searchBtn {
	color: #fff;
	background-color: #093968;
	border: none;
	padding: 5px 15px;
}
.searchBtn:hover {
	color: #F9DD50;
	background-color: #093968;
	border: none!important;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:24px;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/checkbox_icon_24x40.gif) right top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/checkbox_icon_24x40.gif) right -20px no-repeat;
}
form#loginForm, form#signupForm, form#addressUpdateForm, form#passwordUpdateForm, form#usernameUpdateForm, form#contactUpdateForm {
	width: 66%;
	margin: 0 auto;
}
div#loginLinks {
	clear: both;
	width: 66%;
	margin: 0 auto;
}
form#loginToCheckout {
	width: 66%;
	margin: 0 auto 70px auto;
}
form#passwordForm, form#usernameForm {
	width: 40%;
	margin: 0 auto 20px auto;
}
form#orders {
	overflow: auto;
	margin-bottom: 30px;
}
form.inventory .form-control {
	margin: 0 30px 0 0;
}
form#addInv, form#adminLogin {
	width: 66%;
	margin: 0 auto 30px auto;
	background-color: #DDDDDD;
	border: 2px solid #B32513;
	padding: 15px 0;
}
form#adminLogin {
	width: 45%;
}
button#add{
	margin-top: 25px;
	margin-right: 2px;
}
form.user_select {
	display: inline-flex;
    float: right;
    min-width: 135px;
    margin: -6px 0 -10px 0;
}
form.user_button {
	display: inline-flex;
    float: right;
    min-width: 135px;
}
form#status {
	float: none;
}
form#status>button{
	max-height: 34px;
	margin-bottom: 5px;
}
tr#end_sub td, tr#subscribe td, tr#handling td {
    border-top: none;
}
a.subscribe {
	margin-bottom: 5px;
    display: inline-block;
}
form.user_check {
	margin: -15px -60px;
    float: left;
    min-width: 190px;
}
form.sub_form, form.recommend_form  {
	margin: 0px auto;
}
button.sub_button, button.sub_button:hover, button.sub_button:active {
	color: #fff;
	background-color: transparent;
	border: none;
	padding: 0;
	outline: none;
}
.form-radio-label {
	font-weight: 300;
}
.form-radio-input {
	margin-right: 5px!important;
}
.sub-example {
  	margin: 25px auto 10px auto;
}
.sub-example:hover, .sub-example:focus {
	border-bottom: 3px solid #166ba5;
	margin: 25px auto 7px auto;
}
button#submit_example{
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}
label.remove-title{
	font-size: 1.2em;
	font-weight: 300;
}
.dashboard-inner a.button {
	font-size: 1em;
}
button.submit_add.pull-right{
	margin-top: -20px;
}
button#submit_subscribe_free{
	margin-top: 20px;
	margin-bottom: 100px;
}

/* ---------table styles--------- */
.table>tbody>tr>th {
	padding: 0;
}
.table>tbody>tr>td {
	padding-left: 15px;
	white-space: pre-wrap!important; /* css-3 */
    white-space: -moz-pre-wrap!important; /* Mozilla, since 1999 */
    white-space: -o-pre-wrap!important; /* Opera 7+ */
    word-wrap: break-word!important; /* Internet Explorer 5.5+ */
}
table#grades>tbody>tr>td {
	padding: 2px 8px!important;
}
#tCart, .checkoutDiv {
	width: 85%;
	margin: 20px auto;
}
#tCheckout {
	width: 100%;
	margin-bottom: 30px;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #FFFACD;
}
.table-gsi>tbody>tr>td{
	padding: 5px 20px 5px 0px;
	vertical-align: top;
}
.table-gsi>tbody>tr>th {
	padding: 5px 20px 5px 0px;
	border-bottom: 2px solid #093968;
}
.border-top {
	border-bottom: 1px solid #093968;
}
td.narrow {
	max-width: 200px;
	min-width: 150px;
}
td.narrower {
	max-width: 120px;
}
td.narrowest {
	max-width: 90px;
}
td.medium {
	max-width: 320px;
}
td.large {
	max-width: 550px;
}
td.button-cell {
	min-width: 140px;
}
td.form-cell {
	min-width: 225px;
}
td.border-bottom {
	border-bottom: 1px solid #093968; 
}
td.td_15 {
	width: 15%
}
td.td_20 {
	width: 20%;
	min-width: 100px;
}
td.td_30 {
	width: 30%;
	min-width: 100px;
}
td.td_40 {
	width: 40%;
}
td.td_50 {
	width: 50%;
}
table.profile td, table.orders td {
	border-color: #afafaf !important;
}
.table>tbody>tr>td.tags {
	padding-bottom: 0;
}
.table>tbody>tr>td.tag-button {
	padding-top: 1px;
	padding-bottom: 1px;
}
table.orders {
	margin-top: 20px;
}
.orders>tbody>tr>td {
	padding-left: 0px;
}
.inventory_btn {
	border: 0;
	background: none;
	width: 20px;
	padding: 0;
	margin: 0;
}
.inventory_btn:hover {
	border: 0;
	background: none;
	width: 20px;
	padding: 0;
	margin: 0;
}
button#submit_order{
	padding: 10px 20px;
	font-size: 1.3em;
	margin-top: 20px;
    margin-left: 20px;
}
a.back_acct {
	display: inline-block;
	padding: 13px 20px;
	font-size: 1.3em;
}
a.view_cart {
	display: inline-block;
	margin: 15px;
	padding: 13px 28px;
	font-size: 1.3em;
}
a.view_rec {
	text-align: center;
	display: inline-block;
	margin: 15px auto;
	padding: 13px 20px;
	font-size: 1.3em;
}
.no-border {
	border-top: 0px!important;
}
/* ----- Change screen width that navbar will collapse ----- */
@media (max-width: 1000px) {
	.navbar-right {
		float: none!important;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #countdown {
	  font-size: 14px;
	}
	#countdown span {
	  font-size: 40px;
	}
}
@media (max-width: 767px) {	
	.home-comic {
		max-width: 150px;
	}
	h1 {
		font-size: 2em;
	}
	.modal.modal-wide .modal-dialog {
  		width: 95%;
	}
	img#modalImage {
		max-width: 150px;
	}
	.circles {
		margin-top: 20%;
	}
	div#free-service-banner {
		background-image: url("../images/free_service_moble.gif");
	    width: 100%;
	    height: 400px;
	    border: none;
	}
}
@media (max-width: 850px) {
	.quick_add_item {
	    width: 50%;
	}
	form#search-tags input {
		margin-bottom: 6px;
	}
	form#search-tags .input-group {
		display: table-cell;
	}
}
@media (max-width: 960px) {	
	form.form_add_cart {
		position: relative;
		z-index: 1000;
	}
	button.submit_add.pull-right {
	    float: none!important;
	    display: block;
    	margin-top: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
	    width: 95%!important;
	}
}
@media (max-width: 550px) {
	.quick_add_item {
	    width: 100%;
	}
}
@media (max-width: 456px) {	
	button#submit_order{
    	margin-left: 0px;
	}
	h1 {
		font-size: 1.75em;
	}
	#countdown {
	  font-size: 12px;
	}
	#countdown span {
	  font-size: 30px;
	}
	img.gsi-image {
		clear: both;
		width: 50%;
		margin-left: 5px;
	}
	.circles {
		margin-top: 35%;
	}
	.right-breadcrumb {
	    text-align: left;
	    margin-left: 10px;
	}
}