.btn-default{
	background-color: #fff;
    border-color: #ccc;
}
.btn-block{
	display: block;
    width: 100%;
}
html{
	font-size: 12px;
}

.breadcrumb{
	padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active {
    color: #777;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.panel {
    margin-bottom: 20px;
    margin-top: -8px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.table{
	width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table button{
	padding:5px 10px;
}
.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}