#form-list{
position: relative;
float: left;
width: 100%;
}
#table-container{
position: relative;
float: left;
width: 100%;
padding: 20px;
background: white;
border-radius: 5px;
margin-bottom: 20px;
-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
-o-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,.2);
}
table h6{
margin: 0;
}
table h6 span.badge{
padding: 4px;
margin: 0;
font-size: 10px;
}
table .little{
width: 30px;
}
table .medium{
width: 120px;
}
table .big{
width: 180px;
}
table .btn-group {
position: relative;
float: left;
padding: 0 auto;
margin: 0;
}
table button.btn-sm{
padding: 0 5px;
margin: 0;
}
table button i{
padding: 0;
margin: 0;
}
table .btn-group > .btn:not(:last-child):not(.dropdown-toggle){
border-radius: 2px;
}
.pc-none {
display: none;
}
@media (max-width: 768px) {
.phone-none {
display: none;
}
.pc-none {
display: table-cell;
}
}