
html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.row{
    height: 100%; 
}
.container{
    padding: 0.3%; 
    margin: 0;
}
.row .row{
    padding: 3px 0;
}
.row .row div{
    padding: 5px 0;
}
#tab4 td{
    text-align: center;
}

#fin-cover img{
    border: 1px solid #434343;
    margin: 3px;
    max-width: 130px;
    height: auto;
    width: auto \9;
}

.yeartitle{
     font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}
.fullwidth{
    width: 100%;
}
td{
    border: 1px solid #F5F5F5;
    padding:5px;
}
thead{
    background-color: #2c58c8;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}
#tab51 img{
    width: 100%;
    max-width:740px;
}

.nav-tabs.sub{
    border: none;
    background-color: #f5f5f5;
    min-width: 300px;
}
#tab6 img{
    border: 1px solid #434343;
}

.nav-tabs.sub > li.active > a{
  color: #000;
 /* background-color: #f5f5f5;
  border: 1px solid transparent;
*/
  cursor: default;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}
.nav-tabs.sub > li.active > a:hover,.nav-tabs.sub > li.active > a,.nav-tabs.sub > li > a:hover,.nav-tabs.sub > li.active > a:focus{
    color: #000;
    background-color: #cecece;
    border: none;
    border-radius: 0;
}
.tab-content{
    padding-top: 5px;
}
/*IE8*/
.container
{
    display:table \9;
    width: 100% \9;
}

.row
{
    height: 100% \9;
    width: 100% \9;
    display: table-row \9;
}
.col-sm-4
{
    display: table-cell \9;
}
#tab51 img{
    width: auto;
    height: auto;
    max-width:740px;
}
.topline{
    width: 100%;
    border-top: 1px solid #f5f5f5;
    margin: 0.3% auto;
}
/*IE8*/

.title_S
{
	font-size:1.2em;
	font-weight:bold;
	color:#2c58c8;
}

/*Basic*/
@media (max-width:1200px){
    .row{
        padding: 1%;
    }
    .row .row{
        padding: 0;
        margin: 0;
    }

    
}
@media (max-width:640px){
    .nav-tabs.sub > li{
        width: 100%;
    }
    .nav-tabs >li{
        width:100%;
     }
    .nav > li > a{
        padding: 3px;
        border-radius: 0;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
        background-color: #434343;
        color: #fff;
    }   
    #tab53 img{
    width: auto;
    height: auto;
    }
}
