@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);


h3{
    font-size: 16px;
    text-transform: capitalize;
}

article.content{
	width:99.9%;
	margin: 0 auto;
	margin-top: 1%;
}

table.info-table{
    border: transparent;
    width: 100%;
    background-color: #F0F8FF;
}

table.info-table:first-child{
    margin-bottom: 2%;
    padding: 1%;
}

table.info-table:last-child{
    margin-top: 4%;
    padding: 2%;
}

table.info-table tr td.info-cell{
    width: 9%;
    text-align: center;
    height: 12%;
    border: transparent;
}

table.info-table tr td.info-cell a.info-link{
    color: #0186BA;
}

table.aux-table{
    border: 1px solid #000000;
    WIDTH: 60%;
    background-color: transparent;
    margin-left: 20%;
    margin-right: 19%;
    border-collapse: collapse;
    margin-bottom: 2%;
}

table.aux-table tr td.aux-cell{
    text-align: center;
    border: 1px solid #000000;
    border-spacing: 0px !important;

}

table.aux-table tr td:first-child p{
    text-align: left;
    padding-left: 0%;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


table.custom-table, table.second-table{
    border: 1px solid #000000;
    width: 95%;
    background-color: transparent;
    margin: 2% 2% 2% 2%;
    border-collapse: collapse;
}

table.custom-table:first-child tr:first-child td.custom-left-first-cell{
    text-align: left;
}

.custom-left-cell, .custom-left-first-cell, .second-left-cell{
    width: 90%;
    text-align: justify;
    height: 12%;
    border: 1px solid #000000;

}/*

.custom-table tr:nth-child(2n+3){
    background-color: #F0F8FF;
}
*/


.custom-left-cell p, .custom-left-first-cell p{

    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.custom-left-cell p a{
    color: #0186BA;
}

.custom-left-first-cell, .custom-right-first-cell{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;/*
    color: #FFFFFF;
    background: #39b1cc;
    background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
    background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);*/
}

.custom-right-cell, .custom-right-first-cell, .second-right-cell{
    width: 10%;
    text-align: center;
    height: 12%;
    border: 1px solid #000000;
}

a{
    color: #0186BA;
}
/*
table.second-table tr:nth-child(2n+1){
    background-color: #F0F8FF;

}*/
