/* Customizations
------------------------------------- */

/* Beauty Tips content 
------------------------------------- */
.bt-content {
border-top: 4px solid #8b8b8b;
border-top: 4px solid #4a4a4a;
font-size: 0.9em !important;
line-height: 1.3;
}

.bt-content ul { 
list-style-type: square;
margin: 0.5em 0 0 1.5em; 
}

.bt-content li { 
margin-bottom: 0.5em; 
}

/* QuickTabs
------------------------------------- */
ul.quicktabs-tabs {
margin: 0.75em 0 1.5em 0;
padding: 0 0 3px 8px;
line-height: normal;
white-space: nowrap;
border-bottom: 1px solid #ddd; /* $gray-line; */
}

ul.quicktabs-tabs li {
margin: 0;
display: inline;
}

ul.quicktabs-tabs li a {
margin-right: 0.25em;
padding: 3px 0.75em;
background-color: #f9f9f9; /* $gray-shade; */
border: 1px solid #ddd; /* $gray-line; */
}

ul.quicktabs-tabs li.active a {
background-color: #fff;
border-top: 2px solid #222222; /* $carbon; */
border-bottom: 1px solid #fff;
}

ul.quicktabs-tabs li a:hover,
ul.quicktabs-tabs li.active a:hover  {
background-color: #ddd; /* $gray-lt; */
border-bottom: 1px solid #ddd; /* $gray-line; */
}

.front .region-content .block-block {
margin-bottom: 0;
}

/* tweaks */
.quicktabs-tabpage a {
text-decoration: underline;
}

.quicktabs-tabpage table {
margin-bottom: 2em;
}



