html, body{
    height:100%; /* important to vertically align the container */
    margin:0;
    padding:0;
}

.centered {
    position: fixed;
    top: 40%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

a.tgme_action_button,
a.tgme_action_button_new {
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    color: #FFF;
    background: #5dc390;
    border-radius: 22px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding: 15px 27px 13px;
    text-transform: uppercase;
}
a.tgme_action_button:hover,
a.tgme_action_button:active,
a.tgme_action_button_new:hover,
a.tgme_action_button_new:active {
    color: #FFF;
    background: #4bbc87;
    text-decoration: none;
}
a.tgme_action_button_new {
    background: #33d684;
}
a.tgme_action_button_new:hover,
a.tgme_action_button_new:active {
    background: #28c979;
}

.tgme_page_web_action {
    margin-top: 18px;
}
.tgme_page_web_action a.tgme_action_button {
    color: #5dc390;;
    background: #fff;
    border: 2px solid #5dc390;
    padding: 13px 25px 11px;
}
.tgme_page_web_action a.tgme_action_button:hover,
.tgme_page_web_action a.tgme_action_button:active {
    color: #5dc390;;
    background: #FFF;;
    text-decoration: none;
}

div.top-channels {
    border: 1px #c0c3c6 solid;
    background-color: #fff1e6;
    height: 96px;
    border-radius: 4px;
    text-align:left;
}

div.top-channels .top-channel {
    padding-top: 8px;
}

div.top-channels .top-channel:hover {
    background-color: #fde5ca;
}

div.top-channels .top-channel .top-channel-container {
    height: 86px;
    border-radius: 4px;
    cursor: pointer;
}

div.top-channels .top-channel .top-channel-picture-block {
    float: left;
    margin-right: 12px;
    margin-left: 10px;
}

div.top-channels .top-channel .top-channel-info-title {
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 5px;
}

div.top-channels .top-channel .top-channel-info-description-height130 {
    line-height: 130%;
}

div.top-channels .top-channel .top-channel-info-description {
    font-size: 13px;
}