#biz-column-1 {
    float: left;
    width: 40%;
}

#biz-column-1 img {
    background-color: white;
    border: 1px solid #ccc;
    padding: 3px;
    display: inline;
}

#biz-column-2 {
    float: left;
    width: 58%;
    margin-left: 2%;
}

.boxed-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#biz-column-1 .thumb {
    height: 40px !important;
}

#biz-column-1 .biz-data {
    margin-bottom: 15px;
}

#biz-column-1 .biz-data table {
    border: none !important;
}

#biz-column-1 .biz-data table tr td {
    padding: 2px !important;
    border: none !important;
}

#biz-column-1 .basic-info {
    padding: 5px 0px 10px 0;
}

.closed {
    text-align: center !important;
}

.sponsored-listing {
    background: rgb(254,252,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: center;
}

#biz-column1 a.nodec,a.nodec:link,a.nodec:visited {
    text-decoration: none !important;
    border-bottom: 0px !important;
}

.clearfix {
    clear: both;
}

#bs-hours-table {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bs-hours-table li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#bs-hours-table li .hours {
    margin-bottom: 6px;
    font-size: 90%;
}

#bs-hours-table li .day {
    
}

.section-label {
    margin-bottom: 7px;
    font-size: 105%;
    margin-top: 10px;
}

.bs-video {
    font-weight: bold;
    padding: 5px 0;
}

/* Resize video to width of column */
.bs-videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.bs-videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}