@charset "UTF-8";
#page .toggleArea .styleChange li:nth-child(1) span { color: #888; font-weight: bold; border-color: #666 !important; }
@media (max-width: 640px) { #page .toggleArea .styleChange li:nth-child(1) span { border-color: #fff !important; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white)); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); } }
