﻿@media (max-width: 991px), (max-device-width: 991px)
{
    div.Search
    {
        width: 100% !important;
    }
}

@media (max-width: 767px), (max-device-width: 767px)
{
    .keywordspnl li
    {
        width: 45% !important;
    }
}

@media (max-width: 450px), (max-device-width: 450px)
{
    .keywordspnl li
    {
        width: 100% !important;
    }
}

@media (max-width: 400px), (max-device-width: 400px)
{
    .registerLocation
    {
        width: 100%;
    }
}

div.Search
{
    width: 50%;
        margin-right: 10px;
    margin-bottom: 1%;
}

div.DropDown
{
        margin-right: 10px;
    margin-bottom: 1%;
}

button.Filter
{
    background: #36332c;
    background: -moz-linear-gradient(top, #36332c 0%, #252420 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36332c), color-stop(99%,#252420));
    background: -webkit-linear-gradient(top, #36332c 0%,#252420 99%);
    background: -o-linear-gradient(top, #36332c 0%,#252420 99%);
    background: -ms-linear-gradient(top, #36332c 0%,#252420 99%);
    background: linear-gradient(to bottom, #36332c 0%,#252420 99%);
    color: white;
}

button.Filter:hover
{
    color: #999999;
}

button.Clear
{
    background: #D61A01;
    background: -moz-linear-gradient(top, #D61A01 0%, #830A00 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61A01), color-stop(99%,#830A00));
    background: -webkit-linear-gradient(top, #D61A01 0%,#830A00 99%);
    background: -o-linear-gradient(top, #D61A01 0%,#830A00 99%);
    background: -ms-linear-gradient(top, #D61A01 0%,#830A00 99%);
    background: linear-gradient(to bottom, #D61A01 0%,#830A00 99%);
    color: white !important;
}

button.Clear:hover
{
    color: #999999 !important;
}