@import url("/css/standard.css");

main {
    background-color: #FFFFCC;
    display: inline-block;
    position: absolute;
    margin-top: 82px;
    padding-left: 247px;
    padding-right: 88px;
    padding-bottom: 77px;
}

p {
    color: black;
    font-family: "Verdana","Arial","Helvetica";
    font-size: 11px;
    margin-bottom: 11px;
    margin-top: 0px;
}

main a {
    vertical-align: baseline;
}

.title {
    margin-bottom: 9px;
}

.sub-title {
    font-size: 12px;
    margin-bottom: 10px;
}

#second-title { /* 2nd part of the review has two titles, and one of them is not bold. */
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 11px;
    line-height: 16px;
}

.indent-text {
    padding-left: 40px;
    margin-bottom: 11px;
}

table {
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-bottom: 6px;
    padding-left: 22px;
    position: relative;
    text-align: left;
    top: -4px;
    width: 350px;
}

table th {
    position: relative;
    padding-bottom: 0px;
    bottom: -1px;
}

table td {
    line-height: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#references {
    font-size: 10px;
    padding-left: 40px;
    padding-top: 2px;
}