#top .button {
    background-color: #ccc;
    color: Black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
    border: 2px solid black;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: auto;
     border-radius: 5px;

}
.button:hover {
    background-color: gray !important;
    color: white !important;
}


.container {
    width: 280px;
    float: left;
    padding: 2px;
    height: 200px;

}
.top_title {
    width: 95%;
    height: 30px;
    color: white;
    background-color: #797979;
    padding: 5px;
    float: left;
}
.top2_title {
  
    background-color: #797979;
    
}

.title {

    color: #FFFFFF;
    text-align:center;
    padding: 5px;
}

.tinyfont {

    font-size: 8pt;
    font-weight: normal;
    color: white;
}
body {

    font-weight: normal;
    background-color: #212121;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    font-family: 'Kanit', sans-serif;
    line-height: 18px;
    color: white;

}

#page a:link {
    color: white;
    text-decoration: none;


}
#page a:visited {
    color: white !important;
    text-decoration: none;
}

#page a:link {
    color: white;
    text-decoration: none;
}
#page a:active {
    color: white;
    text-decoration: none;
}
#page a:hover {
    color: #d2d2d2;
    text-decoration: underline;
}
.imagefloat {
    position: relative;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}.cokir {
    background-color: #FFFFCC;
}


table {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;

}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th, table td {
    padding: 10px;
    text-align: left;
    border: 3px solid #212121;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

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

    table {
    border: 0;
}

table thead {
    display: none;
}

table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
}

table td {
    display: block;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}

table td:last-child {
    border-bottom: 0;
}

table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
}