body {
    background-color: #f4f4f4;
    padding-top: 10px;
    color: #454545;
    font-size: 16px;
}

.container {
    background-color: white;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 4%;
}

.left {
    text-align: center;
    width: 20%;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    display: inline-block;
}

.leftDiv {
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #e0e0e0;
}

a {
    text-decoration: none;
    color: #454545;
}

a:hover {
    text-decoration: none;
    color: var(--gcolor);
}

.selectA {
    text-decoration: none;
    color: var(--gcolor);
}

.right {
    width: 73%;
    padding: 30px 3%;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    display: inline-block;
    float: right;
}

.rightItem {
    padding-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px dashed #cdcdcd;
}

.rightContext {
    line-height: 24px;
    padding-top: 20px;
    font-size: 14px;
}

.show {
    display: inline;
}

.hidden {
    display: none;
}