/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
.vtitle {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
}
tr.sectiontableentry:nth-child(2n + 2) {
    background: #f2f2f2;
}
tr.sectiontableentry td {
    padding: 4px;
}
.button_egogramma {
    background-color: #5a80b1;
    color: white;
    border: 0px;
    outline: none;
    padding: 10px;
    margin-top: 20px;
	cursor:pointer
}
div#capture {
    display: none;
}
.after_text {
    margin-bottom: 50px;
}
.before_text {
    margin-top: 50px;
}
div#res .before_text {
    display: none;
}
table.qtable {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 640px){
	div#capture td.full {
		display: block;
		width: 100%;
		height: auto;
	}

	div#capture td.full:first-child {
		margin-bottom: 20px;
	}

}
@media screen and (max-width: 400px) {
	tr.sectiontableentry td:first-child {
		max-width: 81px;
	}	
	
}










