.org-box {
    font-size: 18px;
    padding: 5px 0 0px 21px;
}

.org-box table td {
    padding: 10px !important;    
}

.org-box .title {
    margin: 10px !important;
}

.org-box .info {
	font-size: 13px;
}

.org-box .info > div {
	display: inline-block;
	margin-right: 10px;
}

.org-box .phone {
	font-size: 13px;
    font-weight: normal !important;
}

.org-box .green {
    background: #f1ffd6 !important;
}

.org-box .gray {
    background: #EEE !important;
    color: #AAA !important;
}

.org-box .btn {
    background: white;
    border: 1px solid #AAA;
    width: 120px;
}

.org-box .gray {
    background: #efefef !important;
}

.org-box strong {
    color: #53a129;
}

td.org-logo {
    width: 110px;
}

.org-logo img {
    width: 100px;
}

.org-box .site {
    color: #045ec7;
}

.org-box, .org-box-banner {
    background: #fff;
    border: 1px solid #D8D8D8;
    clear: both;
    margin-bottom: 14px;
    position: relative;
    border-radius: 3px;
}

.org-box-banner {
    padding: 5px;
    text-align: center;
}

.org-box:hover, .org-box-banner:hover {
    border-color: #5C95C5;
    box-shadow: inset 0 0 1px 1px #CFE0EE;
}