body, td, div, th {
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

a {color:#f7941e; text-decoration: none;}
a:hover {color:#333; text-decoration: underline;}
a:focus {text-decoration: none;}


img {border: 0}
img a {border: 0}




/*fancy-list - style for unordered lists 
ul.fancy-list,
ul.fancy-list ul {padding:0; list-style:none;margin-top: 10px; margin-left:15px;}
ul.fancy-list li {border-top:1px solid #e6e6e6; line-height:1.4; padding: 12px 0;}
ul.fancy-list li:first-child {border-top:0; }
ul.fancy-list[data-columns="2"] li:nth-child(2) {border-top: 0;}
ul.fancy-list li::before {font-family: 'icomoon'; content:'\e007'; color:#fad304; font-size: 12px;  margin-right: 15px;}*/

/*dash-list - style for unordered lists */
ul.dash-list,
ul.dash-list ul {padding:0; list-style:none; margin: 10px 0 15px 15px;}
ul.dash-list li {line-height: 1.5; padding: 3px 0;}
ul.dash-list li::before {content:''; display:inline-block; margin-right: 12px; width:10px; height:2px; background:#f7941e; vertical-align: middle;}

/* Dots list */
.dots-list,
.dots-list ul {padding:0; list-style: none; margin: 10px 0 5px 15px;}
.dots-list li { padding:3px 0px 3px 10px; line-height:1.5; }
.dots-list li::before { content: "•"; color: #f7941e; margin-left:-10px; padding-right:9px; font-size:20px; line-height:1; vertical-align:middle }

/* hovered-list - style for unordered lists */
ul.hovered-list,
ul.hovered-list ul {padding:0; list-style:none;margin-left:15px}
ul.hovered-list li {border-bottom:1px solid #ececec; line-height:1; position:relative;}
ul.hovered-list li::after {opacity:0; visibility:hidden;border-bottom:2px solid #f7941e; position:absolute; content:''; bottom:0; left:0; width:100%; height:0;}
ul.hovered-list li:hover::after {opacity:1; visibility:visible; }
ul.hovered-list li { line-height: 1.5; padding: 12px 0; display: inline-block; width: 100%;}

.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}


.img-bordered {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}



.table {
	border: 1px solid #ddd;
    box-shadow: 0 0 7px rgba(0,0,0,0.05);
}

.table td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table tr.table_title td {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
	font-weight:700;	
}





.table-bordered {
	border: 1px solid #ddd;
    box-shadow: 0 0 7px rgba(0,0,0,0.05);
}
.table-bordered td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
	border: 1px solid #ddd;
}

.maincontent {
	text-align:left;
}