.DWMasonryGallery_mobileSelect
{
	width : 97%!important;
	padding : 10px 6px!important;
	padding-left: 10px!important;
	margin-bottom : 20px!important;
	margin-top: 6px!important;
	font-size : 1.4rem!important;
	-moz-border-radius : 0px;
	-webkit-border-radius : 0px;
	border-radius : 0px;
	color:#fff;
	outline:none;
	border: 2px solid #494949;
	background-color:#B20101;
	transition: 1s;
}
.DWMasonryGallery_mobileSelect:hover
{
	background-color:#B20101;
	color: #fff;
}

.DWMasonryGallery_mobileSelect select
{
    /* does not seem to have any effect */
	padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #fff;
	color: #fff;
    background-image: none;
    -webkit-appearance: none;
}

.DWMasonryGallery_mobileSelect select:focus
{
    outline: none;
	border: none;
}
