<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document
#ffffff – white
#c7aad3 – very light purple
#8d53a5 – light purple
#56007a – purple
#095aa5 – blue
#b5c6e0 – light blue
#aaaaaa – dark gray
#000000 – black
 */
body {
	margin: 0;
	padding: 0;
	background-color: /*#f3e5f5;*/ #f5f5f5;
	color: /*#f0f0f0;*/ #464646;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
}

.both {
	clear: both;
}

.images {
	width: 100% !important;
	height: auto;
	display: block;
}

.vang {
	color: #FF0;
}

.red {
	color: red;
}

.blue {
	color: #0a4874;
}
/**
 * MyTable handle
 */
table.myTable tbody tr:hover {
	background: #ECF4FB;
}

table.myTable tbody tr.active {
	background: #DEEEFA;
}

table.myTable a {
	color: #595959;
}

table.myTable a:hover {
	color: #595959;
	text-decoration: underline;
}

table.myTable .image_thumb {
	float: left;
	margin-right: 8px;
	text-align: center;
}

table.myTable .image_thumb img {
	width: 70px;
	height: 50px;
}

table.myTable.border_top {
	border-top: 1px solid #cbcbcb;
}

table.myTable.border {
	border: 1px solid #cbcbcb;
}

table.myTable tbody tr:hover {
	background: none repeat scroll 0 0 #ECF4FB;
}

table.myTable tbody tr.active {
	background: none repeat scroll 0 0 #DEEEFA;
}

table.myTable a {
	color: #595959;
}

table.myTable a:hover {
	color: #595959;
	text-decoration: underline;
}

table.myTable .image_thumb {
	float: left;
	margin-right: 8px;
	text-align: center;
}

table.myTable .image_thumb img {
	height: 50px;
	width: 70px;
}

table.myTable .image_thumb img {
	height: 50px;
	width: 70px;
}

table.myTable.border_top {
	border-top: 1px solid #CBCBCB;
}

table.myTable.border {
	border: 1px solid #E4E4E4;
}

table.myTable thead.filter td {
	background: none repeat scroll 0 0 #EFEFEF;
	color: #666666;
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

table.myTable thead.filter td table tr {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
}

table.myTable thead.filter td table tr td {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	padding: 5px;
}

table.myTable thead.filter td table tr td.label {
	text-align: right;
	width: 60px;
}

table.myTable thead.filter td table tr td.labelL {
	text-align: left;
	width: 40px;
}

table.myTable thead.filter td table tr td.labelR {
	text-align: right;
	width: 60px;
}

table.myTable thead.filter td table tr td.item {
	width: 100px;
}

table.myTable thead.filter td table tr td.item input[type="text"] {
	width: 100px;
}

table.myTable thead.filter td table tr td.datetime input[type="text"] {
	width: 75px;
}

table.myTable thead.filter td table tr td.item select {
	width: 100px;
}
/*--------------Header------------*/
.Header_logo_bg {
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
.Header_bg {
	background-color: #0080d7;
	font-family: 'Roboto', sans-serif;
}

.Header {
	max-width: 1075px;
	height: auto;
	position: relative;
	text-align: right;
}

.Header_Logo1 {
	max-width: 1075px;
	height: 70px;
	position: relative;
	text-align: justify;
}

.Header_Logo {
	max-width: 1075px;
	height: 70px;
	position: relative;
	text-align: left;
}
.Header_Logo_Icon {
	padding: 17px 0 0 0;
	position: relative;
	width:155px;
	/*	z-index:99999;*/
}
.Header_Search {
	position: absolute;
	top: 21px;
	right: 0;
}
.Header_MenuLeft {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 280px;
	height: 53px;
}

.Header_MenuLeft .Menu_Icon {
	display: block;
	text-align: left;
	height: 35px;
	width: 38px;
	padding: 16px 0 0 12px;
}

.Header_MenuLeft .Menubg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
	display: none;
}

.Header_logo img {
	width: 155px;

	position: relative;
	z-index: 9999;
}

.Header_Search {
	position: absolute;
	top: 21px;
	right: 0;
}

.Header_Menubox {
	position: absolute;
	top: 25px;
	left:40px;
	right: 40px;
}

.Header_Menu {
	text-align: left;
}

.Header_Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Header_Menu ul li {
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
}

.Header_Menu ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff2cc;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
}

.Header_Menu ul li a:hover {
	color: #F00;
}

.Header_Menu_icon {
	padding: 0 5px 3px 0;
}

/*------------*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}
#menu {
	background: #0080d7;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu a.homepage {
	float: left;
}

#menu a.homepage span {
	float: left;
	padding: 15px 15px;
}

#menu a.homepage i {
	
	width: 25px;
	height: 20px;
	float: left;
}

#menu a.homepage:hover {
	
	color: #337ab7;
}

#menu a.homepage:hover span {
	
}

#menu ul.menuItems {
	float: left;
}

#menu ul.menuItems li.items {
	float: left;
}

#menu ul.menuItems li.items&gt;a {
	float: left;
	color: #FFF;
	padding: 15px 8px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
	font-size: 13px;
}

.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}

.dropdownmenu ul {
	background: #337ab7;
	list-style: none;
	width: 100%;
}

.dropdownmenu li {
	float: left;
	position: relative;
	width: auto;
}

.dropdownmenu a {
	color: #fff;
	display: block;
	font: bold 12px/10px Arial;
	float: left;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.dropdownmenu a span {
	float: left;
	padding: 15px 5px;
}

.dropdownmenu li:hover a {
	background: #337ab7;
	color: #ffffff;
}

.dropdownmenu li:hover a span {
	
}

#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50px;
	visibility: hidden;
	z-index: 1;
	width: 220px;
}

li:hover ul#submenu {
	opacity: 1;
	top: 50px;
	/* adjust this as per top nav padding top &amp; bottom comes */
	visibility: visible;
}

#submenu li {
	float: none;
	width: 100%;
}

#submenu a {
	color: #FFF;
}

#submenu a:hover {
	background: #337ab7;
	color: #fff;
}

#submenu a {
	background-color: #0080d7;
	border-bottom: 0px;
	text-align: left;
	padding: 10px 10px;
	width: 100%;
	background-image: none;
}
/*---------------TIMKIEM--------------*/
.Search {
	margin: 10px 0 5px 0;
	display: none;
}

.Search_box {
	background-color: #efefef;
	line-height: 28px;
	padding: 0 0 0 5px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #e9e9e9;
	width: 60%;
	font-family: 'Roboto', sans-serif;
}

.Search_button {
	background-color: #56007a;
	line-height: 28px;
	width: 50px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	color: #56007a;
	text-align: center;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

/*----------------MenuLEFT------------------*/
.Menu_Left_boxDKDN {
	background-color: #081e2a;
	padding: 20px 0 20px 10px;
}

.Menu_Left_boxDKDN_button {
	background-color: #0081cb;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #56007a;
	padding: 6px 12px 6px 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
}

.Menu_Left_list {
	margin: 0 0 0 0;
	text-align: left;
	background-color: #f3e5f5;
	position: relative;
	left: -280px;
}

.Menu_Left_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Menu_Left_list ul li {
	line-height: 50PX;
	border-bottom: 1px solid #161616;
}

.Menu_Left_list ul li:last-child {
	border-bottom: none;
}

.Menu_Left_list ul li a {
	color: #ffe2d0;
	font-size: 16px;
	font-weight: normal;
	padding-left: 15PX;
	display: block;
	font-family: 'Roboto', sans-serif;
}

.Menu_Left_list_kc {
	padding: 0 10px 3px 0;
}

.Menu_Left_sublist {
	background-color: #de4f00;
	text-align: left;
}

.Menu_Left_sublist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Menu_Left_sublist ul li {
	line-height: 28PX;
	border-bottom: 1px solid #ff5a00;
}

.Menu_Left_sublist ul li a {
	color: #e0b8a2;
	font-size: 14px;
	font-style: italic;
	padding-left: 40PX;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}

/*-------------THONGBAO---------------*/
.THONGBAO_bg {
	background-color: #d9dbdd;
	font-family: 'Roboto', sans-serif;
}

.THONGBAO {
	max-width: 1075px;
	padding: 8px 0 8px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 0px;
}

.THONGBAO a {
	color: #e90e0e;
}

/*-------------SLIDE-----------------*/
.SLIDE {
	margin: 0 0 20px 0;
}

/*------------Slide_Mobile------------*/
#Slide_Mobile {
	margin: 0 0 0 0;
}

#Slide_Mobile .slide {
	margin: 0 0 5px;
}

#Slide_Mobile .slide a {
	display: block;
}

#Slide_Mobile .slide .owl-item:first-child a {
	position: relative;
}

#Slide_Mobile .slide a img {
	display: block;
	width: 100%;
	height: auto;
}

#Slide_Mobile .slide .owl-controls {
	margin: 0;
	position: absolute;
	top: 0
}

/*Main*/
.Main {
	max-width: 1075px;
	margin: 10px 0 20px 0;
	text-align: left;
}

#SIEUHOT {
	margin: 10px 0 0 0;
}

#SIEUHOT .item {
	margin: 0 10px 0 0;
}

#SIEUHOT .item img {
	display: block;
	max-width: 100% !important;
	height: 155px;
	overflow: hidden;
}

.Video {
	margin: 0 0 20px 0;
}

.Video p {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	font-size: 14px;
	padding: 8px 0 0 0;
	text-align: left;
	line-height: 20px;
	color: #ff7600;
	height: 24px;
}

.Video p a {
	color: #ff7600;
}

#Cuoi {
	margin: 10px 0 0 0;
}

#Cuoi .item {
	margin: 0 10px 0 0;
}

#Cuoi .item img {
	display: block;
	max-width: 100%;
	height: 155px;
	overflow: hidden;
}

#DEP {
	margin: 10px 0 0 0;
}

#DEP .item {
	margin: 0 10px 0 0;
}

#DEP .item img {
	display: block;
	max-width: 100%;
	height: 155px;
	overflow: hidden;
}

#GocKhuat {
	margin: 10px 0 0 0;
}

#GocKhuat .item {
	margin: 0 10px 0 0;
}

#GocKhuat .item img {
	display: block;
	max-width: 100%;
	height: 155px;
	overflow: hidden;
}

/*-----------Footer-------------*/
.Footer {
	background-color: #2e8bcb;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #f5f5f5;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
}

.Footer a {
	color: #f5f5f5 !important;
}

/*-----------------Page_chuyenmuc----------------*/
.Page_Chuyenmuc {
	margin: 10px 0 0 0;
}

.Page_Chuyenmuc_list {
	text-align: left;
}

.Page_Chuyenmuc_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Page_Chuyenmuc_list ul li {
	display: inline-block;
	width: 19.2%;
	float: left;
	margin: 0 1% 3% 0;
}

.Page_Chuyenmuc_list ul li:last-child {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(5) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(10) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(15) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(20) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(25) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(30) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(35) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(40) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(45) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list ul li:nth-child(50) {
	margin: 0 0 3% 0;
}

.Page_Chuyenmuc_list_Box {
	text-align: center;
}

.Page_Chuyenmuc_list_Box img {
	max-width: 100% !important;
	height: 155px;
	display: block;
}

.Page_Chuyenmuc_list_Box p {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	font-size: 14px;
	padding: 8px 0 0 0;
	text-align: center;
	line-height: 20px;
	color: #56007a;
}

.Page_Chuyenmuc_list_Box p a {
	color: #56007a;
}

/*---------SOTRANG------------*/
.SoTrang {
	padding: 15px 0 15px 0;
	text-align: center;
}

.SoTrang_number {
	background-color: #2e8bcb;
	border: 1px solid #2e8bcb;
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #56007a;
	font-size: 12px;
}

.SoTrang_number1 {
	background-color: #ffffff;
	border: 1px solid #2e8bcb;
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #2e8bcb;
	font-size: 12px;
}

.SoTrang_number1:hover {
	background-color: #77bb00;
	border: 1px solid #649d00;
	color: #56007a;
}
/*Paging 02/11*/
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline&gt;li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.pagination-box {
	margin: 30px 0;
	text-align: center;
}

.pagination-box ul {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.pagination-box ul li {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	padding: 0;
}

.pagination-box ul li a {
	display: block;
	background: #2e8bcb;
	color: #f3e5f5;
	line-height: 30px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}

.pagination-box ul li a:after {
	left: 0;
	content: "";
	bottom: -2px;
	display: block;
	position: absolute;
	background: #0a4874;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagination-box ul li:hover a, .pagination-box ul li.active a {
	background: #0a4874;
}

.pagination-box ul li:hover a:after, .pagination-box ul li.active a:after
	{
	background: #0a4874;
}

/*-------------Page_Chuyenmuc_ct------------*/
.BoxPlay {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 20px 0 20px;
	position: relative;
}

.BoxPlay img {
	max-width: 100% !important;
	height: auto;
	display: block;
}

.BoxPlay_icon {
	position: absolute;
	top: 38%;
	left: 45%;
}

.BoxTHONGBAO {
	position: absolute;
	top: 30%;
	left: 30%;
	width: 40%;
}

.BoxTHONGBAO_content {
	background-color: rgba(3, 43, 71, 0.9);
	border: 5px solid #56007a;
	font-family: 'Roboto', sans-serif;
}

.BoxTHONGBAO_title {
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 18px;
	color: #56007a;
	font-weight: bold;
	border-bottom: 2px solid #56007a;
}

.BoxSMS {
	padding: 5px 20px 10px 20px;
	font-size: 14px;
	line-height: 17px;
	color: #56007a;
}

.BoxSMS p {
	border: 1px solid #0F0;
	padding: 8px 0 8px 8px;
	text-align: left;
	margin: 0;
	font-size: 14px;
	color: #56007a;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.BoxTHONGBAO_icon {
	position: absolute;
	top: -12px;
	right: -11px;
}
/*-----------------Mota----------------*/
.BoxMOTA {
	background-color: #f3e5f5;
	margin: 0 0 20px 0;
	padding: 15px 15px 15px 15px;
	font-family: 'Roboto', sans-serif;
}

.BoxMOTA_ct {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #8d8d8d;
	font-style: italic;
	margin: 0 0 10px 0;
}

.BoxMOTA_ct p {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #56007a;
	padding: 0 0 8px 0;
	font-style: normal;
}

.BoxMOTA_noidung {
	border-top: 2px solid #faeddf;
	padding: 10px 0 0 0;
	text-align: left;
	font-size: 16px;
	color: #56007a;
	line-height: 24px;
	font-style: italic;
}

/*------------------ĐĂNGNHẬP------------------*/
.DANGNHAP {
	margin: 10px 0 10px 0;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.DANGNHAP_title {
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #2c2c2c;
	padding: 0 0 10px 0;
	margin: 0 0 15PX 0;
}

.DANGNHAP p {
	margin: 0;
	padding: 0 0 10px 10px;
	text-align: center;
	color: #000;
}

.DANGNHAP_form {
	width: 35%;
	background-color: #e3eef4;
	border: 1px solid #c3dbe9;
	text-align: left;
	padding: 0 0 0 8px;
	line-height: 32px;
	margin: 0 0 10px 0;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.DANGNHAP_form_2 {
	width: 10%;
	background-color: #e3eef4;
	border: 1px solid #c3dbe9;
	text-align: left;
	padding: 0 0 0 8px;
	line-height: 32px;
	margin: 0 0 0 5px;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.DANGNHAP_button {
	background-color: #2e8bcb;
	padding: 8px 15px 8px 15px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Roboto', sans-serif;
}

/*404*/
.Erro {
	font-size: 13px;
	color: #ababab;
	line-height: 24px;
	margin: 15px 0 10px 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.Erro p {
	font-size: 26px;
	margin: 0;
	color: #56007a;
	font-weight: bold;
	padding: 8px 0 5px 0;
}

.button_HOME {
	background-color: #0181cc;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 8px 15px 8px 15px;
	margin: 15px 0 15px 0;
	color: #56007a;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

video {
	max-width: 100%;
	height: auto;
}

/*------------Account------------*/
.Account_bg {
	background-color: #c0c0c0;
	margin: 15px 0 15px 0;
	padding: 10px 10px 10px 10px;
}

.Account_img {
	width: 156px;
	float: left;
}

.Accont_text {
	margin-left: 170px;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

/*-------------Popup---------------*/
.PopupDK {
	
}

#PopupTHONGBAO1 {
	
}

.PopupTHONGBAO {
	position: absolute;
	display: block;
	top: 30%;
	left: 30%;
	width: 40%;
	z-index: 99;
}

.PopupTHONGBAO_content {
	background-color: rgba(3, 43, 71, 0.9);
	border: 5px solid #56007a;
	font-family: 'Roboto', sans-serif;
	padding: 0 0 30px 0;
}

.PopupTHONGBAO_title {
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 18px;
	color: #56007a;
	font-weight: bold;
	border-bottom: 2px solid #56007a;
}

.PopupSMS {
	padding: 5px 20px 10px 20px;
	font-size: 14px;
	line-height: 17px;
	color: #56007a;
}

.PopupSMS p {
	border: 1px solid #0F0;
	padding: 8px 0 8px 8px;
	text-align: left;
	margin: 0;
	font-size: 14px;
	color: #56007a;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.PopupTHONGBAO_icon {
	position: absolute;
	top: -12px;
	right: -11px;
}

.POPUP_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	display: none;
}

.Popup_button {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #56007a;
	background-color: #367b00;
	margin: 15px 10px 0 0;
	font-family: 'Roboto', sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.PopupSMS a {
	color: #56007a;
}

/*-----------------Page_ game ----------------*/
.playing_content {
	background-image: url(../images/img_question2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 320px;
	height: 210px;
	max-width: 100%;
	margin: auto;
}

.playing_image {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom: -1px;
	width: 310px;
	height: 190px;
	max-width: 100%;
	margin: auto;
}
.playing_text 
{
	font-size: 14px;
	color: white;
	padding: 10px;
	opacity: 0.9;
	text-align:center;
}
.playing_question {
	background-image: url("../images/bg-question.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 45px;
	width: 320px;
	margin: auto;
}

.suggestion_button {
	background-image: url('../images/bg-question.png');
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	width: 320px;
	height: 45px;
	margin: auto;
	padding-bottom: 4px;
	font-size: 14px;
	text-align:center;
	color: white;
}

.suggestion_button:active  {
	background-image: url('../images/bg-question_clicked.png');
}


.playing_subject1 {
	width: 260px;
	height: 29px;
	margin: auto;
	background-image: url(../images/subject_name_bg1.png);
	background-size: 100% 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	margin: auto;
}

.playing_timer {
	background-image: url(../images/icon_clock.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin: auto;
}
.playing_timer_text
{
	font-size: 16px;
	color: blue;
	text-align: center;
	padding-top: 16px;
}

.playing_score {
	background-image: url(../images/bg-score.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	height: 40px;
}

.playing_score_text
{
	font-size: 14px;
	color: blue;
	text-align: center;
	padding-top: 11px;
}
</pre></body></html>