/* CSS for View Full Site */
/* FIXME: move to footer.less - to use @footer-link-color */
.rwd-display-options{
    color: #58595b;
    font-size: 15px;
    text-align: left;
    background: white;
    padding: 4px 20px !important;
}
.rwd-display-option{ cursor: pointer; }

.view-responsive{ display: none; }

@media only screen and (min-width: 1000px){
    .view-full{ display: none; }
    .view-responsive{
	display: inline;
	margin-left: -20px !important;
    }
}


