.boxer {
   display: table;
   border-collapse: collapse;   
	background: white;
}
 
.boxer .box-row {
   display: block;
}
 
.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   outline: 3px solid black;  
   transform: scale(0.98);
   -ms-transform:  scale(0.98);
   -webkit-transform: scale(0.98);
   background-size: 100% 100%;
   cursor: pointer;
}

.yes_hover:hover{
	background: url("../img/cloud_icon.png");
	background-repeat: no-repeat;
    background-position: 50%;
	background-size: 50%;
}

.oneh{
 height: 174px;   
}
.twoh{
 height: 348px;   
}
.threeh{
 height: 522px;   
}
.fourh{
 height: 696px;   
}
.onew{
width: 120px;
}
.twow{
width: 240px;
}
.threew{
width: 360px;
}
.fourw{
width: 480px;
}

.comics_theme{
    width: 100px;
    height: 145px;   
	margin: 10px;
}

#comics_themes{
	position: absolute;
    right: 25px;
    top: 80px;
}

#comics_theme1{
   background: url("../img/comics/ct1.jpg");
}
#comics_theme2{
   background: url("../img/comics/ct3.jpg");
}
#comics_theme3{
   background: url("../img/comics/ct5.jpg");
}
#comics_theme4{
	opacity: 0.3;
   background: url("../img/comics/ct4.jpg");
}

.active_themes{
	outline: 5px solid #74cee4;
}