#box {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 2px;
        display: flex;
        justify-content: center;
    }
    
table { 
  width: 85%;
  line-height: auto;
  margin-left:auto; 
  margin-right:auto;
  display: flex;
  justify-content: center;
h2 {
   color: red;
}
 align:center;
vertical-align: middle;
}

tr, td {
  padding: 1px;
  text-align: auto;
  border: 1px solid black;
  background-color: auto;
  overflow:hidden;
  word-wrap:break-word;
  height: auto;
}
tr:hover {background-color:#E4E4E4;}
table tr:nth-child(even){
        background:#E4E4E4;
        border:1px solid #D4D4D4;
line-height: auto;
    }
table tr:first-child{
  background:#8fce00;
  color:#000000;
  font-weight:bold;
  text-align: center;
line-height: auto;
}

.btn {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background-color: brown;
    border: #23943d 1px solid;
	font-weight:bold;
    }

.btn:hover{
		background-color:black;
		color:white;
		font-weight:bold;
}

.pagep {
  width: 21cm;
  min-height: 29.7cm;
  display:block;
  padding: 1cm;
  margin: 0;
  scale: 90%,
  border: 1px #D3D3D3 solid;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  font: 12pt;
}
.pagel {
  width: 29.7cm;
  min-height: 21cm ;
  display:block;
  padding: 1cm;
  margin: 0;
  scale: 90%,
  border: 1px #D3D3D3 solid;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  font: 12pt;
}
@media print {
  .pagep {
    margin: initial;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
	header, footer, editor, views, aside, nav, form, iframe, menu, hero, adslot {
  display: none;
  }
  }
  .noprint {display:none;}
  .print {display:block;}
  .pagel {
    margin: initial;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
	header, footer, editor, views, aside, nav, form, iframe, .menu, .hero, .adslot {
  display: none;
  }
  }
}

#rotate{
	 transform:rotate(-90deg);
 }
bx{
padding-left:3px;
letter-spacing:8px;
font-weight:bold;
text-transform:uppercase;
border:1px solid black;
display:inline;
text-border:1px solid black;
}
cub{
padding-left:3px;
font-weight:bold;
font:algerian;
text-transform:uppercase;
text-decoration:underline;
}
ub{
padding-left:3px;
font-weight:bold;
text-decoration:underline;
}
lph{
	margin-top:1px;
	   margin-left:1px;
	   float:left;
	   width:50px;
	   height:200px;
	   padding:2px;
      -webkit-print-color-adjust: exact;	   
   }  
r{
	float:right;
   }  
l{
	float:left;
   }  
c{
	padding-left:50%;
   }  
p {page-break-before: always;
}
n{
padding-left:40px;
}
button {  
    border: 1px solid black;   
  }   
.btn {
	padding: 5px 10px;
    border-radius: 10px;
    margin: 10px 0px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background-color: brown;
    border: #23943d 1px solid;
	font-weight:bold;
}
.btn:hover{
		background-color:black;
		color:white;
		font-weight:bold;
	}
.box {
  width: 450px;
  padding: 20px;
  margin-top: 80px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}	

* {
  box-sizing: border-box;
}
.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  text-align: left;
  font-weight:bold;
}
.flex-item-left {
  background-color: #ffffff;
  flex: 30%;
  a:hover, #links a:active { color: #336699; border-bottom-color: #336699; }
  a:hover, a:active { color: #ffffff; background-color: #485573; display:inline}
  }

.flex-item-center {
  background-color: #ffffff;
  flex: 30%;
  a:link { color: #567040; border-bottom-color: #567040; } 
  a:visited { color: #789160; border-bottom-color: #789160; } 
  a:hover, a:active { color: #ffffff; background-color: #485573; display:inline}
}

.flex-item-right {
  background-color: #ffffff;
  flex: 30%;
  a:link { color: #df6532; border-bottom-color: #df6532; }
  a:visited { color: #ad5b1e; border-bottom-color: #ad5b1e; }
  a:hover, a:active { color: #ffffff; background-color: #485573; display:inline} 
}

.flex-item-left h3 
{
	background-color: #94b4d6;
	font-weight:bold;
	text-align: center;
}

.flex-item-center h3
{
	background-color: #d6eb9a;
	font-weight:bold;
	text-align: center;
}

.flex-item-right h3
{
	background-color: #ffb366;	
	font-weight:bold;
	text-align: center;
}

/* Responsive layout - makes a one column-layout instead of three-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }  
}
a { font-weight: bold; border-bottom: 1px dotted transparent; }
a:link { color: #336699; text-decoration: none; border-bottom-color: #336699; }
a:visited { color: #5588aa; text-decoration: none; border-bottom-color: #5588aa; }
a:hover, a:active { color: #ffffff; background-color: #485573; display:inline; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;	
}
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; background-color: #ffb366;display:inline;	
	font-weight:bold;
	text-align: center;}
h5 { font-size: 18px;
	text-align: center; }
h6 { font-size: 16px; }
ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: decimal;
}
blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }
ins { text-decoration: none; color: #466b85; }
del { color: #555555; }
#header { float: left; width: 100%; clear: both; margin-top: 10px; }
#navigation { float: left; width: 100%; clear: both; }
#page-header { clear: both; height="80px" margin-bottom: 20px; }
#footer
{
	clear: both;
	color: #666666;
	padding: 20px 0 15px;
	text-align: center;
}
/* Header */
#header h1
{
	padding: 0;
	float: left;
	width: 140px;
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-right: 1px solid #999999;
}
#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}
#header h2
{
	float: left;
	width: 250px;
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 10px;
	text-transform: auto;
}
#header #search
{
	float: right; 
}
#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}
#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}
/* Navigation */
#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 10px;
	list-style-type: none;
	background-color: #65728d;
}
#navigation li { float: left; }
#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #eff8ff;
	padding: 5px 10px;
	border-bottom-width: 0;
}
#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #485573;
}
#page-header ul
{
	bottom: -8px;
	right: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}
#page-header li { float: left; }
#page-header li a:link,
#page-header li a:visited
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(menu.png);
	background-repeat: repeat-x;
}
#page-header li a:hover,
#page-header li a:active
/* Footer */
#footer a:link { color: #5588aa; border-bottom-color: #5588aa; }
#footer a:visited { color: #77bbdd; border-bottom-color: #77bbdd; } 
#footer a:hover, #footer a:active { color: #ffffff; background-color: #485573; display:inline; }
#footer p { margin: 5px 0; }
body
{
    padding: 0;
	width: 96%;
	margin: 0 auto;
	background-repeat: repeat-y;
	border: 5px solid #bbccdd;
}
#container
{
	margin: 0 auto;
}
#leftbox {
                float:left;                
                width:40%;
                height:80px;
				border-color: #000000;
            }          
 #rightbox{
                float:right;
                width:60%;
                height:80px;
				border-color: #000000;
				background-color: #d6eb9a;
            }
#text {font-size: 14px;}            
table { 
  width: justify;
}
th, td {
  padding: 2px;
  text-align: left;
  border: 1px solid black;
  background-color: auto;
}
tr:hover {background-color:#E4E4E4;}
table tr:nth-child(even){
        background:#E4E4E4;
        border:1px solid #D4D4D4;		
    }	

 #box1 {
  box-sizing: content-box;  
  width: 80%;
  height: 80%;
  padding: 30px;  
  border: 5px solid orange;
  float: center;
}   


.timer {
   position: fixed;
   left: 75%; 
   top: 6%;
   width: 20%;
   background-color: red;
   color: white;
   text-align: center;
}

.span {
   position: fixed;
   left: 75%; 
   top: 6%;
   width: 20%;
   background-color: red;
   color: white;
   text-align: center;
}