﻿.clear { clear: both; }
h4 { font-size: 11px; }
#details 
{
    float: left;
}
@media (min-width: 768px) {
    #details {
        max-width: 468px;
    }
}
@media (min-width: 992px) {
    #details {
        max-width: 692px;
    }
}
@media (min-width: 1200px) {
    #details {
        max-width: 900px;
    }
}
#details h1 
{
    margin-bottom: 10px;
}
#details h1, #industries h3
{
    color: #137696;
    display: inline-block;
}
hr{margin:20px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;}
#industries 
{
    border-right: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    width: 220px;
}
#industries h3 { margin: 0px; }
#industries .industry-title:hover h3, #industries .industry-title.active h3
{
    /*color: #fff;*/
}
.industry-title 
{
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
}
.industry-title:hover, .industry-title.active
{
    background: #C6E4EF;
    /*color: #fff;*/
}
.industry-title:hover 
{
    cursor: pointer;
}
.region h3 
{
    margin: 0;
    margin-top: 4px;
    line-height: 1em;
    font-size: 1em;
}
.months 
{
    text-align: center;
}
a:link, a:visited 
{
    font-size: 13px;
    font-weight: bold;
}
.months a:link, .months a:visited 
{
    color: #fff;
}
.region, .rrItem
{
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.region 
{
    opacity: 0.5;
}
.region.active, .region:hover
{
    opacity: 1.0;
}
.rrClipRegion { border: 0 !important; }
.rrItem
{
    padding: 0 5px 0;
}
#tdSide, #sidebar
{
	display: none !important;  
}
ul.rrItemsList {
    left: -30px !important;
}