a.help-page-link{
    text-decoration: underline;
    color: #a05800;
}

#help-toolbar{
    position: absolute;
    right: 0;
    top: -4px;
    text-align: right;
}

#help-toolbar > a{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #888;
    border: 1px solid #f0f0f0;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
}
#help-toolbar > a > i{
    vertical-align: top;
    font-size: 14px;
    line-height: 29px;
}

#help-toolbar > a:first-child{
    border-radius: 7px 0 0 7px;
}

#help-toolbar > a:last-child{
    border-radius: 0 7px 7px 0;
}

a#help-selector{
    width: 52px;
    border-left: none;
    border-right: none;
}

#help-selector > span{
    font-size: 10px;
    line-height: 28px;
}

#help-content-header{
    position: relative;
}

#help-content-header > hr{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0;
}

#help-content{
    padding: 17px 28px 13px 28px;
}

#help-content-title{
    color: #a05800;
    margin-right: 116px;
}

#help-content-description{
    padding-top: 39px;
    color: #555;
}

#help-content-video{
    position: relative;
    display: block;
    height: 57px;
    border-radius: 10px;
    background-color: #f0f0f0;
    margin-bottom: 24px;
    background-image: url('../img/video-icon.png');
    background-size: 58px auto;
    background-position: 6px 7px;
    background-repeat: no-repeat;
    cursor: default;
    transition: background-color 480ms ease-in-out;
}

body.non-touch-device #help-content-video:hover,
body.non-touch-device #help-content-video:active{
    background-color: #222428;
    transition: background-color 45ms ease-in-out;
}

#help-content-video > p{
    color: #4285f4;
    font-size: 11px;
    line-height: 57px;
    padding-left: 68px;
    transition: color 480ms ease-in-out;
}

body.non-touch-device #help-content-video:hover > p,
body.non-touch-device #help-content-video:active > p{
    color: #90baff;
    transition: color 45ms ease-in-out;
}

#help-content-footer > p{
    font-size: 10px;
    color: #555;
}

#help-index{
    display: none;
    padding: 19px 12px 13px 12px;
    border-radius: 10px;
    margin-top: 6px;
}

#help-index a{
    position: relative;
    display: block;
    color: #a05800;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#help-index a > i{
    vertical-align: top;
    color: #ccc;
    font-size: 16px;
    line-height: 18px;
}

#help-index-close-btn{
    position: absolute;
    display: none;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background-color: #f7f7f7;
    color: #888;
    border-radius: 12px;
    text-align: center;
}

#help-index-close-btn > i{
    display: block;
    font-size: 16px;
    line-height: 24px;
}

p#help-index-ip{
    color: #888;
    font-size: 10px;
    text-align: center;
    margin: 42px 0 0 0;
}

p#help-index-hp{
    color: #888;
    text-align: center;
    margin: 40px 0 10px 0;
}

body.help-index-visible #help-selector{
    color: #5378B7 !important;
    font-weight: bold;
    cursor: default;
}

body.help-index-visible #help-content-description,
body.help-index-visible #help-content-video,
body.help-index-visible #help-content-footer{
    display: none;
}

body.help-index-visible #help-index-close-btn,
body.help-index-visible #help-index{
    display: block;
}

body.help-index-visible #help-content-title{
    opacity: 0;
    pointer-events: none;
}