/*
Theme Name: Dabble
Author: Creative Spark
Version: 1.0.0
*/


select {
    background-color: #ebe9e8;
    border: none;
    height: 45px;
    padding: 0;
    margin: 0;
    outline: 0;
    padding: 0 15px;
    width: 100%;
	color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
    }

select[multiple] {
    height: auto;
    padding: 20px 15px;
}

.quarter {
	width: 20%;
	float: left;
}