.header
{
	margin: 0.2%;
	width: 99%;
	height: 100px;
}
.content
{
	color: #fff;
	display: inline-block;
	float: right;
	margin: 0.2%;
	margin-right: 0.6%;
	width: 99%;
	/*height: 100%;*/
	min-height: 440px;
	border: 1px solid black;
	border-color: #9C9C9C;
}
.content2
{
	color: #111;
	display: inline-block;
	float: right;
	margin: 0.2%;
	margin-right: 0.6%;
	width: 80.8%;
	/*height: 100%;*/
	min-height: 440px;
	border: 1px solid black;
	border-color: #9C9C9C;
}
.table_bots
{
	text-align: center;
	font-family: "Consolas";
	font-size: 10;
	
}
.header_table_bots
{
	color: #fff;
	font-family: "Consolas";
	font-size: 12;
}

.styled-select select {/*Чекбокс, выбранные IMEIs для команд*/
   background: transparent;
   width: 100%;
   padding: 5px;
   font-family: "Consolas";
   font-size: 10px;
   border: 1px solid #ccc;
   height: 24px;
}

#styled-select {
   background: #9A9A9A;
   width: 100%;
   padding: 5px;
   font-family: "Consolas";
   font-size: 10px;
   border: 1px solid #ccc;
   height: 28px;
}

#styled-select2 {
   background: #9A9A9A;
   
   width: 33%;
   padding: 5px;
   font-family: "Lobster, cursive";
   font-size: 10px;
   border: 1px solid #ccc;
   height: 24px;
}

#div_inj {margin-top: -75px;}

#text_command{
font-family: "Consolas";
font-size: 14;
margin-top: -18px;
text-align: center;
}

.header_table_commands{
	color: #fff;
	font-family: "Consolas";
	font-size: 12;
	margin-top: -17px;
}