body{
    background-color: #f7f7f7;
}
.contact{
    margin:30px 0;
    border:1px solid #eee; 
    background-color: #fff;
    padding:25px;
    border-radius: 5px;
}
.contact .default{
    margin-bottom: 15px;
}
.btn{
    margin-bottom: 15px;
}
.btn button{
    background-color: var(--theme_active);
}



.table{
	width:100%;
	background:#ddd;
	border-spacing:1px !important;
	border-collapse: separate;
}
.table tr{
	background:#fff;
	text-align:center;
}
.table tr td,table tr{
	padding:10px;
    text-align: left;
}
.table td.label{
    background-color: #f2f2f2;
}


.table .imgs{
	display: flex;
	align-items: center;

}
.table .imgs .item{
	width:160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid rgba(0, 0, 0, 0.1);
	padding:5px;
	border-radius: 5px;
	margin:0 5px;
}


.table .imgs .item img{
	display: block;
	max-width: 160px;
	max-height: 160px;
}