.videoBG {
	-webkit-transform: translateX(-50%) translateY(-50%);
   	-moz-transform: translateX(-50%) translateY(-50%);
   	-ms-transform: translateX(-50%) translateY(-50%);
   	-o-transform: translateX(-50%) translateY(-50%);
   	transform: translateX(-50%) translateY(-50%);
   	position: absolute;
   	top: 50%;
   	left: 50%;
   	min-width: 100%;
   	min-height: 100%;
   	width: auto;
   	height: auto;
   	z-index: -1;
}
.right-col-home,
.for-business {
    padding-bottom: 150px;
    margin-bottom: -150px;
}

.errors {
    background-color: red;
    color: white;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.admin-nav a {
    color: #32cd32;
}

#admin-section {
    min-height: 700px;
}

* html #admin-section {
    height: 700px;
    overflow: scroll;
}

table tr td,
table tr th {
    padding: 5px 10px;
}

table.smoke-table {
}
table.smoke-table tr th {
    border-bottom: 2px #333 solid;
    background-color: #32cd32;
    color: #fff;
    text-align: left;
}
table.smoke-table tr td {
    border-bottom: 1px #333 solid;
}

#md_content {
    height: 700px;
}
#md_map {
    height: 700px;
}
#md_categories {
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#md_places {
    height: 700px;
    overflow: scroll;
}
#md_places_holder {
    margin-top: 10px;
}
.lp-div {
    border: 1px #ccc solid;
    margin-bottom: 10px;
    border-radius: 5px;
}
.lp-div-name {
    font-size: 18px;
    padding: 5px 10px;
    color: #222;
}
.lp-div-address {
    font-size: 14px;
    padding: 5px 10px;
}
.lp-div-links {
    padding: 5px 10px 5px 10px;
}
    .lp-div-links a {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
.lp-div-category {
    text-align: center;
    color: #fff;
    background-color: rgba(50, 205, 50, 0.8);
    border-top: 1px #ccc solid;
    padding: 5px;
    font-weight: bold;
}
#del-button-div {
    margin-top: 20px;
    text-align: center;
}
    #del-button-div input {
        background-color: #ff0000;
        color: white;
        font-weight: bold;
        padding: 10px;
        border-radius: 5px;
    }
