div.news-list {
    word-wrap: break-word;
}
div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}
.news-date-time {
    color: #486daa;
}

.mytooltip {
    display: none;
    z-index: 10000;
    position: absolute;
    /*background: #000;*/
    border-radius: 4px;

    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
/*color: #fff;*/

.mytooltip td.rating-coin img.coin {
    width: 80px;
    height: auto;
}

.mytooltip td.rating-coin tr td:first-child {
    min-width: 90px !important;
}

.mytooltip td.rating-coin tr td:nth-child(2) {
    max-width: 350px !important;
    font-size: 14px;
    color: #3b3a58;
}

.mytable {
    margin-bottom: 0px;
    background-color: white;
}
.mytable tr td {
    background-color: white;
    padding: 6px;
}

.mytable tr th {
    background-color: #39a4f7;
    color: white;
    padding: 6px;
}

.mytable tr td:first-child {
    min-width: 200px;
}

@media screen and (max-width: 768px) {
    .mytooltip {
        top: 200px !important;
        left: 30px !important;
        left: calc(50% - 180px) !important;
        z-index: 10000;
    }
}
@media screen and (min-width: 768px) {
    .map--1q9g3 {
        width: 80%;
        margin: 0 auto;
    }
    .wrap--35Jgt {
        text-align: center;
    }
}
