header {
	position: relative;
	background: url(../img/2566981.jpg);
  padding: 5px 10px 0px;
  color: #FFFFFF;
}
header a{
   text-decoration: none;
}
body{
  background: url(../img/1038648.jpg);
  font-size: 16px;
}
.Title{
  font-size:24px;
  color: #000;
  font-weight: bolder;

}
.mainbody{
width : 100%;
overflow-x: hidden;

  background-color: rgba( 255,240,214, 0.75 );
}
.tableHeader{
  background-color: rgba(239,174,129, 0.75 );
}
.Name{
  display: inline-block;
  width : 100%;
  font-size: 20px;
  font-weight:bold;
  background-color: rgba( 255,194,87, 0.75 );
  margin: 0px 0px;
  border: 3px solid transparent;
  text-decoration: none;
}

.radio{
  display: inline-block;
  width:180px;
  color: #fff;
  font-size: 16px;
  text-align:center;
  background: linear-gradient(to bottom, #D4D4D4, #8E8E8E);
  font-weight: bold;
  border-radius: 5px;
  /* A transparent border added for the outline button variation */
  border: 3px solid transparent;
  text-decoration: none;
}
.radio:hover {
  opacity: 0.7;
}
.radio:active {
  background: linear-gradient(to bottom, #5e5e5e, #8E8E8E);
}
input[type="radio"]:checked + label {
  background: linear-gradient(to bottom, #69CF4C, #B3E6A5);
}
input[type="radio"]:checked + .radio:hover {
  opacity: 1.0;
}
input[type="radio"]:disabled+ .radio:hover {
  opacity: 1.0;
}
input[type="radio"]:disabled + label {
  background: linear-gradient(to bottom, #737373, #737373);
}

input[type="radio"]{
  display:none;
}
.logTable??{
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight:bold;
  background-color: rgba( 252,244,202, 0.75 );
  border-radius: 5px;
  border: 3px solid transparent;
  text-decoration: none;
}
table tr th select{
  width:100%;
  height:100%;
	margin:0px 0px;
	padding:2px 18px 2px 2px;
  background-color: rgba( 242,181,64, 0.75 );
  font-weight:bold;
  font-size: 18px;
}
table tr th {
  background-color: rgba( 242,181,64, 0.75 );
  font-size: 18px;
}
table tr:nth-child(odd) td {
  background-color: rgba( 255,247,209, 0.75 );
  font-size: 18px;
}
table tr:nth-child(even) td {
  background-color: rgba( 249,229,139, 0.75 );
  font-size: 18px;
}
.Explain{
  display: inline-block;
width : 100%;
overflow-x: hidden;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  border: 3px solid transparent;
  text-decoration: none;
}
.Link{
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight:bold;
  text-decoration: none;
}
.example{
  font-size:18px;
  background-color: rgba( 255,250,163, 0.75 );
  font-weight:bold;
}

.nowStatus{
  display: inline-block;
  color: #000;
  width:100%;
  font-size: 14px;
	margin: 5px 0px 5px;
  background-color: #dedede;
	background-color: rgba( 222, 222, 222, 0.75 );
  border-radius: 5px;
  font-weight: bold;
  border: 3px solid transparent;
  text-decoration: none;
}