<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#classroom-search-sidebar {
padding: 12px;
margin-bottom: 12px;
background: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
box-shadow: 0 0 5px #dcdfdf;
-moz-box-shadow: 0 0 5px #dcdfdf;
-webkit-box-shadow: 0 0 5px #dcdfdf;
}

div form .cts-button-primary {
font-family: inherit;
font-size: 1em;
color: #fff;
font-weight: 700;
padding: 4px 12px;
margin-right: 12px;
background-color: #3089c2;
border: 1px solid #2077af;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
cursor: pointer;
}

#features {
width: 852px !important;
width: 856px;
margin: 0 auto;
overflow: hidden;
display: block;
clear: both;
zoom: 1;
padding-bottom: 5px;
padding-left: 2px;
margin-left: -2px;
}

#features div {
background: #fafafa;
width: 205px;
float: left;
margin-right: 8px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
box-shadow: 0 0 5px #dcdfdf;
-moz-box-shadow: 0 0 5px #dcdfdf;
-webkit-box-shadow: 0 0 5px #dcdfdf;
overflow: hidden;
}

#features h2 {
margin-left: 10px;
font-weight: normal; 
font-size: 14px;
padding: 18px;
margin: 0;
color: #fff;
background: #a4abae url(/classrooms/wp-content/themes/flexi-cts/images/sprite.png) no-repeat -100px -1000px;
text-shadow: #a4abae -1px -1px 0;
height: 32px;
}

#features h2 a {
color: #fff;
text-decoration: none;
text-shadow: #a4abae -1px -1px 0;
}

#features p {
color: #465264;
width: 190px;
padding-left: 10px;
margin-bottom: 10px;
font-size: 11px;
line-height: 18px;
}

#features img {
padding: 0;
margin-left: -10px;
margin-top: -20px;
padding-top: 20px;
border-bottom: 1px solid #bcc4d0;
}</pre></body></html>