#blox{
	width: 100%;
	padding: 5px;
}
.allbox{
	padding: 5px;
	margin: 12px;
	float: left;
	height: 163px;
	width: 353px;
	border: 1px solid #104EC6;
	box-shadow: 0 3px 3px #424040;
}
.button{
	cursor: pointer;
	color: #061A7B;
	font-weight: bold;
}
.conten{
	padding: 17px;
	margin: 7px; 
	background-color:#DDE3E4;
	border-radius: .75em;
	font-size: 1.15em;
}
.tr:hover{
	background-color: #C7C2C2;
}
input[type="radio"]{
	width: 16px;
	height: 16px;
}
.isDisabled {
cursor: default;
pointer-events: none;        
 text-decoration: none;
color: grey;
	
color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;	
}
.ttop{
	border-top: 1px solid #000000;
}
.tlef{border-left: 1px solid #000000;}
.tright{border-right: 1px solid #000000;}
.tbuttom{border-bottom: 1px solid #000000;}
.hov:hover{
		opacity: 0.4;
	}
.director{
	width: 200px;
	height: 330px;
/*
	height: 250px;
	padding: 3px;
*/
	margin: 3px;
	text-align: center;
/*	border: 1px solid #312F2F;*/
	background-color: white;
}
.underdas{
	border-bottom: 1px dashed #2C2A2A;
}