
.table table{table-layout:fixed;border-collapse:collapse;width:100%;}
.table table th{font-size:16px;padding:10px 0;font-weight:bold;background:#f8f8f9;width:25%;color:#222!important;}
.table table th:nth-of-type(1){width:30%;}
.table table th:nth-of-type(4){width:20%;}
.table .table-cell-wrap{border-bottom:1px solid #eee;border-top:1px solid transparent;overflow:hidden;}
.table .table-cell-wrap .table-cell button{margin:0 10px;}

.table .table-cell-wrap.show{border-top-color:#57a3f3;}
.table .table-cell-wrap .table-cell{width:25%;float:left;text-align:center;padding:20px 10px;box-sizing:border-box;color:#222!important;}
.table .table-cell-wrap .table-cell:nth-of-type(1){width:30%;}
.table .table-cell-wrap .table-cell:nth-of-type(4){width:20%;padding:15px 10px;}

.table .info{clear:both;;text-align:left;border-top:1px solid #eee;border-bottom:1px solid #57a3f3;margin-bottom:50px;display:none;color:#444!important;}
.table caption{font-size:14px;padding:15px;border-bottom:1px solid #eee;text-align:left;}
.table .info table th{font-size:14px;padding:10px;font-weight:bold;background:transparent;width:30%;border-bottom:1px solid #eee;}
.table .info table th:nth-of-type(2){width:10%;}
.table .info table td{padding:10px;font-size:14px;text-align:center;border-bottom:1px solid #eee;width:30%;text-align:left;}
.table .info table td:nth-of-type(2){width:10%;}
.table .info.show{display:block;background:rgba(0,0,0,.01);}



.btn-primary{outline:none;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;line-height:1.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:6px 15px;font-size:12px;border-radius:4px;transition:color .2s linear, background-color .2s linear, border .2s linear;color:#fff;background-color:#2d8cf0;border-color:#2d8cf0}
.btn-primary.border{border-color:#2d8cf0;color:#2d8cf0;background:white;}
.btn-primary:hover{color:#fff;background-color:#57a3f3;border-color:#57a3f3}
