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);
}

.content{
    display: none;
}


.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;
}