<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Prompt|Kanit|Niramit');

body {
    font-family: Prompt;
}
.reddot {
    color: #FF0000;
}
.head_webname {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
a.head_topic {
    color: #FFFFFF;
}
a.head_topic_admin {
    color: #000000;
}
a.head_topic, a.head_topic_admin {
    font-size: 15px;
    padding: 5px 8px 5px 8px;
    border-radius: 10px 10px 0px 0px;
    background-color: #e25c6a;
    text-decoration: none;
}
a.head_topic_active {
    color: #FFFFFF;
}
a.head_topic_admin_active {
    color: #e6e600;
}
a.head_topic_active, a.head_topic_admin_active {
    font-size: 15px;
    padding: 5px 8px 4px 8px;
    border-radius: 10px 10px 0px 0px;
    background-color: #ac1e2c;
    text-decoration: none;
}
a.head_topic:hover, a.head_topic_admin:hover {
    font-style: italic;
    background-color: #911a25;
}
.tbvote tr {
    font-size: 13px;
}
.tbvote td {
    vertical-align: middle;
}
.tbzean tr {
    font-size: 13px;
}
.tbzean td {
    vertical-align: middle;
}
.teamname {
    font-size: 14px;
}
.teamnamematch {
    font-size: 15px;
}
#img_profile {
    float: left;
    width: 80px;
    border-radius: 50%;
    margin-right: 5px;
}
.showusername {
    font-size: 14px;
}
.img_avatar {
    float: left;
    border-radius: 50%;
    width: 45px;
    margin-right: 10px;
}
.img_fess_avatar {
    float: left;
    border-radius: 50%;
    width: 50px;
    margin: 5px 10px 0px 5px;
    vertical-align: middle;
}
.img_avatar_head {
    border-radius: 50%;
    width: 35px;
    margin-right: 3px;
    margin-top: 3px;
}
.resultlist {
    font-size: 12px;
}
#img_teamhome {
    margin: 5px;
    width: 60px;
}
#img_teamaway {
    margin: 5px;
    width: 60px;
}
.icon_user {
    width: 33px;
    margin-right: 5px;
    border-radius: 10px;
}
.bells {
    font-size: 11px;
    background-color: #ffc68c;
    width: 18px;
    float: right;
    margin-bottom: 25px;
    margin-right: 2px;
    text-align: center;
    color: #000000;
    border-radius: 5px;
    padding: 1px;
}
.bellnumbers {
    font-size: 11px;
    background-color: #ffc68c;
    width: 21px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    right: 5px;
}
.btnhome, .btnaway, .btnover, .btnunder {
    border-radius: 3px;
    background-color: #f8f8f8;
    width: 90px;
    margin: auto;
    padding: 4px;
}
.btnhome:hover, .btnaway:hover, .btnover:hover, .btnunder:hover {
    font-weight: bold;
}
#tableonlarge {
    display: block;
}
#tableonnarrow {
    display: none;
}
.divonlarge {
    display: block;
}
.divonnarrow {
    display: none;
}
.showonnarrow1 {
    display: none;
}
.showonnarrow2 {
    display: none;
}
.voteresult {
    display: block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    -moz-border-radius: 30px; /* or 50% */
    border-radius: 30px; /* or 50% */
    color: white;
    text-align: center;
    font-size: 12px;
    margin: -5px auto;
}

/* ----- START Tab ----- */
.tab {
    font-size: 15px;
    overflow: hidden;
    border: 0px solid #ccc;
    /* background-color: #f1f1f1; */
}
.tab button {
    background-color: #f7d2d6;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
    margin-right: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.3s;
}
.tab button:hover {
    background-color: #ed949c;
}
.tab button.active {
    color: #FFFFFF;
    background-color: #b7202f;
}
.tabcontent {
    display: none;
    padding: 2px 0px;
    /* border: 1px solid #ccc; */
    border-top: 2px solid #b7202f; 
}
.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
 @keyframes fadeEffect {  /* Go from zero to full opacity */
    from {opacity: 0;}
    to {opacity: 1;}
}
/* ----- End Tab ----- */





@media screen and (max-width:576px) {

    a.head_topic, a.head_topic_admin, a.head_topic_active, a.head_topic_admin_active {
        font-size: 13px;
        padding: 6px;
    }
    .tbvote tr {
        font-size: 10px;
    }
    .teamname {
        font-size: 11.5px;
    }
    .teamnamematch {
        font-size: 14px;
    }
    #img_profile {        
        width: 60px;
    }
    .showusername {
        font-size: 12px;
    }
    .img_avatar {
        width: 45px;
        margin-right: 3px;
    }
    .resultlist {
        font-size: 11px;
    }
    #img_teamhome {
        margin: 5px;
        width: 50px;
    }
    #img_teamaway {
        margin: 5px;
        width: 45px;
    }
    .icon_user {
        width: 24px;
        margin-right: 5px;
    }
    .bellnumbers {
        font-size: 9px;
        width: 18px;
        line-height: 15px;
        border-radius: 15px;
        right: 2px;
    }
    #tableonlarge {
        display: none;
    }
    #tableonnarrow {
        display: block;
    }
    .divonlarge {
        display: none;
    }
    .divonnarrow {
        display: block;
    }
    .showonnarrow1 {
        display: block;
        float: left;
        text-align: left;
        font-size: 12px;
    }
    .showonnarrow2 {
        display: block;
        float: right;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #AA0000;
    }
    #pagelarge1, #pagelarge2, #pagelarge3 {
        display: none;
    }
    #pagesmall {
        display: block;
    }
    .tab {
        font-size: 14px;
    }

}</pre></body></html>