body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #0c0b54;
    background: -moz-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #0c0b54 0%, #000000 100%);
    background: linear-gradient(135deg, #0c0b54 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0b54', endColorstr='#000000', GradientType=1);
    background-repeat: no-repeat;
}

.zaq-play {
    text-align: center;
    color: #fff;
    margin-top: 70px;
    font-size: 32px;
}

.mar img, .mar img {
    width: 30px;
}

.tables {
    margin-top: 30px;
    box-shadow: 1px 1px 25px 10px #3e5bad;
    height: auto;
    overflow-y: scroll;
    width: 100%;
    padding: 20px;
    background-color: #0F0E0E;
    margin-bottom: 70px;
}

::-webkit-scrollbar {
    display: none;
}

.table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.table th {
    text-align: center;
    color: #fff;
    width: 200px;
}

.table td {
    color: #fff;
}

.id {
    text-align: center;
}

.table tbody tr:hover {
    background-color: #1b1b1b;
}

.table th, .table td {
    width: 500px;
}

.ver {
    line-height: 120px;
}

.ver a {
    text-decoration: none;
    color: #fff;
}

.mar {
    margin: 10px;
}

.table tr {
    transition: all .3s;
}

.table th {
    background-color: #0F0E0E;
}

.image-logo {
    width: 50px;
    margin-right: 10px;
}

.table > tbody {
    vertical-align: middle;
}

.mt {
    margin-top: 140px;
}

.logo {
    width: 50px;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .table td {
        font-size: 12px;
    }

    .table th {
        font-size: 16px;
    }

    .zaq-play {
        font-size: 24px;
    }

    .mt {
        margin-top: 15%;
    }
}

@media screen and (max-width: 768px) {
    .mt {
        margin-top: 100px;
    }
}

@media screen and (max-width: 540px) {

    .logo {
        height: 30px;
        width: auto;
    }
}