h3{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 0;
}

.helpIntro p{
    margin: 0;
    padding: 0;
}

.helpContainer{
    margin: 30px 0;
}

.helpContainer .toTop{
    margin: 4px;
}

.helpContainer .helpTitle{
    color: #104271;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.helpContainer .helpExplanation{
    margin: 5px 0;
}

.helpContainer .helpExplanation li{
    list-style: decimal inside none;
    padding-left: 3em;
    text-indent: -1.75em;
}

.helpContainer .helpExplanation .helpSubheader{
    font-weight: bold;
    margin: 10px 0 0 0;
}

.helpContainer .helpExplanation .labelName{
    font-weight: bold;
}

.helpContainer .helpExplanation #zoneMap{
    text-align: center;
}

#desktopClockLink .note{
    font-weight: bold;
}

#desktopClockLink .bgExample{
    font-weight: bold;
    margin: 5px 0 5px 10px;
}

#clockTagsImg{
    margin: 10px 0 10px 10px;
}

.timezoneTable{
    border-collapse: separate;
    border-spacing: 1px;
    margin: 10px 0;
    width: 100%;
}

.timezoneTable td{
    padding: 4px 10px;
}

.timezoneTable td.tableHeader{
    background-color: #dae8f6;
    font-weight: bold;
    text-align: center;
}

.timezoneTable td.abbreviation{
    background-color: #f6f6f6;
    color: #B75C01;
    font-weight: bold;
    text-align: center;
    width: 8em;
}

.timezoneTable td.region{
    background-color: #E1E1E1;
}

.timezoneTable td.zone{
    background-color: #EEEEEE;
    text-align: center;
    white-space: nowrap;
    width: 8em;
}

.timezoneTable td.gmt{
    background-color:#F9DDC0;
}

.timezoneTableTitle{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
    text-align: center;
}

