#chart_div svg {
    background-color: #f0f0f0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.tbl-info td:first-child {
    background-color: #e6e7e7; /* Bootstrap gray */
    font-weight: 500;
}
.video-container iframe {

    width: 100%;
    height: 100%;
    min-height: 350px;
}

.ads iframe img {
    max-width: 100% !important;
}

.ads iframe {
    max-width: 100% !important;
}

img.sbanner {
    max-width: 100%;
    max-height: 90px;
}

.button {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff !important;
    background-color: #256c7b;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
}

.website {
    display: block !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.buttons .button {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    ;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3BA61C
}

.server .value {
    font-family: Montserrat, sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.server .name {
    align-items: center;
    font-size: 15px;
}

.server .online {

    color: #3BA61C;
}

.server .offline {

    color: #fb0845;

}

.server .label {
    font-size: 12px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    color: #494949;
    margin-bottom: 5px;
}

.server .meta {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    max-width: 468px;
}

.server .meta .url {
    background-color: #58678C;
    font-weight: 700;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.server .meta .copy {
    background-color: #7B8BB9;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.server .meta>div {
    font-size: 14px;
    line-height: 1.75;
    padding: 0 10px;
}