/*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0px;
	padding: 0px;	
	list-style: none;
    outline: none;
    text-decoration: none;	
}
body {
    font-family: 'Lato', sans-serif;
}
.modal-content {
    position: relative;
    background-color: #f7f7f7;
    background-clip: padding-box;
    outline: 0;
}
.modal-header {
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header h1 {
    font-size: 18px;
    width: 270px;
    color: #364153;
    margin: 0 auto 15px auto;
    text-transform: uppercase;
    font-weight: 800;
}
   .modal-header .close {
    margin-top: -2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-body {
}
.modal-body .content {
	max-width: 700px;
	margin: auto;  
}
.modal-body .content .bd-example {
    position: relative;
    border: 1px solid #f8f9fa;
    border-width: .2rem 0 0;
}
table {
    border-collapse: collapse;
}
.modal-body .content .bd-example .table {
    width: 100%;
    margin-bottom: 1rem;
    padding: 4px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 16px;
    color: #364154;
}
.modal-body .content .bd-example .table tbody {
    font-size: 15px;
    line-height: 15px;
}
.modal-body .content .bd-example .table thead {
vertical-align: top;
}
.modal-body .content .bd-example .table .category-name {
    padding: 5px;
    text-transform: uppercase;
    color: #666;
    background-color: #d7d7d7;
text-align: left;}
.modal-body .content .bd-example .table .totals {
    padding: 5px;
    color: #364154;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #959595;
    height: 42px;
}
.modal-body .content .bd-example .table .BIGTOTAL {
    padding: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    background-color: #959595;
}
.modal-body .content .bd-example .table .total-category {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}
.modal-body .content .bd-example .table .total-final {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}
.modal-body .content .bd-example .table tr .item {
    font-weight: 400;
    color: #364154;
    max-width: 430px;
    text-align: left;
}
.modal-body .content .bd-example .table tr .delete-item {
    font-weight: 400;
    color: #364154;
    max-width: 70px;
    text-align: center;
    align-content: center;
}
.modal-body .content .bd-example .table tr .delete-item button {
    cursor:pointer;
    border-radius: 30% 30%;
    font-size: 13px;
    border: 1px solid #ccc;
    height: 20px;
    width: 20px;
    font-weight: 700;

}
.modal-body .content .bd-example .table tr .delete-item button:hover {
    font-weight: 700;
    color: #fff;
    background-color: red;
    border-radius: 30% 30%;
    opacity: 0.8;
    border: none;
    
}
.modal-body .content .bd-example .table tr .difference {
    font-weight: 700;
}
.modal-body .content .bd-example .table td, .table th {
    padding: 4px;
    border-top: 1px solid #dee2e6;
    text-align: right;
    max-width: 100px;
}
.modal-footer {
    padding: 0 5px 15px 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}
.modal-footer strong a {
    height: 35px;
    max-width: 250px;
    display: block;
    color: #364154;
    font-weight: bold;
    line-height: 35px;
    font-size: 14px;
    background-color: #D7D7D7;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    align-content: center;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.modal-footer strong a:hover {
    background-color: #666;
    color: #fff;}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d7d7d7;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

<!-- Responsive elements -->
@media (min-width: 768px) {
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
}

@media (max-width: 400px) {
.modal-body .list .borders {
    border-left: none;
    border-right: none;
}
.modal-body .content .bd-example .table {
    font-size: 12px;
}
.modal-body .content .bd-example .table tbody {
    font-size: 13px;}
.modal-body .content .bd-example .table tr .difference {
    display: none;}
.modal-body .content .bd-example .table .total-category {
    font-size: 13px;
font-weight: 700;}
.modal-body .content .bd-example .table tr .item {
    max-width:70px;
line-height: 11px;}
.modal-body .content .bd-example .table td, .table th {
    max-width: 36px;
    font-size: 11px;
}
.modal-body .content .bd-example .table .totals {
    font-size: 12px;
}
.modal-body .content .bd-example .table .total-final {
    font-size: 13px;}
}