/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  width: 100vw;
  margin: 0;
  font-family: Arial;
 }

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
 /*   border: none;*/
  outline: none;
  cursor: pointer;
 /*   padding: 14px 16px;*/
  font-size: 17px;
  width: 25%;
  height: 60px;
}

.tablink:hover {
  background-color: #777;
}

.but {
	display: inline-block;
	width: 100%;
}
	
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
/*   color: white;*/
  display: none;
  padding: 1px 20px;
  height: 100%;
}

table{
/*	border-collapse: collapse; /* Убираем двойные линии между ячейками */
/*	width: 98%; /* Ширина таблицы */
}

th{
	font-weight: normal; /* Текст в таблице не жирный */
}

input[id="submit2" i] { 
	background: #09ad35; /* цвет фона */
    color: white; /* Белые буквы */ 
    
   }
   
input:active[id="submit2" i]{  background-color:#00f56e} /* Цвет кнопки при нажатии */

input[id="submit3" i] { 
	background: #d40808; /* цвет фона */
    color: white; /* Белые буквы */ 
    
   }
   
input:active[id="submit3" i]{  background-color:#00f56e} /* Цвет кнопки при нажатии */

fieldset {
    
    margin: auto;
	padding: 10px;
	height: 95%;
	width: 95%;
	
}

	/*Таблица зеброй*/  
	
tbody { border: 1px solid #CCC; } 
/*tr td { pading 0px; border: 1px solid #CCC; } */
/*tr:nth-of-type(even){ background-color: #f3f3f3; } 
tr:nth-of-type(odd){ background-color: #ddd; }*/
tr:nth-of-type(even){ background-color: #FFFFFF; } 
tr:nth-of-type(odd){ background-color: #F8F4B6; }

	/*При навведении*/ 
	
table tr:hover { background:#FA8072;}

#data {
    position: absolute; /* Абсолютное позиционирование */
    right: 0; /* Положение элемента от правого края */
    top: 20px; /* Положение от верхнего края */
    width: 225px; /* Ширина блока */
    padding: 5px; /* Поля вокруг текста */
    background: #f0f0f0; /* Цвет фона */ 
   }
fieldset {
    background: #F8F4B6;
    margin: auto;
	padding: 10px;
    height: 70px;
	width: 340px;
	
}
	
}