table tr > *:nth-child(6){
			display:none;
}
h2{
padding: 50 0 0 0;
 text-align: center ;
color:purple;
}
input[type="text"] {
   border: 1px solid #cccccc; 
   border-radius: 3px; 
   -webkit-border-radius: 12px; //закругление углов (Google Chrome)
   -moz-border-radius: 12px; //закругление углов (FireFox)
   -khtml-border-radius: 12px; //закругление углов (Safari)
   background: #ffffff !important;
   outline: none;  
   height: 50px; 
   width: 350px; 
   color: #cccccc;
   font-size: 19px; 
   font-family: Tahoma; 
}
input[type="text"]:focus {
  color: #000000;
  border: 1px solid #000000
}
.floating-button {
  text-decoration: none;
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 45px;
  border-radius: 45px;
  margin: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: #524f4e;
  background: white;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
  transition: .3s;
}
.floating-button:hover {
  background: #a840ff;
  box-shadow: 0 15px 20px rgba(46, 229, 157, .4);
  color: white;
  transform: translateY(-7px);
}
.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:100px;
display:none;
text-indent:-9999px;
background: url('icon_top.png') no-repeat;
}

body {

  margin: 0;
  background: #F4F1F8;
}
table { margin: 10px auto; }
table {
  border-collapse: collapse; 
  line-height: 1.1;
  background:  radial-gradient(farthest-corner at 50% 50%, white, #DCECF8);
  color: #0C213B;
}
caption {
  font-family: annabelle, cursive;
  font-weight: bold;
  font-size: 2em;
  padding: 10px; 
  color: #F3CD26;
  text-shadow: 1px 1px 0 rgba(0,0,0,.3);
 }
caption:before, caption:after {
  content: "\274B";
  color: #A9E2CC;
  margin: 0 10px;
}
th {
  padding: 10px; 
  border: 1px solid #A9E2CC;
}
td {
  font-size: 0.8em;
  padding: 5px 7px;
  border: 1px solid #A9E2CC;
}
 table, td, th {
        border: 1px solid black; 
        border-collapse: collapse;
      }
      table { width: 97% }
      td { text-align: right; }
      th { height: 50px; }
      .test1 { vertical-align: top; }
      .test2 { vertical-align: bottom; }
	  
	tr:hover { background-color: #E0E0FF; }   


.table table-striped {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#container{
display:none;
}