.spcu-adminbuttons {
    margin-bottom: 15px;
}

#spcu_map {
    padding-left: 42px;
    min-height: 300px;
}

#google-map {
    height: 100%;
    min-height: 300px;
    border: 1px solid #d9d9d9;
}

#google-map img {
    max-width: none;
}

.spcu_well {
    position: relative;
    margin-top: 30px;
}

.spcu-message {
    position: absolute;
    top: 20px;
    right: 5px;
}

.spcu-message textarea {
    height: 330px;
    resize: none;
}

@media (max-width: 767px) {

    #spcu_map {
        height: auto !important;
        padding-left: 15px;
        margin-top: 20px;
    }

    .spcu-message {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 992px)

	.spcu-message textarea {
	    height: 255px;
	}

}