﻿.OENReview {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    overflow: hidden;
    margin: 5px 5px;
    border: 1px solid #888888;
}

.OENReview .Title {
    display: none;
    visibility: hidden;
}

.OENReview h1,
.OENReview h2 {
    padding: 3px 5px 3px 15px;
    font-size: 1.5em;
    background-color: #6E6357;
    color: #ffffff;
    font-weight: normal;
}

.OENReview h2 .name {
    font-weight: bold;
}

.OENReview h3 {
    overflow: auto;
    padding: 2px 5px;
    font-size: 1em;
    font-weight: normal;
    color: #444444;
    background-color: #C0D1E7;
}

.OENReview h3 .edit {
    margin: 0px 10px 0px 3px;
    padding: 1px 4px 1px 4px;
}

.OENReview .address_review {
    padding-left: 5px;
}

.OENReview .student_address_review {
    padding-left: 35px;
}

.OENReview .user_data {
    font-weight: bold;
}

.OENReview div div.content {
    min-height: 50px;
    background-color: #FFFFFF;
    padding: 5px 5px;
}

.OENReview div div.content div label {
    display: inline-block;
    color: #444444;
    max-width: 250px;
}

.OENReview div div.content div span {
    display: inline-block;
    font-weight: bold;
    padding: 0px 3px;
    vertical-align: top;
}

.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;
}
