/*
Theme Name: Red Ping Win theme
Theme URI: https://thejema.ru/
Author: TheJema
Author URI: https://shop.thejema.ru/
Description: Brand template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pingwin
Release: 20.01.2021
*/

@import "assets/css/normalize.css";
@import "assets/font/font.css";
@import "assets/slick/slick.css";
@import "assets/slick/slick-theme.css";
@import "assets/css/header.css";
@import "assets/css/home.css";
@import "assets/css/prediction.css";
@import "assets/css/footer.css";


table, td, th {
    border: 1px outset #ffffff;
    border-spacing: 5px;
    padding: 3px;
}



.pagination {
    margin: 0 auto;
    width: 300px;
    padding-bottom: 30px;
    text-align: center;
}

.pagination .page-numbers {
    border: 1px solid #333;
    padding: 5px 9px;
    border-radius: 6px;
    color: black;
}

.slot-demo {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56%;
}

.slot-demo iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.log-in, .sign-in {
    white-space: nowrap;
}

.products__play img {
    margin-left: -2px;
}

.products__title a{
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
}

.langs img{
    width: 32px;
    height: auto;
    vertical-align: middle;
}