root { 
    display: block;
}

body {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 0.8em;
    margin: 0 auto;
    width: 720px;
}

.warning {
    background-color: #ffc88e;
    width: 100%;
    border: 1px solid black;
    font-weight: bold;
    text-align: justify;
}

.main_table {
    min-width: 400px;
    border-collapse: collapse;
}

.main_table tr td, .main_table tr th {
    padding: 5px;
    /*border: 1px solid #777;*/
    border-bottom: 1px solid #777;
}

.main_table tr th {
    font-weight: bold;
}

.details_label {
    background-color: #ffc000;
}

.details_value {
    background-color: #a8d08d;
}

.col2 {
    background-color: #ffc000;
}

.col3 {
    background-color: #c5e0b3;
}

.col4 {
    background-color: #a8d08d;
}

.details_table_cell {
    border-bottom: none !important;
}

.tep_data {
    font-weight: bold;
    font-size: 120%;
}

.tep_header {
    font-weight: normal;
}

.notes {
    font-size: 85%;
}