 .ui-bar-b, .ui-page-theme-b .ui-bar-inherit, html .ui-bar-b .ui-bar-inherit, html .ui-body-b .ui-bar-inherit, html body .ui-group-theme-b .ui-bar-inherit {
	background-color: #565656;
    border-color: #565656; 
	z-index:100;
	}
 
 
 .ui-overlay-b, .ui-page-theme-b, .ui-page-theme-b .ui-panel-wrapper {
 background-color: #898989;}
 
 .ui-page-theme-b .ui-btn, html .ui-bar-b .ui-btn, html .ui-body-b .ui-btn, html body .ui-group-theme-b .ui-btn, html head + body .ui-btn.ui-btn-b, .ui-page-theme-b .ui-btn:visited, html .ui-bar-b .ui-btn:visited, html .ui-body-b .ui-btn:visited, html body .ui-group-theme-b .ui-btn:visited, html head + body .ui-btn.ui-btn-b:visited {
    background-color: #565656;
 border-color: #565656;}
	
.ui-body-b, .ui-page-theme-b .ui-body-inherit, html .ui-bar-b .ui-body-inherit, html .ui-body-b .ui-body-inherit, html body .ui-group-theme-b .ui-body-inherit, html .ui-panel-page-container-b {
    background-color: #ffffffb3;
    border-color: #565656;
color: #313131;}

.ui-page {
	background: url(../img/background.jpg);
	/* background-repeat:repeat-y; */
	background-position:center center;
    background-attachment:scroll;
    background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

table{
	border-collapse: collapse;
	width: 100%;
}

th{
	background-color: #4778a7cc;
	padding: 12px 10px;
}

td{
	padding: 6px 10px;
}

table th:first-child {
	/* border-top: none; */
	border-top-left-radius:12px;
}
	
table th:last-child {
	/* border-top: none; */
	border-top-right-radius:12px;
}
	
tr:last-child > td:first-child {
	border-bottom-left-radius: 12px;
}
	
tr:last-child > td:last-child {
	border-bottom-right-radius: 12px;
}

.ui-content {
    max-width: 100% !important;
}

.row_a{
	background-color: #999999cc;
}

.row_b{
	background-color: #868686cc;
}

.ui-mobile fieldset {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 14px;
}

.content{
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	width: auto;
}

.myVideo{
    position: absolute;
    min-height: 48%;
    min-width: 50%;
}

.bkvid{
    background-color: #000;
    left: -100%;
    top: -100%;
    width: 200%;
    height: 200%;
    position: absolute;
}

@media (min-aspect-ratio: 1/1) {
	/* landscape */
  .myVideo{
    left:50%;
	top:50%;
  }
}

@media (max-aspect-ratio: 1/1) {
	/* portrait */
  .myVideo{
    top:52%;
	left: 38%;
  }
}

.ui-btn1{
	margin-top: 5px;
}
	
	.make_big{
		font-size:2.2rem;
	}
	
	.make_red{
		color:#ff5555;
	}
	
	.make_bold{
		font-size:1.6rem;
	}