pre {
    font-weight: 400;
    background: #FFF;
    margin: 0px;
    white-space: pre-wrap;
    word-break: keep-all;
    font-family: "proxima-nova", Open Sans, Arial, open sans;
    padding: 2em 0;
}

.company_name,
.seller_name
{
	font-size: 27px;
}

.location {
    font-weight: 500;
    font-size: 15px;
}

.location li a {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #feec76;
    padding: 0px 3px 0;
    display: inline-block;
    position: relative;
    left: -3px;
}

.location li a:hover {
	background: #feec76;
	text-decoration: none;
}

#contacts_area {
    background: #f6f7f9;
    padding: 1.5em 2em;
    font-size: 15px;
    margin-bottom: 2em;
}

.contact_heading {
    margin: 0 0 0.5em;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: #888;
}

.contact_info span {
    font-weight: 600;
}

.contact_info li {
	margin-bottom: 5px;
}

.contact_info a {
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #feec76;
    padding: 0 5px;
}

.contact_info a:hover {
	text-decoration: none;
	background: #feec76;
}

#info_right {
    margin-top: 1.5em;
}

#listings_area {
    background: #f6f7f9;
    padding: 2em;
}

#listings_area h3 {
    margin: 0 0 0.5em;
    font-size: 14px;
    padding-bottom: 0em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: #888;
}

#listings_area h4 a {
    font-size: 21px;
    color: #3b4143;
    border-bottom: 1px solid #feec76;
    display: inline-block;
    padding: 5px 5px 3px;
    margin: 17px 0 12px;
	width: 100%;
}

#listings_area h4 a:hover {
	background: #feec76;
	text-decoration: none;	
}

.listing_info li {
    width: 33.3333%;
    float: left;
    font-weight: 600;
}

.listing_info li a {
 	font-size: 16px;
 	font-weight: 500;
}

.social-links a,
.pr_link a {
    border: none;
    padding: 0 2px;
    
}

.social-links a:hover,
.pr_link a:hover {

	text-decoration: none;
}

/* Specific to Companies */

#press_release_url_link {
    padding: 5px 5px 0px;
    display: inline-block;
}

#press_release_url_link img {
    width: 170px;
	height: 32px;
}

/* Specific to Corporations */

#press_release_url_link {
    border: 3px solid #3b4143;
    border-radius: 4px;
    padding: 7px 16px 5px;
    vertical-align: middle;
    display: inline-block;
}

#press_release_url_link:hover {
    border: 3px solid #feec76;
}

#press_release_url_link img {
    width: 170px;
    margin-right: 9px;
    float: left;
}


@media (max-width: 1000px) {
	.listing_info li {
	    width: 100%;
	}
	
}

