body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
}

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th{
	border: 1px solid #ddd;
}

.table > thead > tr > th
{
	vertical-align: bottom;
	line-height: 1.42857143;
}

 .table tr th {
    white-space: nowrap;
    text-align: center;
}

.gold-msg-top {
    background: #ff0000;
    padding: 20px 0;
    margin: 0;
}

.full-width {
    width: 100%;
    float: left;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gold-msg-top marquee {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.header {
    padding: 10px 0;
    background: #040269;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.menu ul li {
    display: inline-block;
    color: #fff;
}

.menu ul li a {
    text-decoration: none;
}

.menu ul li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background: #f7e246;
    padding: 8px 15px;
}

.logo h1, .logo h2, .logo p {
    text-align: left;
}

.logo h1, .logo h2 {
    font-size: 28px;
}

.logo h1, .logo h2, .logo p {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.latest-update {
    padding: 20px 0;
    background: #cfcf00;
}

.latest-update h2, .latest-update p, .latest-update p.heading {
    color: #333;
    text-align: center;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
}

.latest-update h2, .latest-update p.heading {
    font-size: 24px;
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
}

.latest-update p.small {
    font-size: 16px;
    line-height: 22px;
}

.table tr.head-row {
    background: #0c046f;
}

.table tr.head-row th {
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
}

.table tr.odd-row {
    background: #fffbbe;
}

.table tr.even-row {
    background: #f0fbff;
}

.table tr.odd-row td {
    padding: 15px 10px;
    font-size: 48px;
}

.table tr.odd-row td.game-name a, .table tr.even-row td.game-name a {
    color: #0700cf;
    text-decoration: none;
    font-weight: 600;
}

.table tr td, .table tr th {
    white-space: nowrap;
    text-align: center;
}

.table tr.even-row td {
    font-size: 48px;
}

.main-content {
    background: #0700cf;
}

.main-content h2 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-content p, .main-content h2, .main-content h3, .main-content h1 {
    color: #fff;
}

.main-content p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.footer-disclaimer {
    background: #cf1100;
    padding: 20px 0;
}

.footer-disclaimer p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: justify;
}

.footer-copyright {
    background: #6b6a6a;
    padding: 10px 0;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.multicolor {
    display: table;
    margin: 0 auto;
    font-weight: 400;
    font-size: 40px;
    color: #333;
    line-height: 65px;
}

.page-content h1, .page-content h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

.page-content p {
    line-height: 25px;
    text-align: justify;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.latest-update p span.highlight1 {
    font-size: 20px;
}

.dnp {
    padding: 0 !important;
}

.main-section {
    padding: 20px 0;
    background: #fff;
}

.archieve_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.archieve_menu ul li a, .archieve_menu ul li a:focus, .archieve_menu ul li a:hover {
    color: #111;
    padding: 3px 8px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #111;
}

.round {
    text-align: center;
    width: 100px;
    height: 120px;
    background-color: #ffffff;
    color: red;
    font-size: 90px;
    font-weight: bold;
    text-shadow: 1px 1px blue;
}
