@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mb20{margin-bottom:20px;}
.plr10{padding-left:10px; padding-right:10px;}

body{font-family:'robotoregular', Arial, sans-serif;}
.full-width{width:100%!important;}
.header{background:#828a92;}
.header .logo{padding:5px;}
.header .page-title{color:#FFF; font-size:24px; padding:13px 0px 13px 15px;}
.main-content{padding:20px 10px 0px 10px;}
.dw-box{background:#f1f1f1; border-radius:4px; overflow:hidden;}
.dw-box .box-logo{margin:10px;}
.dw-box .box-title{font-size:22px; color:#333; padding:10px 0px; border-bottom:solid 2px #ddd;}
.dw-box .box-title span{color:#ed5565;}
.bor{background:url(../images/border.jpg) center top repeat-y; margin:10px 0px 20px 0px; color:#333; font-size:16px;}
.bor strong{font-family:'robotobold', Arial, sans-serif;}
.bor span{font-size:10px;}
.box-footer{background-color:#e2e2e2; padding:10px 0px; text-align:center;}
.btn-danger{background-color:#ed5565; border:none; border-radius:3px; box-shadow:0px 2px 1px 0px #ccc;}
.btn-danger span{padding-left:5px;}
.btn-danger:hover,
.btn-danger:focus{background-color:#e24656; border:none;}


/*.main-content table thead tr{background:#f0f0f0; color:#666;}
.main-content table thead tr th:first-child,
.main-content table tbody tr td:first-child{border-left:solid 1px #f0f0f0;}
.main-content table thead tr th:last-child,
.main-content table tbody tr td:last-child{border-right:solid 1px #f0f0f0;}
.main-content table{border-bottom:solid 1px #f0f0f0;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align:middle;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th{border-top: 1px solid #f0f0f0;}
.DW-Table{width:1000px;}

@media (max-width: 1040px) {
.DW-Table{width:720px;}
}*/

@media (max-width: 450px) {
.header .page-title{font-size:18px; padding-top:17px; padding-bottom:18px;}
.dw-box .box-title{font-size:18px; padding-top:22px; padding-bottom:23px;}
}