/*
Theme Name: MSK_Mebel
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Alex Sokol
Author URI: https://wordpress.org/
*/


*{
	outline:none;
	outlines:1px solid red;
	border:none;
}
a:focus, img:focus {
	outline:none;
	border:none;
}

body{
	height:100%;
	font-family:'Helvetica';
	overflow-x:hidden;
}
iframe {
	width:100%;
	height:50px;
}

.list-group li:nth-child(2n){
	background-color:rgba(238, 238, 238, 0.35);
}
.variant-otveta{
	padding-left: 50px;
}
.variant-otveta input{
	padding-left: 10px;
	padding-right: 20px;
}

.panel-images {
	text-align:center;
}
.panel-images .row:not(:last-child){
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom: 1px solid #eee;
}
.panel-images img {
	margin:0 auto;
	height:70px;
}
.panel-images .variant-otveta{
	padding-left: 0px;
}