﻿body {
    background: #fff !important;
}
body.modal-open {
    background: #fff !important;
    opacity:1;
}

.modal-content, .modal-header, .modal-body, .modal-footer {
    background: #fff !important;
    border:none !important;
}

.btn, .close, .nav.nav-tabs {
    display: none;
}

.printnone {
    display: none;
}

.table-bordered {
    border: 1px solid #333;
}

.modal-title {
    font-size: 30px;
}
