.title,
.title1,
.title2,
.title1 h2,
.title2 h2 {
    display: none;
}

#events div {
    padding: 1rem;
    color: #0d0101;
}

.sidebar_rank {
    margin: 0;
    padding: 0;
}

.tableBlock-body {
    padding: 1rem;
}

.sidebar_rank tr:first-child th {
    color: #ff3939;
    font-weight: bold;
    position: relative;
    padding: 12px 10px;
    font-size: 14px;
    border: none;
}

.sidebar_rank tr:first-child {
    background: rgba(237, 31, 36, 0.1);
    margin: 0px 25px 20px 25px;
}

.sidebar_rank td:not(first-child) {
    position: relative;
    padding: 12px 10px;
    font-size: 14px;
    color: #0d0101;
    vertical-align: middle;
}

.sidebar_rank tr:hover {
    margin: 0px;
    background: #70586d;
    color: #fff;
    padding: 0px 35px 0px 15px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(255, 28, 1, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(255, 28, 1, 0.15);
    transition: 0.2s all ease;
}

#events div:hover,
#events div:hover small {
    background: #70586d;
    color: #fff;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(255, 28, 1, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(255, 28, 1, 0.15);
    transition: 0.2s all ease;
}

.sidebar_rank tr:hover td,
.sidebar_rank tr:hover td a {
    color: white;
}

.sidebar_rank tr:first-child:hover {
    margin: 0px;
    background: rgba(237, 31, 36, 0.1);
    color: #fff;
    transition: 0.2s all ease;
}

.custom_button {
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
}

.main-tr th {
    border-collapse: collapse;
    padding: 5px 15px;
    border: 1px solid #4c0c0c;
    color: #0e0101;
    font-weight: 400;
}

.content .ranking-table table td {
    padding: 5px 15px;
    border: 1px solid #4c0c0c;
    color: #0e0101;
    font-weight: 400;
}

#top_list .custom_button {
    margin-right: 1rem;
    margin-bottom: 0.9rem;
}

#rules {
    width: 5%;
    top: 2px;
}

.content .ranking-table td,
.content .ranking-table table th {
    text-align: center;
    vertical-align: middle;
    color: black;
}

.content .entry table {
    color: black;
}

form input:not(#rules) {
    margin: 0 auto !important;
    text-align: center;
    display: block;
}

.content table button {
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
}

.sidebar_rank img {
}

.sidebar_rank th,
.sidebar_rank td {
    text-align: center !important;
}

.item_table td {
    width: 100%;
    display: inline-block;
    padding: 5px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.each_item {
    border: 0;
    border-collapse: collapse;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 50%;
    height: 18vh;
}

.item_image {
    width: 100px;
}

.account-content ul li {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem;
}
.account-content ul .lk-coins {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0.5rem;
    color: black;
}

.account-content ul .lk-coins:hover,
.account-content ul li:hover,
.account-content ul li:hover a {
    background: #70586d;
    color: #fff !important;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(255, 28, 1, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(255, 28, 1, 0.15);
    transition: 0.2s all ease;
}
#ucp_info td {
    width: auto;
}
#ucp_info td img {
    width: 15px;
    height: 10px;
    max-width: 10px !important;
}
#ucp_info .half {
    width: 50%;
}
ul#paypal-options li,
ul#vote-options li {
    min-height: 80px;
}
#timer_div_title {
    top: 10%;
    left: 45%;
}
#timer_div_time {
    top: 12%;
    left: 45%;
    color: black;
}
.timmer_inner_block {
    background-color: rgb(255 255 255 / 58%);
    opacity: 1;
}
#timer_div_time .title {
    display: block;
    color: black;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
}
form select {
    border: none !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
    width: 75% !important;
}
.content {
    color: black;
}

@media screen and (max-width: 768px) {
    #timer_div_title,
    #timer_div_time {
        display: none;
    }
    .modal_div {
        margin-left: -190px;
    }
    #ucp_info .half {
        width: 100%;
    }
}
