body {
 font-family:'Open Sans', sans-serif;
 font-weight:400;
 font-size:15px;
 line-height:22px;
 text-align:left;
 background-color:#fff;
 color:#5f6062;
 cursor:hand;
}

.fa-star:before {content:"\f005";}

.stars_int{
 float:left;
 font-size:2px;
 margin:2px 0 0 10px;
}

.stars_int .fa{
 margin-right:2px;
 font-size:13px;
 color:#0473bb;
}

.content_title {
 display:inline-block;
 width:100%;
 font-family:'Comfortaa', cursive;
 font-weight:700;
 font-size:16px;
 color:#f68d1e;
}

.wiki_line {
 width:100%;
 height:1px;
 margin:10px auto;
 font-size:0;
 line-height:0;
 background:#dce2e4;
}

.wiki_table {
 margin:10px 0 10px 0;
 border-style:solid;
 border-color:#dce2e4;
 border-width:1px 1px 0px 0px;
 background-color:#FFF;
}

.wiki_td {
 padding:10px;
 border-style:solid;
 border-color:#dce2e4;
 border-width:0px 0px 1px 1px;
 font-size:14px;
 color:#5f6062;
 text-align:center;
}

a:link, a:visited {
 font-family:'Open Sans';
 font-size:14px;
 line-height:15px;
 color:#F68D1E;
 text-decoration:none;
}

a:hover {
 font-family:'Open Sans';
 font-size:14px;
 line-height:15px;
 color:#F68D1E;
 text-decoration:underline;
} 


ul{
 padding-left:5px;
 margin-left:1px;
 margin-top:1px;
 margin-bottom:1px;
}

ul li{
 background:url("/img/bullet.png") no-repeat 0 9px;
 list-style-type:none;
 padding-left:10px;
}

/* table start*/
.table {
 width:100%;
 border-style:solid;
 border-width:thin;
 border-left-width:1px;
 border-top-width:1px;
 border-bottom-width:0;
 border-right-width:0px;
 border-color:#dce2e4;
 background-color:#fff;
 line-height:normal;
}

.htable-header {
 padding:15px;
 border-style:solid;
 border-width:thin;
 border-left-width:0px;
 border-top-width:0px;
 border-bottom-width:1px;
 border-right-width:1px;
 border-color:#dce2e4;
 font-family:'Comfortaa', cursive;
 font-weight:700;
 font-size:14px;
 line-height:20px;
 color:#222324;
 background-color:#eaf0f3;
 vertical-align:middle;
}

.table-cell {
 padding:15px;
 border-style:solid;
 border-width:thin;
 border-left-width:0;
 border-top-width:0;
 border-bottom-width:1px;
 border-right-width:1px;
 border-color:#dce2e4;
 background-color:#fff;
}

.padding_left_5{
 padding-left:5px;
}
/*table end*/
