#body{
	background: #f5f5f5;
	padding-bottom:55px;
	    padding-top: 50px;
}
#body p{
	font-size: 34px;
	text-align: center;
	padding:10px;
}
#body li{
	list-style: none;
    width: 48%;
    float: left;
    text-align: center;
    background: #fff;
    height: 125px;
    line-height: 125px;
    font-size: 18px;
    margin: 1%;
    border-radius: 10px;
}
.contact-nr h1{
	font-size: 20px;
}
.table{
	border: 1px solid #DDDDDD;
	background: #FFF !important;
	width: 90% !important;
    margin-left: 5%;
    box-shadow: 0px 12px 14px 0px 
		rgba(6, 0, 1, 0.19);
	border-radius: 10px;
	height: 220px;
}
.table img{
height: 22px;
    width: 20px;
    margin-left: 20px;
    margin-right: 10px;

}
.table td{
	padding: 4px !important; 
}
