
    .liner {
        position: relative;
        z-index: 99999999;
    }

    .liner .line-h {
        border-color: black;
    }

    body {
        /*background-image: url("data/bg.jpg");*/
    }

    .menu-header,
    .menu {
        position: relative;
        background-color: #87190f;
        color: #fff;
    }

    .menu li {
        text-align: left;
    }

    .menu a {
        color: aliceblue;
        font-size: 18px;
        text-align: left;
    }

    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #3D1237;
        color: aliceblue;
        text-align: center;
        padding: 10px;
    }

    .page li {
        display: inline;
        padding: 4px;
        width: 30px;
        height: 40px;
        margin-bottom: 30px;
        list-style-type: none;
    }

    .page li a {
        color: #CCC;


    }

    .button {
        background: linear-gradient(to bottom, rgb(186, 12, 255), rgb(100, 155, 16));
        padding: 10px 35px;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        margin: 10px !important;
    }

    table tr td,
    table tr th {
        text-align: center;
    }

    @media screen and (max-width:650px) {
        .menu-header {
            height: 60px;
        }

        .menu {
            margin: 0px;
            width: 100%;
            z-index: 999999;
        }

        .liner {
            margin-top: -10px;
        }

        table tr td {
            display: table-cell;
        }

        .sideMsg {
            top: auto;
            bottom: 0px;
        }

    }


    