#content-wrapper {
    padding-bottom: 40px;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.help_section {
    margin-bottom: 20px;
}

.help_section ul li {
    margin: 0 0 5px;
    list-style: none;
}

.help_section h2,
.help_section dt {
    font-weight: normal;
    font-size: 20px;
}

.help_section dd {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.help_section dd img {
    width: 100%;
}

.sidebar-help ul li {
    margin: 0 0 3px 0;
    list-style-position: inside;
}

.sidebar-help ul li a {
    color: #00f;
    text-decoration: none;
}

table.numeric thead th {
    padding: 0 0 10px;
    text-align: center;
    vertical-align: bottom;
}

table.numeric tbody th {
    padding-left: 10px;
}

table.numeric td {
    text-align: center;
}

table.numeric tbody tr:nth-child(odd) th,
table.numeric tbody tr:nth-child(odd) td {
    background: #d3d3d3;
}

input[type="text"] {
    width: 120px;
}

.sidebar-box {
    border-radius: 7px;
}

div.sidebar-box.first h2 {
    border-top: solid 1px #ccd0d1;
}

div.sidebar-box.first h2:first-child {
    border: none;
}