.datepicker {
    font-size: 11px;
}

#orderwindow_php-calendar-table {
	width: 100%;
	clear: both;
	box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
	padding: 1em 1.25em;
	background: white;
}
#orderwindow_php-table-top {
	border: none;
}


#orderwindow_php-calendar-table td {
    border:1px solid #aaa;
	border-collapse: collapse;

}

#orderwindow_php-table-bottom td {
    border: none;
}
#orderwindow_php-table-top td {
	border: none;
}

.copyButton {
	z-index: 0;
	float: left;
	left: 0;
	margin: 0;
	margin-left: -32px;
	width: 40px;
	color:#555555;
	cursor:pointer;
	background: #F3F3F3;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border: #adadad 1px solid;
	font-size: 14px;
	padding: 3px;
}

.selectCamp {
z-index: 0;
float: left;
left: 0;
margin: 0;
margin-left: -32px;
width: 110px;
color:#555555;
cursor:pointer;
background: #F3F3F3;
text-decoration: none;
cursor: pointer;
display: inline-block;
text-align: center;
border: #adadad 1px solid;
font-size: 14px;
padding: 1px;
}

#select_camp {
	width : 110px;
}


#select_camp option {
width : 110px;
}

.miniCalendar {
	position: absolute;
	margin-left: -31px;
	display: none;
	z-index: 100;
}

.dayofmonth {
	text-align: right;
	margin: 0 3px;
}
.calendarmenuname {
	text-align: center;
	font-size: 12px;
	font-face: Ariel;
	height: 100%;
	min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dayofmonthtd {
	position: relative;
	height: 120px;
	vertical-align: top;
	width: 20%;
}
#calendarcurrentmonth {
	color: #666699;
}

.orderwindow_php-empty-td {
	border: none;
}

.dayofmonthtd select {
	width: 149px;
}

.warningtext {
	color: red;
}

#cartwindow_php-table {
	width: 100%;
	border-collapse:collapse;
}
#cartwindow_php-table td {
	border: 1px solid #999;
	padding: 3px;
	vertical-align: top;
}

/* ----------------------------PLAY AREA-----------------------------------*/
.table_cells {
	text-align: left;
}


.ordertable{
    width: 100%;
    border: solid 1px black;
    border-collapse: collapse;
}
.ordertable td {
    border: solid 1px black;
    font-size: 11px;
    padding: 5px 5px 10px 5px;
    border-collapse: collapse;
}

.ordertable th {
    border: solid 1px black;
    font-weight: normal;
    font-size: 12px;
    border-collapse: collapse;
}
.item_added {
	color: green;
}
.item_canceled {
    text-decoration: line-through;
}

.old_item {
	color: black;
}
/* ----------------------------GENERAL-----------------------------------*/

.inactive:link {
	color: red;
}
.inactive:visited {
	color: red;
}

* {
	margin: 0;
	padding: 0;
	font-family:Verdana, sans-serif;
}

img {
	border:none;
}

body{
	margin: 0;
	padding: 0;
	text-align:center;
}

h1, h2, h3 {
	font-weight:normal;
}


h1{
	font-size:20px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

a{
	text-decoration:none;
	cursor:pointer;
}

/*li{
	display:block;	
}*/

.float_left{
	float:left;
}

.float_right{
	float:right;
}
.clear_both {
	clear:both;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}

input[type=button] {
	background: #F3F3F3;
	color: #444444;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border: #adadad 1px solid;
	font-size:14px;
	padding:3px;
	margin:3px;
}

input[type=button]:hover{
	background: #E3E3E3;
	color: #111111;
}

input[type=button]:active{
	background: #F3F3F3;
}

input[type=submit] {
	background: #F3F3F3;
	color: #444444;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border: #adadad 1px solid;
	font-size:14px;
	padding:3px;
	margin:3px;
}

input[type=submit]:hover{
	background: #E3E3E3;
	color: #111111;
}

input[type=submit]:active{
	background: #F3F3F3;
}

input[type=reset] {
	background: #F3F3F3;
	color: #444444;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border: #adadad 1px solid;
	font-size:14px;
	padding:3px;
	margin:3px;
}

input[type=reset]:hover{
	background: #E3E3E3;
	color: #111111;
}

input[type=reset]:active{
	background: #F3F3F3;
}
.member_button{
	background: #F3F3F3;
	color: #444444;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border: #adadad 2px solid;
	font-size:14px;
	padding:3px;
	margin:3px;
}
.member_button:hover{
	background: #E3E3E3;
	color: #111111;
}
.gray_button{
	background: #F3F3F3;
	color: #444444;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border: #adadad 1px solid;
	padding:3px;
	margin:3px;
}

.gray_button:hover{
	background: #E3E3E3;
	color: #111111;
}
a.gray_button {
	color: #444444;
}
a.gray_button:hover {
	background-color: #1567a1;
    color: white;
}


.gray_button:active{
	background: #F3F3F3;
}
#orderwindow_php-table-top span{
	text-align:center
}
/* ----------------------------MAIN-----------------------------------*/
#main_container{

	min-height:800px;
	background-color:#fffba7;
	margin: 0 auto;
	padding: 0 0;
}

/*--------------------------HEADER---------------------------*/
#kis_header{
	padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    height: 140px;
    position: relative;
	background-color:white;
}
#kis_logo img{
	width:235px;
}
#top_header_left{
	position: absolute;
    top:25px;
    left: 40px;
    width: 370px;
}
#top_header_right{
	position:absolute;
	top:15px;
	right: 0px;
	width:415px;
	height:65px;
}
#kis_logo{
	float:left;
	margin: 0;
	left:-10px;
}
#social_icons{
	position:absolute;
	top: 15px;
	right:200px;
}

#login_box{
	position:absolute;
	top:26px;
	right:0px;
	background:#A4DCEF;
	width:190px;
	height:130px;
	padding: 5px 0 13px 0;
	text-align:left;
}

.burger-icon {
	display: none;
	cursor: pointer;
	content  : '\2261';
	font-size: 2em;
	padding  : 0.5em;
	color    : #1567a1;
	width: 35px;
}

#nav_bar {
	position:absolute;
	top:75px;
	right:20px;
	letter-spacing: 0.125em;
	color: #1567a1;
}

@media only screen and (max-width: 992px) {
	.burger-icon {
		display: flex;
		padding-top: 4.2rem;
	}
	ul.dropdown ul {
		width: 250px;
	}
	ul.dropdown { 
		margin: 10px;
	}
	#top_header_left{
		left: 55px;
		top: 55px;
	}

	#nav_bar {
		display: none;
	}

}

#shopping_cart{
	position:absolute;
	top:55px;
	right:0px;
	height:20px;
	padding-right: 24px;
}
#toplinks_logged_in{
	float:right;
	padding-right:24px;
	padding-top:16px;
}
#toplinks_logged_in > ul{
	display:flex;
}

#toplinks  a:hover,
#toplinks_logged_in a:hover{
	color:#0A3C7;
}
#toplinks li,
#toplinks_logged_in li{
	font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    color: #1567a1;;
	list-style-type: none;
	padding:0px 6px;
}

#toplinks a,
#toplinks_logged_in a{
	color:#1567a1;
	font-size:0.9em;
}
#place_order_button {
	color:#405D67;
	background:#A4DCEF;
	width:180px;
	height: 60px;
	margin: 0 13px 0 0;
	font-size:20px;
	font-family: Verdana, sans-serif;
	text-align: center;
	position: absolute;
	padding: 0;
	right: 120px;
	top: 100px;
	cursor: pointer;
	z-index: 100;
}
#login_box h1{
	text-align:center;
	color:#ffffff;
	font-size:22px;
	margin: 0 0 5px 0;
}
#login_box h3{
	color:#686868;
	font-size:12px;
}
#login_box h4{
	color:#686868;
	font-size:10px;
	margin-bottom: 5px;
}
.login_links{
	color:#4B889E;
	margin: 0;
}
.login_links:hover{
	color:#222222;
}
.login_links:active{
	color:#666666;
}
#login_box input{
	margin: 0 0 8px 0;
}
#login_box_text{
	margin:5px 10px;
}
.login-input {
	width: 165px;
}
#login_button{
	padding:1px 10px;
	font-size:14px;
	margin: 5px 0 0 0;
}

#kis_header #sub_nav_bar{
	margin: 25px 0 0 45px;
}

.order
{

}

div.order a:link,
div.order a:visited	{ color: #FFFFFF; text-decoration: none; }
div.order a:hover		{ color: #405D67; }
div.order a:active	{ color: #FFFFFF; }
#calendarcurrentmonth{
	font-size:1.5rem;
}
/*----------------------Begin Dropdown---------------------------*/
ul.dropdown {
	list-style: none;
	position: relative;
	z-index: 597;
}
ul.dropdown li {
    display: block;
    margin: 0 1.375em 0 0;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
	letter-spacing: 0.125em;
    color: #1567a1;
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown > li:hover > a{
	display: flex;
    color: #a91e23;
    border-bottom: solid 1px #a91e23;
}
ul.dropdown a:link,
ul.dropdown a:visited {
	letter-spacing: 0.125em;
    color: #1567a1;
	font-weight:600;
	display:block;
	line-height:30px;
	font-family:'Poppins', sans-serif;
    text-wrap: nowrap;
}
ul.dropdown a:active	{
	color: #FFFFFF;
	display:block;
	line-height:30px;
}
ul.dropdown a:hover	{
	color: #405D67;
	display:block;
	line-height:30px;}

ul.dropdown ul li {
	display:block;
	font-weight: normal;
	font-size:14px;
	padding:6px 12px;
	display: flex;
}
ul.dropdown li .menu_selected { 
	color: #405D67;
	background:#B1E0F4;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
}
ul.dropdown ul, ul.dropdown ul li{
	border-bottom:1px solid #B1E0F4;
}
ul.dropdown li {
	float: left;
	vertical-align: middle;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	border:1px solid gray;
	background-color:white;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown ul a {
	text-decoration:none;
}
a.gray_button{
	background-color: #1567a1;
    color: white;
	border-radius: 1em;
	border: none;
    padding: 0.1875em 1em;
}
.td.calendar_days {
    padding: 0.5em;
}
table{
	border:none;
}
.orderwindow_php-table-body td{
	/*padding: 0.5em;*/
}
/*--------------------------CONTENT---------------------------*/
.content_container{
	width:830px;
	margin: 0px auto;
	min-height:300px;
	background:#E7F3F7;
	font-size:14px;
	text-align:left;
}
#content{
	padding: 15px 20px;
}
.content_container img{
	margin:0 auto;
	display:block;
}
.content_container a{
	display:inline-block;
}
.content_container h1{
	font-size:3rem;
	font-weight:bold;
	color:#405D67;
	font-family:Verdana, sans-serif;
	text-align:center;
	padding: 0px 18px;
}
.content_container h2{
	font-size: 2rem;
	font-family:Verdana, sans-serif;
}
#content_faq_right{
    position:relative;
	margin: 20px 0 20px 230px;
	min-height:300px;
	font-size:13px;
}
#content_faq_left{
width:200px;
float:left;
margin-top: 30px;
min-height:300px;
font-size:13px;
border:  black 1px solid;
}
.altcols{
	background-color: white;
}
#page_links{
	text-align:center;
}
#page_links h2{
	border:  black 1px solid;
	background: #B1E0F4;
	font-size:16px;
	padding: 3px;
	margin: 3px 23px 3px 23px;
	color: black;
}

/*--------------------------FOOTER---------------------------*/
#footer_links{
	width:830px;
	margin: 0 auto;
}
#footer_links a{
	color:#4F5963;
	margin: 0;
	width: 205px;
	display:block;
	FLOAT:left;
	background: #DBDBDB;
	border:  white 1px solid;
}
#footer_links a:hover{
	background: #eBeBeB;
}
#footer_links a img{
	padding:0;
	margin:20px 30px;
	width:140px;
}
#footer_links a h1{
	text-align:center;
	margin-bottom: 25px;
	font-size:16px;
}
#footer_links a h2{
	text-align:center;
	margin-bottom: 14px;
	font-size:12px;
}
#footer{
	width:830px;
	margin: 20px auto;
	text-align:center;
/*	width:100%;
	background:url('images/footer_background.png');*/
}
#footer a{
	display:inline-block;
}
#footer_box{
/*	background:url('images/footer_background_color.png'); */
	background-color: #c3c4c7;
}
#footer_box p{
 	color:#EEEEEE;
 	padding: 5px 20px 5px 20px;
 	font-size:14px;
}
#footer_box a{
	font-size:14px;
	padding: 15px 20px;
}
#footer_box a:hover{
 	color:#FFFFFF;
}

/*--------------------------SLIDER---------------------------*/


#slider {
	position:relative;
	width:820px;
	height:355px; 
	/*background:#DDDDDD url(images/loading.gif) no-repeat 50% 50%;*/
	margin-top:-40px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

/*--------------------------CALENDAR---------------------------*/

.calendar_button {
	margin: 5px;
	padding:4px;
	font-size:17px;
	font-family:Verdana, sans-serif;	
}
.calendar_button {
	margin: 5px;
	padding:4px;
	font-size:17px;
	font-family:Verdana, sans-serif;	
}

a.calendar_viewmenu {
	margin: 5px;
	padding:2px;
	font-size:12px;
	font-family:Verdana, sans-serif;
	background-color: #6D96A9;
	color: #FFFFFF;
}

.calendar_viewmenu:hover {
	color:#405D67;
	background:#B1E0F4;
    font-size:12px;

}

.calendar_viewmenu:active {
	color:#FFFFFF;
}
.calendar_days {
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.tdNotify {
	background-color: #ffc1b9;
}
a.lunchserversignup {
	margin: 5px;
	padding:2px;
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #428bca !important;
    border-color: #357ebd !important;
}
a.lunchserverpay {
	margin: 5px;
	padding:2px 5px;
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #428bca !important;
    border-color: #357ebd !important;
}
.unpaidserver {
	color:blue;
}
/*

*************************** SPECIFIC PAGES GO HERE ***************************

*/

/*

ORDERWINDOW.PHP

*/
#orderwindow_php-bottom-tabs{
	background-color:#B1E0F4;
	width:900px;
	margin: auto;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.orderwindow_php-nav {
	background-color: #4B889E;
	text-align: center;
}

.orderwindow_php-nav a {
	color: #405D67;
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
	font-size: 16px;
	margin-left: 5px;
	padding: 5px;
	display: inline;
	height: 29px;
}
#orderwindow_php-top-nav {
    margin-bottom: -1px;
}

#orderwindow_php-top-nav a {
	color: #405D67;
	/*border-top: 1px solid black;*/
	display: inline;
	margin-bottom: -5px;
}

.orderwindow_php-top-nav-selected {
	background-color: #B1E0F4;
	/*border-bottom: 1px solid #B1E0F4;*/
	margin-bottom: -1px;
	height: 30px;
	line-height: 30px;
}
.orderwindow_php-top-nav-unselected {
	background-color: #7DACC1;
	/*border-bottom: 1px solid black;*/

}

.orderwindow_php-top-nav-unselected:hover {
	cursor: pointer;
	background-color: #B1E0F4;
	/*border-top: 1px solid #B1E0F4;
	margin-top: -1px;*/
	height: 30px;
	line-height: 30px;
}

#orderwindow_php-table-bottom > td {
	padding-top:9px;

}
.orderwindow_php-bottom-nav {
    margin-top: -1px;
}
.orderwindow_php-bottom-nav a {
	height: 29px;
	color: #405D67;
	/*border-bottom: 1px solid black;*/
}

.orderwindow_php-bottom-nav-selected {
	background-color: #B1E0F4;
	/*border-top: 1px solid #B1E0F4;*/
	height: 30px;
	line-height: 30px;
}
.orderwindow_php-bottom-nav-unselected {
	background-color: #7DACC1;
	/*border-top: 1px solid black;*/
}


.orderwindow_php-bottom-nav-unselected:hover {
	cursor: pointer;
	background-color: #B1E0F4;
	/*border-top: 1px solid #B1E0F4;
	margin-top: -1px;*/
	height: 30px;
	line-height: 30px;
}

.sweet-h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px; 
}

.sweet-p {
	
}

.column-2{
    width: 25%;
    float: left;
}
.column-3{
    width: 75%;
    float: left;
}
#mobile-login-links{
	display: none;
}
#mobile-login-box-close{
	display: none;
}
@media screen and (min-width: 738px){
	.hamburger, .cross {
		display: none;
	}
	.nav_bar_interior{
		display: block;
	}
}
@media screen and (max-width: 992px){
	#main_container{
		width: 100%;
	    max-width: 960px;
	}
	#kis_header{
		width: 98%;
		max-width: 830px;
	}
	.content_container{
		width: 98%;
		max-width: 830px;
	}
	#nav_bar{
		display: none;
	}
	#footer{
		width: 98%;
		max-width: 830px;
	}
}
@media screen and (max-width: 840px){
	body #slider{
		margin-top: -29px;
		width: 100% !important;
	}
	body.logged-out #login_box{
		display: none;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		z-index: 10;
	}
	body.logged-out #login_box_text{
		width: 50%;
		margin: 20% auto;
	}

	body.logged-out #mobile-login-links{
		display: block;
		width: 35%;
		float: right;
		margin-top: 100px;
	}
	body.logged-out #mobile-login-links a:first-child{
		margin-bottom: 10px;
	}
	body.logged-out #social_icons,
	body.logged-out #toplinks{
		float: right;
		width: 100%;
	}
	body.logged-out #top_header_left{
		width: 65%;
		max-width: 415px;
	}
	body.logged-out #social_icons{
		position: static;
		top: 0;
		right: 0;
	}
	body.logged-out #top_header_right{
		width: 35%;
		max-width: 415px;
	}
	.hamburger{
		display: block;
	}
	.nav_bar_interior{
		display: none;
	}
	.hamburger, .cross{
		background-color: #7DACC1;
		padding: 3px 7px 2px 5px;
	}
	.hamburger span, .cross span{
		color: #fff;
		font-weight: 200;
	}
	#top_header_right{
		text-align: center;
		width: 100%;
		height: auto;
	}
	body.logged-in #shopping_cart{
		top: 120px;
	}
	#kis_logo{
		float: none;
		margin: 0 auto;
		text-align: center;
		left: 0;
	}
	#kis_logo img{
		max-width: 100%;
	}
	#toplinks_logged_in{
		float: none;
		margin: 0 auto;
	}
	#toplinks li, #toplinks_logged_in li{
		float: none;
	}
	ul.dropdown > li,
	ul.dropdown li ul li,
	ul.dropdown > li:first-child,
	ul.dropdown > li:last-child {
		display: block;
		width: 100%;
		float: none;
		text-align: left;
		margin-right: 0px;
		margin-left: 20px;
	}
	ul.dropdown ul{
		visibility: visible;
		position: static;
	}
	ul.dropdown ul li a:before{
		content:'>';
		position: absolute;
		margin-left: -15px;
	}
	#nav_bar{
		background-color: #7DACC1;
		width: 55%;
		top: 165px;
		z-index: 9;
		left: 0;
	}
	ul.dropdown li{
		border: 0;
	}
	ul.dropdown ul > li:first-child:before{
		content: '';
		width: 100%;
		border-top: 1px solid #fff;
	}
	ul.dropdown li.hover, ul.dropdown li:hover{
		background-color: #7DACC1;
		color: #FFFFFF;
	}
	ul.dropdown li a.hover, ul.dropdown li a:hover{
		color: #405D67;
	}
	body.logged-in #top_header_left{
		top: 40px;
		max-width: 415px;
		width: 65%;
	}
}
@media screen and (max-width: 832px){
	ul.dropdown > li{
		max-width: 150px;
		width: calc(20% - 10px);
		margin-left: 5px;
		margin-right: 5px;
	}
	ul.dropdown > li:last-child{
		margin-right: 0;
		margin-left: 5px;
		width: calc(20% - 5px);
	}
	ul.dropdown > li:first-child{
		margin-left: 0;
		margin-right: 5px;
		width: calc(20% - 5px);
	}
	ul.dropdown li > ul > li{
	    max-width: 150px;
	    width: 100%;
	}
	body #footer_links{
		width: 98%;
	}
 	body #footer_links a{
		width: calc(25% - 2px);
		text-align: center;
		height: 200px;
	}
	body #footer_links a img{
		width: 75%;
		margin: 20px auto;
	}
}
@media screen and (max-width: 773px){
	ul.dropdown li, ul.dropdown ul li{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px){
	ul.dropdown li, ul.dropdown ul li{
		font-size: 12px;
	}
	ul.dropdown a:link, ul.dropdown a:visited{
	}
	#content .tabletop tr{
		display: flex;
		flex-direction: column;
	}
	#content .tabletop table thead tr:first-child{
		display: none;
	}
	#content .tabletop table tr{
		padding: 20px 0 20px 20px;
	}
	#content .tabletop table tr td:first-child:before{
		content: 'Date: ';
		font-weight: 700;
	}
	#content .tabletop table tr td:nth-child(2):before{
		content: 'Description: ';
		font-weight: 700;
	}
	#content .tabletop table tr td:nth-child(3):before{
		content: 'Amount: ';
		font-weight: 700;
	}
	#content .tabletop table tr td:nth-child(4):before{
		content: 'Account Balance: ';
		font-weight: 700;
	}
	#content .tabletop table tr td:nth-child(5):before{
		content: 'Details: ';
		font-weight: 700;
	}
	#content .tabletop  table tr td{
		text-align: left!important;
	}

}

@media screen and (max-width: 737px){
	.ordering-table tr{
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.ordering-table tr:first-child{
		display: none;
	}
	.ordering-table tr td{
		display: block;
	}
	.ordering-table tr td:nth-child(even){
		padding-bottom: 20px!important;
	}
	.ordering-table tr td:nth-child(odd){
		padding-top: 20px!important;
	}
	.ordering-table, .ordering-table tbody{
		display: block;
	}
	/*body.logged-out #kis_header{
		height: 250px;
	}
	body.logged-out #nav_bar{
		top: 225px;
	}*/

}

/**
Faq page.
 */
#content_faq_left li
{
	font-size:10pt;
	padding-bottom:12px;
}
#content_faq_left ul li a
{
	display: inline-block;
    vertical-align: text-top;
}
#content_faq_right h2
{
	font-size:18px;
	margin-top:5px;
}
#content_faq_right h2
{
	font-size:18px;
	margin-top:5px;
}
#content_faq_right p
{
	font-size:12px;
}
#content_faq_right div.item
{
	font-size:12px;
	margin-bottom:25px;
}
div.swal2-html-container {
	color:red;
}

#orderwindow_php-calendar-table {
	table-layout: fixed;
}

#orderwindow_php-calendar-table td {
    /*width: 20%;*/
}

/* chaned theme style*/

.change-order{
    width:100%;
    padding:0px 6px;
}
.change-order table{
    width:100%;
    font-size:12px;
}
.change-order table td{

}
.change-order table tr td:nth-child(1){
    text-align:right;
	width: 35%;
    padding:0px 12px;
}
.change-order table tr td:nth-child(2){
    text-align:left;
}

.change-order table select{
    width:290px;
}

@media(max-width:768px){

    .change-order table tr td:nth-child(1){
        text-align:right;
        padding:0px 3px;
    }
    .change-order table tr td:nth-child(2){
        padding:0px 12px;
    }
    .change-order table select{
        width:230px;
        overflow: auto;
        white-space: nowrap;
    }

	.content_container {
		font-size: 12px !important;
	}
}
