﻿html, body {
    background-color: #ffffff !important;
}

.OENReview button {
    display: none !important;
}

.OENReview {
    background-color: #ffffff;
}

.OENReview ul, .OENReview ol {
    margin-left: 2em;
}

.OENReview .Title {
    visibility: visible;
    padding: 10px 0px;
    font-size: 1.5em;
    color: #666666;
    margin: 0px 0px 15px 0px;
    border-collapse: collapse;
    border: 0 none;
}

.OENReview .Title td {
    border: 0 none;
}

.OENReview .Title span {
    font-weight: bold;
    color: #000000;
}

.OENReview h1,
.OENReview h2 {
    font-size: 1.5em;
    color: #000000;
    font-weight: normal;
    
    border-bottom: 1px solid #5E6D82;
    padding: 2px 2px;
}

.OENReview h2 .name {
    font-weight: bold;
}

.OENReview h3 {
    font-size: 1.2em;
    color: #5E6DA0;
    font-weight: normal;
    
    padding: 2px 2px 2px 5px;
}

.OENReview .address_review {
    padding-left: 5px;
}

.OENReview .student_address_review {
    padding-left: 35px;
}

.OENReview .user_data {
    font-weight: bold;
}

.OENReview .page {
    border-top: 1px solid #5E6D82;
    margin-top: -1px;
    padding-top: 3px;

    margin-left: 50px;
    page-break-inside: avoid;
}

.OENReview div div.content {
    background-color: #FFFFFF;
    padding: 5px 5px;
}

.OENReview div div.content div label {
    display: inline-block;
    color: #444444;
}

.OENReview div div.content div span {
    display: inline-block;
    font-weight: bold;
    padding: 0px 3px;
}

.OENReview table {
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    margin: 5px 5px 5px 40px;
    border-collapse: separate;
    border-spacing: 0;
}

.OENReview table td {
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 2px 4px;
    font-weight: bold;
}

.OENReview table th {
    border: 1px solid #A0B5D1;
    background-color: #B0C5E1;
    color: #191293;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding: 2px 4px;
}

@media print {
    a[href]:after {
       content: none !important;
    }
}

