body{
	font-family: sans-serif;
	font-size: 18px;
}

.main{
    margin: 20px 20px 100px 20px;
}
.center_align{
    display: block;
    text-align: center;
}
.center_align img{
    padding:20px;
    margin-top:50px;
}
.center_align p{
    margin-top: 150px;
    padding: 0 100px;
    font-size: 14px;
}
.description{
	width: 80%;
}
.description p{
	padding: 5px;
    border: 1px solid;
    border-radius: 2px;
    border-color: rgb(133, 133, 133);
}
#bottom{
    position: absolute;
    bottom: 80;
    width: auto;
}
.page_break { page-break-before: always; }

@page { margin: 20px 20px; }

#header { position: fixed; left: 0px; top: -20px; right: 0px; height: 50; text-align: center; }
#footer { position: fixed; left: 0px; bottom: 00px; right: 0px; height: 50; text-align: center; font-size: 14px;}
#footer .page:after { content: counter(page); }

.vendors_list {
    font-size: 10px;
    width: 100%;
    table-layout: fixed;
    margin: 10px 0 20px 0;
	word-wrap: break-word;
}
.cat_list {
    font-size: 10px;
    width: 100%;
}
.vendors_list tr{
}
.vendors_list tr td{
	font-weight:normal;
}
.normal-text{
	font-weight:normal;
}

.vendors_list h2, .cat_list h2{
    margin: 30px 0;
    text-align: center;
    color: #02472b;
    font-weight:bold;
    font-size: 20px;
}
#highlight{
    background-color: rgba(6,163,120, 0.5);
}
#sub_headings{
    font-weight: bold;
    font-size: 12px;
	font-variant: small-caps;
}

#comp_col{
	width:15%;
	overflow-wrap: break-word;
}
#fb_col{
	width:12%;
	}
#insta_col{
	width:11%;
	max-width:11%;
}
#web_col{
    width:15%; 
	overflow-wrap: break-word;
}
#wapp_col{
	width:6%;
}
#tel_col{
	width:6%;
}
#email_col{
	width:11%;
}
#pros_servs{
    width:24%;
	overflow-wrap: break-word;
}
#tdiv{
    width:50px;
}