<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.theme-color
{
color:#2186d5;
}

.logo
{
 width:267px;   
}

.signup-bubble
{
    top: -85px;
}

.logo h1
{
    color:#2186d5
}

.flat-header,
::selection
{
 background:#2186d5;
}

::selection
{
    color:#fff;
}

.game-type.feature-orb,
.game-type.feature-orb:hover {
width: 24%;
}

.game-type .game-title
{
    font-size:24px;
    font-weight:600;
}

.game-type .game-subtitle
{
    font-size:18px;
    font-weight:500;
}

.game-type img
{
 max-width:100%!important;   
}

.device-feature img
{
 margin: 20px 20px 30px 20px;   
}

.teacher-avatars
{
 margin: 20px auto;
  vertical-align:middle;   
}

.teacher-avatars .img-wrapper
{
 display:inline-block;
 vertical-align:middle;
 text-align:center;
}

.teacher-avatars img
{
    width:150px;
 vertical-align:middle; 
 margin: 0 20px;
 cursor:pointer;
   filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
  opacity:0.5;
}

.teacher-avatars img:hover,
.teacher-avatars img.active
{
      filter: none;
  -webkit-filter: grayscale(0%);
  opacity:1;
}

img.grayscale {

}

img.grayscale:hover {

}
.clicker-pricing.main-feature img { width:100px;}
.clicker-pricing.main-feature .signup-button { font-size:18px;}
.clicker-pricing.main-feature { margin-bottom:20px;}
.clicker-pricing.main-feature h2
{
 margin-bottom:6px;   
}
.clicker-pricing .feature-orb
{
    padding-top:0;}

.clicker-pricing .feature-orb p
{
 margin-top:5px;   
 font-size:14px;
}

.clicker-pricing .feature-orb:hover
{
border-color:#fff;
background:none;
}

.quote-feature h3
{
 font-size:32px;   
}</pre></body></html>