
.k_header .grid_6 {
	height: 60px;
	margin-left: 120px; 
}

.input {
	width: 1100px;
	margin: 0 auto;	
}
p.p_header {
	color: #00269b;
	font-weight: bold;
	font-size: 19px;
}
img {
	padding-top: 10px;
	vertical-align: middle;
}
.table_cham td, .table_cham th {
	height: 27px;
	width: 23px;
	padding: 2px;
	/*padding-left: 10px;*/
	
}
.table_cham th {
	height: 17px;
	padding-top: 10px;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 15px;
	/*margin: 5px 10px;*/

}
.table_cham {
	border-collapse:separate;
	border-spacing: 10px 0px;
	margin: 10px auto;
	padding: 0px;
}
.table_cham td {
	font-size: 27px;
	border: 1px solid #abc;
	color: #00269b;
	/*padding-left: 5px;*/
	background-image: -webkit-linear-gradient(top, #f3f3f3, #eeeeee);
    background-image: -moz-linear-gradient(top, #f3f3f3, #eeeeee);
    background-image: -o-linear-gradient(top, #f3f3f3, #eeeeee);
    background-image: -ms-linear-gradient(top, #f3f3f3, #eeeeee);
	background-image: linear-gradient(top, #f3f3f3, #eeeeee);
}
.table_cham td:hover {
	background: #dbdbdb;
}
.table_cham td:active {
	background-image: -webkit-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -moz-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -o-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -ms-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
}
.table_cham tr td , .table_cham tr th{
	/*background-color: #abc;*/
	text-align:center;
}
.table_cham tr:nth-child(4):before {
	/*background-color: #abc;*/
	/*display: block;
	width: 20px;
	height: 20px;*/
}
table.font_cham_thrah1 td, textarea.font_cham_thrah1, div.font_cham_thrah1 {
	font-family: "Cham Thrah1", Georgia,Serif;
}
/*table.font_panrang td, textarea.font_panrang {
	font-family: "EFEO Panrang", Georgia,Serif;
}*/
textarea {
	font-size: 28px;
	width: 1100px;
	height: 200px;
	display: block;
	border: 1px solid #aaa;
}
.can_copy {
	font-size: 22px;
	width: 1100px;
	height: 250px;
	display: block;
	margin: 0px auto;
	border: 1px solid #aaa;
	overflow:scroll;
	-webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.hide {
	/*display: none;*/
	/*height: 0px;*/
	/*content: '';*/
	/*border: 0 solid #fff;*/
	-webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.hide2 {
	display: none;
}
button {
    font-weight: bold;
    display: inline-block;
    padding: 6px 50px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #adadad;
}
button:hover {
    background-color: #ebebeb;
}
button:active {
    background-image: -webkit-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -moz-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -o-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -ms-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
}
audio {
	display: none;
	
/* this add new adjustable */	
	
	.table_cham {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table_cham th,
.table_cham td {
    text-align: center;
    padding: 6px;
    word-wrap: break-word;
}

.font_cham_thrah1 {
    font-size: 1.8em; /* default */
    line-height: 1.4;
}


	#main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.container_12,
.grid_12,
.grid_6 {
    width: 100% !important;
    box-sizing: border-box;
}
}