
/*
table {
background-color: yellow; 	
display: block;
width: 50em;
max-width: 100%;
position: relative;
overflow-x: auto;
}
tbody {
height: 100px;
overflow: auto;
display: block;
}
th, td {
max-width: 100%;
}
*/
p {
font-family: "arial";
}

/*input[type="text"] {
	font-size: 24px;
}*/
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}
body {
	max-height: 1000px;
	height: auto;
	min-width: 1000px;
	width: 100%;
	position: absolute top left;
	
}
button {
	background : red;
	border: solid 2px red;
	color: black;
	transition-property: all;
	transition-duration: 0,s;
	transition-timing-function:linear;
}
	
	
table {

	min-width: 900px;
	
	height: auto;
	
	background-color: #f5f5dc;
	position: absolute top left;
	text-align: left;
	
	}
p {
font-family: "arial";
}
caption {
	background-color: #dcdcdc;
	text-align: left;
}
tr {
	background-color: #ddd;
}
th {
	background-color: #e9967a;
}
td {
  text-align: left;
}
td {
  vertical-align: center;
}
table col {
    background-color: #80C9FF;
    color: #000000;
	text-align: left;
}
table col.even {
    background-color: #BFE4FF;
    color: #000000;
}
tbody {
	min-width: 900px;
	height: auto;
	max-height: 330px;
	overflow: auto;
	text-align: left;
}
iframe {
	overflow: scroll;
	min-width: 900px;
	height: 340px;
	border: 1px solid black;
}


/*td {
	background-color: #eee;
}*/



/*
input, textarea, select {
    border: 1px solid #C6CFE2;
    background: #F7FBFE;
    padding: 2px;
}
label {
    padding: 2px;
    width: 80px;
    display: block;
    float: left;
    font-weight: bold;
}
fieldset fieldset label {
    margin-left: 50px;
    width: 30px;
}
fieldset fieldset input {
    border: none;
    float: left;
    margin: 0 20px 0 15px;
}
#submit {
    background: #69B1D9;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
}
div.box
{
width:250px; height:250px;
background:url(boxbk.png) no-repeat top left;
padding:1px 0;
font-size:10px
}
div.box-inner
{
height: 200px;
overflow:auto;
margin:25px 24px 0;
padding-right:2px
}
*/
