﻿.clearRight { clear: right; }

.defaultNoDisplay { display: none; }

/*
@media screen and (max-device-width: 800px) {
    .defaultNoDisplay { 
        display: block; 
        background-color: #71DEF7 !important;
        margin: -26px -30px 30px 0;
        width: 298px;
    }

    div.defaultNoDisplay h1 a {
        color: #4F5560;
        text-decoration: underline;        
    }

    div.defaultNoDisplay h1 a:hover {
        color: #4F5560;
        text-decoration: none;
        background-color: 
        transparent !important;
    }
}
*/

div#NewMindSearchFormContainer {
    float: none; 
    clear: right;
}