body {
  margin: 0;
}

/*
.wrapper{

  width: 33.3333%;
  background-color: #ff9999;
  float: left;

  }
*/


.maincontent{
  width: 100%;
	max-width:350px;
  height: 100%;
	overflow: hidden;
	text-align:left;
	white-space:normal;
	font-size:15px;
  margin-left: auto;
	margin-right: auto;
  

}


ul {
    padding: 2px;
}


a img{
  height: auto;
}

.tabs_controls-item{
    display: inline-block;
    background-color: wight;
    border-bottom: 2px solid #ccc;
    /*width: calc(100%/13);*/

}

.tabs_controls-item :hover{
  background-color: #8fadbd;
}

.tabs_controls-item.active{
  border-bottom-color: #8fadbd;
}

.tabs_item{
    list-style: none outside none;
    display: none;
    background-color: white;
}
.tabs_item.active {
    display: block;
}

.imgBig{
  display:inline-block;
	clear:both;
  width: 60%;
  height:auto;
  margin-left: 20%;

}

.selMASTERDiv{
  width:100%;
	clear:both;
	height:25px;
	margin-bottom:3px;
}

.selMASTER{
  float:left;
	height:25px;
	font-size:16px;
	color: black;

  width:40%;
	margin-right:1%;
}
.selMarkMASTER{
  float:left;
	height:25px;
	font-size:16px;
	color: black;

  width:57%;
}

.btnL{
  width: 100%;
}

.table {
  border: 2px solid #8fadbd;
}
th, td {
    border: 1px solid black;
}

input{
  width: 90%;
}


@media screen and (max-width:1140px){
  .tabs_control-link img{
    width: 27px;
  }
}
@media screen and (max-width:1040px){
  .tabs_control-link img{
    width: 26px;
  }
}
@media screen and (max-width:991px){
  .tabs_control-link img{
    width: 25px;
  }
}

@media screen and (max-width:960px){
  .tabs_control-link img{
    width: 24px;
  }
}
@media screen and (max-width:921px){
  .tabs_control-link img{
    width: 23px;
  }
}
/*
@media screen and (max-width:901px){
  .tabs_control-link img{
    width: 22px;
  }
}
/*
@media screen and (max-width:887px){
  .tabs_control-link img{
    width: 21px;
  }
}*/
/*
@media screen and (max-width:867px){
  .tabs_control-link img{
    width: 20px;
  }
}*/
/*
@media screen and (max-width:837px){
  .tabs_control-link img{
    width: 19px;
  }
}

/*
@media only screen and (min-width: 768px) {
    .tabs_control-link img{
      width: 28px;
    }
  }
*/
