body{ margin-bottom:50px;}
#menu_bar { max-width:700px;}
#logo_bar {max-width:700px;}
.mainBtn {
height: 45px;
font-size:1.0rem;
}
.mainBtn2 {
  color: #fff; width: 90%; background: #e0b602; font-weight: bold; line-height: 120%; padding: 15px 0 10px 0; margin: auto auto;
  display: inline-block; text-align: center;
  border: 1px solid #e0b602; border-radius: 4px;
  background: -moz-linear-gradient(top,  #e0b602 0%, #e0b602 10%, #000000 90%);
  background: -webkit-linear-gradient(top,  #e0b602 0%,#e0b602 10%,#000000 90%);
  background: linear-gradient(to bottom,  #e0b602 0%,#e0b602 10%,#000000 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0b602', endColorstr='#000000',GradientType=0 );
height: 55px; font-size:1.2rem;
}
.mainBtn2:hover{text-decoration:none; color:#FFFFFF}

.mainBtn3 {
  color: #fff; width: 80%; background: #e0b602; font-weight: bold; line-height: 120%; padding: 6px 0 5px 0; margin: auto auto;
  display: inline-block; text-align: center;
  border: 1px solid #e0b602; border-radius: 4px;
  background: -moz-linear-gradient(top,  #e0b602 0%, #e0b602 10%, #000000 90%);
  background: -webkit-linear-gradient(top,  #e0b602 0%,#e0b602 10%,#000000 90%);
  background: linear-gradient(to bottom,  #e0b602 0%,#e0b602 10%,#000000 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0b602', endColorstr='#000000',GradientType=0 );
height: 35px; font-size:0.8rem;
}
.mainBtn3:hover{text-decoration:none; color:#FFFFFF}

.mainBtn.active {
  color: #fff; width: 30%; background: #e0b602; font-weight: bold; line-height: 120%; padding: 10px 0;
  display: inline-block; text-align: center;
  border: 1px solid #e0b602; border-radius: 4px;
  background: -moz-linear-gradient(top,  #e0b602 0%, #e0b602 10%, #000000 90%);
  background: -webkit-linear-gradient(top,  #e0b602 0%,#e0b602 10%,#000000 90%);
  background: linear-gradient(to bottom,  #e0b602 0%,#e0b602 10%,#000000 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0b602', endColorstr='#000000',GradientType=0 );

}
#menu_bar a:hover { text-decoration:none; color:#FFFFFF}
/*
.mainBtn {
  display: inline-block; text-align: center;
  color: #e0b602; width: 30%; background: #222222; font-weight: bold; line-height: 120%; padding: 10px 0;
  border: 1px solid #e0b602; border-radius: 4px;
  background: -moz-linear-gradient(top,  #222222 0%, #222222 10%, #000000 100%);
  background: -webkit-linear-gradient(top,  #222222 0%,#222222 10%,#000000 100%);
  background: linear-gradient(to bottom,  #222222 0%,#222222 10%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
}
*/
#topright_menu { width:50%}
.logo img{ width:35%}
@media (min-width: 1281px) {
  
  
  .container { max-width:700px;}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
   .container { max-width:700px;}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
   .container { max-width:700px;}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .logo img{ width:45%}
  
}

.label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.label, .badge {
    display: inline-block;
    padding: 5px 7px;
    /*font-size: 14px;
    font-weight: bold;*/
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}
.label-important, .badge-important {
    background-color: #b94a48;
}
.label-primary,
.badge-primary {
 background-color:#0066FF
}
.label-primary[href],
.badge-primary[href] {
 background-color:#0066FF
}
.label-danger,
.badge-danger {
 background-color:#FF0000
}
.label-danger[href],
.badge-danger[href] {
 background-color:#FF0000
}
.label-warning,
.badge-warning {
 background-color:#f89406
}
.label-warning[href],
.badge-warning[href] {
 background-color:#c67605
}
.label-success,
.badge-success {
 background-color:#468847
}
.label-success[href],
.badge-success[href] {
 background-color:#356635
}
.label-info,
.badge-info {
 background-color:#3a87ad
}
.label-info[href],
.badge-info[href] {
 background-color:#2d6987
}
.label-inverse,
.badge-inverse {
 background-color:#333
}
table {
    max-width: none;
/*	  table-layout: fixed; */
        word-wrap: break-word;
}


/* PLAY ASIA999 */
.access_button {
    background: rgb(198,187,128);
    background: -moz-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
    background: linear-gradient(180deg, rgba(198,187,128,1) 10%, rgba(246,240,195,1) 50%, rgba(110,76,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6bb80",endColorstr="#6e4c19",GradientType=1);
    width: 100%;
    padding: 8px 5px;
    border-radius: 6px;
    border: none;
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 0.9em;

}
.play-button {
    font-size: 1.5em;
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pic-icon-play {
    vertical-align: middle;
    max-height: 50px;
    margin-right: 5px;
}