@charset "utf-8"; /* Error message */ .updated ul li, .error ul li{ margin:5px 0 5px 20px; list-style: outside disc; } /*Statistic table*/ .afb-summery{ width:300px; float:left; } .afb-table{ float:left; width:100%; margin-left:-300px; } .afb-table .floater{ margin-left:320px; } .afb-table .table-wrap{ width:100%; } .afb-table table{ width:100%; border-collapse: collapse; } .afb-table td, .afb-table th{ padding:5px 10px; } .afb-table tbody td, .afb-table tbody th{ border-bottom:1px solid #ddd; } .afb-table thead th{ font-size:1.2em; color:#444; border-bottom:1px solid #444; } .afb-table tfoot th, .afb-table tfoot td{ background: #ddd; border-bottom:#444 solid 1px; } /*Function reference*/ #tabs-4 dl{ background:#444; color:#fff; border-radius:10px; padding:10px; -webkit-border-radius:10px; -moz-border-radius:10px; margin-bottom:10px; } #tabs-4 dt{ margin-bottom:5px; font-size:1.2em; } #tabs-4 dd{ margin-bottom:20px; } dt .blue{ color:lightskyblue; } dt .yellow{ color:lightyellow; } dt .red{ color:tomato; }