﻿@media screen 
{
   .only-screen { display: block; }
   .only-print { display: none !important; }
}

.page-break-avoid { page-break-inside: avoid; }
.page-break-after { page-break-after: always; }
.page-break-before  { page-break-before: always; }

html { background: transparent url(../img/background-tile.jpg) repeat; margin: 0 0; padding: 0 0; }
body { margin: 0 0; padding: 0 0; background: url(../img/background-icons.png) no-repeat center top; color: #333333; font: 13px Arial,Helvetica,Verdana,sans-serif; }

@media screen and (max-width: 980px) 
{
   body { width: 980px; }
}

a { text-decoration: none; outline: none; color: #ff3300; }
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; }
img { border: 0 none; margin: 0 0; }

#main { margin: 0 auto; width: 980px; }

#header { height: 110px; position: relative; background-color: transparent; }
#header-logo { margin: 25px 0 0 20px; width: 340px; height: 70px; background: url(../img/logo.png); display: block; float: left; }
#header a { text-decoration: none; outline: none; }

#header-items { float: right; margin-top: 8px; color: #e1e1e1; font-size: 14px; font-weight: bold; }
#header-items span { margin-left: 10px; vertical-align: bottom; }
#header-items span a { color: #e1e1e1; text-decoration: none; }
#header-items span a:hover { color: #e1e1e1; text-decoration: underline; }
#header-items .donate { font-weight: bold; color: #97ccff; font-size: 14px; margin-right: 5px; text-decoration: none; }
#header-items .non-icons { position: absolute; top: 5px; right: 0; }
#header-items .email { background: url(../img/icons-header.png) no-repeat 0 0; display: block; width: 20px; height: 18px; float: right; margin-left: 10px; }
#header-items .print { background: url(../img/icons-header.png) no-repeat -20px 0; display: block; width: 20px; height: 18px; float: right; margin-left: 10px; }

#header-search { position: relative; background: url(../img/search.png); width: 384px; height: 38px; position: absolute; top: 48px; right: 0; }
#header-search #search-button { position: absolute; right: 0; top: 0; height: 38px; width: 40px; display: block; }
#header-search #search-input{ background-color: transparent; color: #333333; font-size: 12px; width: 320px; height: 20px; margin: 8px 10px 0 10px; background-color: transparent; border: none; }
#header-search #search-input:focus {outline: none; }
#header-search #search-input.empty { color: #afaeae; }
#header-search #search-menu { position: absolute; top: 0; left: 215px; width:130px; height: 35px; cursor: pointer; }
#header-search #search-menu .text { position: absolute; top: 12px; left: 4px; color: #73a3d1; font-size: 11px; }
#header-search #search-menu .arrow { position: absolute; top: 0; right: 8px; background: url(../img/search-arrow.png); width: 18px; height: 38px; }
#header-search #search-menu.selected .arrow { background-position: -18px 0; }
#header-search #search-dropdown { display: none; position: absolute; top: 35px; left: -2px; z-index: 1500; background: #FFFFFF; border: 1px solid #cfcfcf; border-radius: 0 0 5px 5px; border-top: none; }
#header-search #search-dropdown a { color: #666666; display: block; width: 100%; height: 100%; padding-left: 10px; padding-top: 5px; font-size: 12px; font-weight: normal; text-decoration: none; outline: none; }
#header-search #search-dropdown .item { height: 26px; width: 118px; overflow: hidden; }
#header-search #search-dropdown .item:hover { background: url(../img/search-selection.png) repeat-x; color: White; }

#search-empty-background { display: none; background-color: #000000; filter: alpha(opacity=70); opacity: 0.8; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 199; }
#search-empty { display: none; position: absolute; top: 105px; right: 40px; width: 300px; padding: 10px 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; box-shadow: rgba(0,0,0,0.9) 0 0 30px; -moz-box-shadow: rgba(0,0,0,0.9) 0 0 30px; -webkit-box-shadow: rgba(0,0,0,0.9) 0 0 30px; -ms-box-shadow: rgba(0,0,0,0.9) 0 0 30px; background-color: white; z-index: 1000;}
#search-empty-text { padding-top: 10px; color: #4d4d4d; font-size: 14px; }
#search-empty-arrow { width: 0; height: 0; margin-top: -30px; margin-left: 120px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid white; }

#content { clear: both; background-color: white; padding: 20px 20px 20px 20px; line-height: 150%; overflow: hidden; word-wrap: break-word; }
#content #title { padding: 0 0; margin: 0 0 13px 0; line-height: normal; }
#content #title h1 { font-weight: normal; font-size: 25px; padding: 0 0; margin: 0 0; color: #333333; line-height: normal; }
#content #title .beta { margin-top: 10px; }

#sponsors { margin: 20px -10px 0 -10px; overflow: hidden; }
#sponsors .left { width: 50%; float: left; }
#sponsors .right { width: 50%; float: right; text-align: right; }
#footer { position: relative; padding: 0 0 25px 0; color: #999999; font-weight: bold; font-size: 11px; }
#footer-opaque { z-index: -1; width: 100%; height: 100%; background-color: #ffffff; filter: alpha(opacity=6); opacity: 0.06; position: absolute; }
#footer a { color: #999999; font-weight: bold; font-size: 11px; text-decoration: none; outline: none; }
#footer a:hover { color: #ffffff; }
#footer .column { float: left; width: 135px; margin: 30px 25px 40px 25px; font-weight: normal; }
#footer .column a { display: block; margin-bottom: 2px; }
#footer .column .header { color: #cccccc; font-size: 13px; font-weight: bold; margin-bottom: 12px; }
#footer .column.last { width: 175px; }
#footer .copyright { clear: both; margin: 0 25px 0 25px; height: 38px; }
#footer .copyright .logo { float: left; width: 128px; height: 38px; margin-right: 25px; margin-top: -10px; background-image: url(../img/logo-rackspace.png); }
#footer .center { text-align: center; }

#tabs { height: 37px; overflow: hidden; }
#tabs a { float: left; display: block; overflow: hidden; height: 1px; padding-top: 36px; background-image: url(../img/tabs.png); text-decoration: none; outline: none; }

#tabs #tab1 { width: 41px; }
#tabs #tab1:hover { background-position: 0 -74px; }
#tabs #tab1.selected, #tabs #tab1.selected:hover { background-position: 0 -37px; }

#tabs #tab2 { width: 41px; background-position: -41px 0; }
#tabs #tab2:hover { background-position: -41px -74px; }
#tabs #tab2.selected, #tabs #tab2.selected:hover { background-position: -41px -37px; }

#tabs #tab3 { width: 116px; background-position: -82px 0; }
#tabs #tab3:hover { background-position: -82px -74px; }
#tabs #tab3.selected, #tabs #tab3.selected:hover { background-position: -82px -37px; }

#tabs #tab4 { width: 120px; background-position: -198px 0; }
#tabs #tab4:hover { background-position: -198px -74px; }
#tabs #tab4.selected, #tabs #tab4.selected:hover { background-position: -198px -37px; }

#tabs #tab5 { width: 121px; background-position: -318px 0; }
#tabs #tab5:hover { background-position: -318px -74px; }
#tabs #tab5.selected, #tabs #tab5.selected:hover { background-position: -318px -37px; }

#tabs #tab6 { width: 74px; background-position: -439px 0; }
#tabs #tab6:hover { background-position: -439px -74px; }
#tabs #tab6.selected, #tabs #tab6.selected:hover { background-position: -439px -37px; }

#tabs #tab7 { width: 134px; background-position: -513px 0; }
#tabs #tab7:hover { background-position: -513px -74px; }
#tabs #tab7.selected, #tabs #tab7.selected:hover { background-position: -513px -37px; }

#tabs #tab8 { width: 111px; background-position: -647px 0; }
#tabs #tab8:hover { background-position: -647px -74px; }
#tabs #tab8.selected, #tabs #tab8.selected:hover { background-position: -647px -37px; }

#tabs #tab9 { width: 110px; background-position: -758px 0; }
#tabs #tab9:hover { background-position: -758px -74px; }
#tabs #tab9.selected, #tabs #tab9.selected:hover { background-position: -758px -37px; }

#tabs #tab10 { width: 112px; background-position: -868px 0; }
#tabs #tab10:hover { background-position: -868px -74px; }
#tabs #tab10.selected, #tabs #tab10.selected:hover { background-position: -868px -37px; }

#subtabs { display: none; height: 52px; width: 1100px; margin: 0 -20px; background: url(../img/subtab.png) repeat-x; overflow: hidden; line-height: normal; }
#subtabs a { color: #555555 !important; }
#subtabs a:visited { color: #555555 !important; }
#subtabs a:hover { text-decoration: underline; color: black !important;}
#subtabs .divider { float: left; width: 7px; height: 52px; background: url(../img/subtab.png) no-repeat 0 -208px; }
#subtabs .tab { height: 52px; font-size: 15.5px; float: left; }
#subtabs .left { float: left; width: 5px; height: 52px; }
#subtabs .right { float: left; width: 5px; height: 52px; }
#subtabs .middle { float: left; height: 52px; padding: 20px 12px 0 12px; display: block; color: #555555; }
#subtabs .selected .left { background: url(../img/subtab.png) no-repeat 0 -52px; }
#subtabs .selected .right { background: url(../img/subtab.png) no-repeat 0 -104px; }
#subtabs .selected .middle { background: url(../img/subtab.png) repeat-x 0 -156px; }
#subtabs.empty { display: none; height: 20px; width: 980px; margin: -10px -20px 10px -20px; background: url(../img/subtab.png) repeat-x; overflow: hidden; }

#menu-icons { position: relative; border: none; border-top: 1px solid #d2d2d2; width: 100%; height: 11px; margin: 20px 0 12px 0; clear: both; }
   
#menu-icons a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 1px; padding-top: 25px; overflow: hidden; background: url(../img/menu-icons.png) no-repeat; z-index: 101; }
#menu-icons a:hover { height: 1px; padding-top: 59px; z-index: 100; }

#menu-icons-share a:hover { filter: brightness(75%); }
#menu-icons .item { position: relative; float: right; width: 18px; height: 18px; margin: 5px 0 0 5px; }
#menu-icons .item-heart { width: 20px; }

#menu-icons .email { background-position: -21px -2px; }
#menu-icons .email:hover{ left: -21px; background-position: 0 -28px; width: 60px; }
#menu-icons .print { background-position: -252px -2px; }
#menu-icons .print:hover{ left: -61px; background-position: -191px -28px; width: 112px; }
#menu-icons .add-favorite { background-position: -161px -2px; }
#menu-icons .add-favorite:hover{ left: -102px; background-position: -59px -28px; width: 131px; }
#menu-icons .video { background-position: -605px -2px; }
#menu-icons .video:hover { left: -45px; background-position: -559px -28px; width: 109px; }
#menu-icons .idtp { background-position: -526px -2px; }
#menu-icons .idtp:hover { left: -87px; background-position: -439px -28px; width: 121px; }
#menu-icons .remove-favorite { background-position: -797px -2px; }
#menu-icons .remove-favorite:hover{ left: -129px; background-position: -668px -28px; width: 158px; }
#menu-icons .project-kit { background-position: -889px -2px; }
#menu-icons .project-kit:hover{ left: -62px; background-position: -827px -28px; width: 133px; }
#menu-icons .solt { background-position: -365px -2px; }
#menu-icons .solt:hover { left: -62px; background-position: -303px -28px; width: 136px; }
#menu-icons .science-journal { background-position: -1089px -2px; }
#menu-icons .science-journal:hover{ left: -129px; background-position: -960px -28px; width: 158px; }

#menu-icons-small, .menu-icons-small { position: relative; border: none; border-top: 1px solid #d2d2d2; width: 100%; height: 11px; margin: 20px 0 12px 0; }

#menu-icons-small a, .menu-icons-small a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 1px; padding-top: 25px; overflow: hidden; background: url(../img/menu-icons-small.png) no-repeat; z-index: 101; }
#menu-icons-small a:hover, .menu-icons-small a:hover { height: 1px; padding-top: 59px; z-index: 100; }

#menu-icons-small .item, .menu-icons-small .item { position: relative; float: right; width: 17px; height: 18px; margin: 5px 0 0 5px; }

#menu-icons-small .email, .menu-icons-small .email { background-position: -21px -2px; }
#menu-icons-small .email:hover, .menu-icons-small .email:hover { left: -21px; background-position: 0 -30px; width: 60px; }
#menu-icons-small .print, .menu-icons-small .print { background-position: -252px -2px; }
#menu-icons-small .print:hover, .menu-icons-small .print:hover { left: -61px; background-position: -191px -30px; width: 112px; }
#menu-icons-small .add-favorite, .menu-icons-small .add-favorite { background-position: -162px -2px; }
#menu-icons-small .add-favorite:hover, .menu-icons-small .add-favorite:hover { left: -102px; background-position: -60px -30px; width: 131px; }
#menu-icons-small .video, .menu-icons-small .video { background-position: -605px -2px; }
#menu-icons-small .video:hover, .menu-icons-small .video:hover { left: -45px; background-position: -559px -30px; width: 109px; }
#menu-icons-small .idtp, .menu-icons-small .idtp { background-position: -526px -2px; }
#menu-icons-small .idtp:hover, .menu-icons-small .idtp:hover { left: -87px; background-position: -439px -30px; width: 121px; }
#menu-icons-small .remove-favorite, .menu-icons-small .remove-favorite { background-position: -798px -2px; }
#menu-icons-small .remove-favorite:hover, .menu-icons-small .remove-favorite:hover { left: -129px; background-position: -669px -30px; width: 158px; }
#menu-icons-small .project-kit, .menu-icons-small .project-kit { background-position: -889px -2px; }
#menu-icons-small .project-kit:hover, .menu-icons-small .project-kit:hover { left: -62px; background-position: -827px -31px; width: 133px; }
#menu-icons-small .solt, .menu-icons-small .solt { background-position: -365px -2px; }
#menu-icons-small .solt:hover, .menu-icons-small .solt:hover { left: -62px; background-position: -303px -30px; width: 136px; }
#menu-icons-small .science-journal, .menu-icons-small .science-journal  { background-position: -1089px -2px; }
#menu-icons-small .science-journal:hover, .menu-icons-small .science-journal:hover { left: -129px; background-position: -960px -30px; width: 158px; }


#menu-icons-share { position: relative; border: none; border-top: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; width: 100%; height: 44px; margin-top: 20px; }
#menu-icons-share a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 1px; padding-top: 26px; overflow: hidden; margin-top: 8px; background: url(../img/icons-text-share.png) no-repeat; }

#menu-icons-share .email { width: 67px; background-position: -0px -0px; margin-left: 4px; }
#menu-icons-share .twitter { width: 95px; background-position: -689px -0px; margin-left: 112px; }
#menu-icons-share .google { width: 84px; background-position: -250px -0px; margin-left: 247px; }
#menu-icons-share .facebook { width: 91px; background-position: -159px -0px; margin-left: 372px; }
#menu-icons-share .pinterest  { width: 83px; background-position: -783px -0px; margin-left: 504px; }
#menu-icons-share .print { width: 127px; background-position: -424px -0px; margin-left: 628px; }
#menu-icons-share .report { width: 138px; background-position: -551px -0px; margin-left: 796px; }
#menu-icons-share .myspace { width: 90px; background-position: -334px -0px; margin-left: 542px; }
#menu-icons-share .bookmark { width: 92px; background-position: -67px -0px; margin-left: 318px; }

a.icon-share { background: url(../img/icons-share.png) no-repeat; padding-left: 35px; overflow: hidden; }
a.icon-share.facebook { background-position: 0 0; height: 21px; padding-top: 4px; }
a.icon-share.twitter { background-position: 0 -25px; height: 19px; padding-top: 6px; }
a.icon-share.email { background-position: 0 -50px; height: 19px; padding-top: 6px; }
a.icon-share.blog { background-position: 0 -75px; height: 19px; padding-top: 6px; }
a.icon-share.myspace { background-position: 0 -100px; height: 19px; padding-top: 6px; }
a.icon-share.google { background-position: 0 -125px; height: 18px; padding-top: 7px; }
a.icon-share.pinterest { background-position: 0 -150px; height: 18px; padding-top: 7px; }
a.icon-back { background: url(../img/icon-back.png) no-repeat; display: inline-block; height: 25px; padding-left: 25px; padding-top: 2px; color: #999999; font-style: italic; }

h2 { font-size: 18px; font-weight: normal; margin: 22px 0 12px 0; color: #501074; }
h3 { font-size: 16px; font-weight: normal; margin: 12px 0; color: #501074; }
h4 { font-size: 14px; font-weight: normal; margin: 12px 0; color: #501074; }

h2.gc-icon {
   background: url('../img/gc/32x32_yellow.png') transparent no-repeat;
   background-size: 32px 32px;
   padding-left: 35px;
   height: 35px;
   padding-top: 6px;
}

table.data { width: 100%; border: 1px solid #cfcfcf; border-collapse: collapse; }
table.data > tbody > tr > td, th { border: 1px solid #cfcfcf; padding: 13px 13px; }
table.data > tbody > tr { background-color: #f1f1f1; }

table.data > tbody > tr.odd { background-color: #ffffff; }
table.data > tbody > tr.even { background-color: #f1f1f1; }
table.data.onerow > tbody > tr.odd { background-color: #f1f1f1; }

table.data.header > tbody > tr.first { background-color: #e99731; color: #ffffff; font-size: 16px; font-size: 15px; }
table.data .center { text-align: center; }
table.data .right { text-align: right; }
table.data .left { text-align: left; }

table.data.narrow { width: auto; margin: 0 auto; }

.content-table-plain  { text-align: center; }
.content-table-plain table { width: 100%; border: 0px solid #ffffff; border-collapse: collapse; text-align: left; }
.content-table-plain table > thead > tr  { background-color: #ffffff; color: #000000; font-size: 16px; text-align: center; }
.content-table-plain table > thead > tr > td, th  { font-weight: normal; border: 0px solid #ffffff; padding: 4px 4px; }
.content-table-plain table > tbody > tr > td, th  { font-weight: normal; border: 0px solid #ffffff; padding: 4px 4px; }
.content-table-plain table > tbody > tr > th  { font-weight: bold; }
.content-table-plain table > tbody > tr { background-color: #ffffff; }
.content-table-plain[style*=width]  table { width: auto; margin: 0 auto; }

.content-table  { text-align: center; }
.content-table table { width: 100%; border: 1px solid #cfcfcf; border-collapse: collapse; text-align: left; }
.content-table table  > thead > tr  { background-color: #e99731; color: #ffffff; font-size: 16px; text-align: center; }
.content-table table > thead > tr > td, th  { font-weight: normal; border: 1px solid #cfcfcf; padding: 13px 13px; }
.content-table table > tbody > tr > td, th  { font-weight: normal; border: 1px solid #cfcfcf; padding: 13px 13px; }
.content-table table  > tbody > tr > th  { font-weight: bold; }
.content-table table > tbody > tr { background-color: #f1f1f1; }
.content-table table > tbody > tr:nth-child(even) { background-color: #ffffff; }
.content-table table > tbody > tr:nth-child(odd) { background-color: #f1f1f1; }
.content-table[style*=width]  table { width: auto; margin: 0 auto; }


.beta_feedback { margin-top: 20px; }
.beta_feedback hr { color: #f1f1f1; }

.toprow { background: #e0e0e0; font-weight: bold; text-align: center; line-height: 100%; }

.compactUL ul { margin: 0; padding: 0 0 0 10px; }

div.note { background-color: #f1f1f1; border: 1px solid #cfcfcf; padding: 13px 13px; margin: 10px 0; }

.highlight { color: #501074; font-style: italic; font-weight: bold; font-size: 90%; }

.no-js { font-size: 12px; }

div.clear { clear: both; visibility: hidden; }

.sanssubhead { font-size: 18px; font-weight: normal; margin: 12px 0; color: #501074; }
.sanssub2head { font-size: 16px; font-weight: normal; margin: 12px 0; color: #501074; }
.SANSSUBHEAD { font-size: 18px; font-weight: normal; margin: 12px 0; color: #501074; }
.SANSSUB2HEAD { font-size: 16px; font-weight: normal; margin: 12px 0; color: #501074; }

input[type=button], input[type=submit] { font-family: arial,helvetica,verdana,sans-serif; font-weight: normal; cursor: hand; cursor: pointer; }

input.color-button, a.color-button { font-size: 17px; text-align: center; color: white; height: 34px; border: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 0 9px; color: white !important;}
input.color-button { border: none; -webkit-appearance: none; appearance: none;}
a.color-button { display: inline-block; vertical-align: top; height: 26px; padding: 6px 9px 0 9px; ; text-decoration: none; }
a.color-button:hover { text-decoration: none !important; }

input.color-button.blue, a.color-button.blue { background: #507FB7; }
input.color-button.blue:hover, a.color-button.blue:hover { background: #237BE7; }

input.color-button.green, a.color-button.green { background: #7ABC47; }
input.color-button.green:hover, a.color-button.green:hover { background: #73F312; }

a.color-button.gc-green { background: #21A465; }
a.color-button.gc-green:hover { background: #00C767; }

input.color-button.orange, a.color-button.orange { background: #FF7D24; }
input.color-button.orange:hover, a.color-button.orange:hover { background: #DE8245; }

input.color-button.blue.short, a.color-button.blue.short { height: 21px; font-size: 13px; }
a.color-button.blue.short { padding: 1px 9px 0 9px; }

input.color-button.solid-blue, a.color-button.solid-blue { background-color: #0B91F2; }
input.color-button.solid-blue:hover, a.color-button.solid-blue:hover { background-color: #408ABF; }

input.color-button.solid-grey, a.color-button.solid-grey { background-color: #999999; }
input.color-button.solid-grey:hover, a.color-button.solid-grey:hover { background-color: #C2C2C2; }

input.color-button.solid-green, a.color-button.solid-green { background-color: #61D16B; }
input.color-button.solid-green:hover, a.color-button.solid-green:hover { background-color: #3DF54D; }

input.pager-button, a.pager-button { font-size: 11px; font-weight: bold; text-align: center; color: #717171; background-color: #f2f2f2; width: 25px; height: 25px; border: 1px solid #c9c9c9; margin-left: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 0 0; }
input:hover.pager-button, a:hover.pager-button  { background-color: #CCCCCC; }
a.pager-button { display: inline-block; vertical-align: top; padding: 2px 0 0 0; height: 21px; width: 23px; }
a.pager-button:hover { text-decoration: none; }
input.pager-button.selected, a.pager-button.selected { color: white; background-color: #686868; border-bottom-color: #808080; }
span.pager { font-size: 11px; font-weight: bold; margin-left: 4px; }

div.pager { text-align: right; margin-top: 20px; }

/* Project Ideas */

#pi-summary { width: 50%; }
#pi-summary.long { width: 100%; }

#pi-summary table { width: 100%; }

#pi-summary table td.left { width: 150px; color: #999999; }
#pi-summary table td { padding: 6px 0; }
#pi-summary table tr.border td { border-top: 1px solid #d2d2d2; }

.pi-difficulty-icon { background: transparent url(../img/projectidea/difficulty-icons.png) no-repeat; height: 30px; width: 31px; float: left; }

.pi-difficulty-icon.level1 { background-position: -0px -0px; }
.pi-difficulty-icon.level2 { background-position: -31px -0px; }
.pi-difficulty-icon.level3 { background-position: -62px -0px; }
.pi-difficulty-icon.level4 { background-position: -93px -0px; }
.pi-difficulty-icon.level5 { background-position: -124px -0px; }
.pi-difficulty-icon.level6 { background-position: -155px -0px; }
.pi-difficulty-icon.level7 { background-position: -186px -0px; }
.pi-difficulty-icon.level8 { background-position: -217px -0px; }
.pi-difficulty-icon.level9 { background-position: -248px -0px; }
.pi-difficulty-icon.level10 { background-position: -279px -0px; }

.pi-difficulty-icon.separator { background: none; width: auto; float: left; font-size: 12px; color: #999999; padding: 5px 5px 0 5px; }

.pi-difficulty-icon-small { background: transparent url(../img/projectidea/difficulty-icons-small.png) no-repeat; height: 18px; width: 19px; float: left; }

.pi-difficulty-icon-small.level1 { background-position: -0px -0px; }
.pi-difficulty-icon-small.level2 { background-position: -19px -0px; }
.pi-difficulty-icon-small.level3 { background-position: -38px -0px; }
.pi-difficulty-icon-small.level4 { background-position: -57px -0px; }
.pi-difficulty-icon-small.level5 { background-position: -76px -0px; }
.pi-difficulty-icon-small.level6 { background-position: -95px -0px; }
.pi-difficulty-icon-small.level7 { background-position: -114px -0px; }
.pi-difficulty-icon-small.level8 { background-position: -133px -0px; }
.pi-difficulty-icon-small.level9 { background-position: -152px -0px; }
.pi-difficulty-icon-small.level10 { background-position: -171px -0px; }

.pi-difficulty-icon-small.separator { background: none; width: auto; float: left; font-size: 8px; color: #999999; padding: 0 3px 0 3px; }
.pi-difficulty-icon-small.label { background: transparent url(../img/projectidea/difficulty-label-small.png) no-repeat; width: 72px; height: 18px; float: left; margin-right: 10px; }

.pi-difficulty { background: transparent url(../img/projectidea/difficulty.png) no-repeat; height: 16px; float: left; }

.pi-difficulty.level1 { background-position: -0px -0px; width: 102px; }
.pi-difficulty.level2 { background-position: -102px -0px; width: 115px; }
.pi-difficulty.level3 { background-position: -217px -0px; width: 103px; }
.pi-difficulty.level4 { background-position: -320px -0px; width: 122px; }
.pi-difficulty.level5 { background-position: -442px -0px; width: 134px; }
.pi-difficulty.level6 { background-position: -576px -0px; width: 123px; }
.pi-difficulty.level7 { background-position: -699px -0px; width: 111px; }
.pi-difficulty.level8 { background-position: -810px -0px; width: 124px; }
.pi-difficulty.level9 { background-position: -934px -0px; width: 112px; }
.pi-difficulty.level10 { background-position: -934px -0px; width: 112px; }

.pi-difficulty.levelB { background-position: -0px -0px; width: 55px; }
.pi-difficulty.levelI { background-position: -320px -0px; width: 77px; }
.pi-difficulty.levelA { background-position: -699px -0px; width: 64px; }

.pi-kit-percentage { color: #ff3300; font-size: 20px; font-weight: bold; }
#pi-kit-shipping { width: 300px; height: 48px; border-bottom: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; font-size: 20px; color: #666666; text-align: center; font-weight: bold; padding-top: 12px; margin: 0 auto 10px auto; }
#pi-kit-shipping div { font-size: 12px; color: #999999; }

.pi-kit { width: 280px; margin: 10px 20px 45px 0; font-size: 16px; font-weight: bold; color: #666666; }
.pi-kit a { float: right; }
.pi-kit-info { float: right; margin: 60px 40px 0 40px; }

.pi-kit .buy-kit { width: 180px; }
.pi-kit .buy-kit div { font-size: 12px; font-weight: normal; }

.pi-career { width: 100%; margin: 20px 0; overflow: hidden; }
.pi-career-image { width: 165px; margin-right: 30px; overflow: hidden; display: inline-block; vertical-align: top; *display: inline; }
div.pi-career-summary { display: inline-block; width: 740px; vertical-align: top; *display: inline; }
.pi-career-summary h3 { margin-top: 0; }

a.pi-title { font-size: 18px; font-weight: normal; margin: 12px 0; color: #501074; }

#pi-summary .cart { background: transparent url(../img/projectidea/cart.jpg) no-repeat; height: 28px; margin-top: 5px; padding: 5px 0 0 40px; }

.pi-difficulty-button { background: transparent url(../img/projectidea/difficulty-buttons.png) no-repeat; height: 38px; width: 124px; display: inline-block; }

.pi-difficulty-button.beginner { background-position: -0px -0px; }
.pi-difficulty-button.beginner.selected { background-position: -124px -0px; }
.pi-difficulty-button.intermediate { background-position: -248px -0px; }
.pi-difficulty-button.intermediate.selected { background-position: -372px -0px; }
.pi-difficulty-button.advanced { background-position: -496px -0px; }
.pi-difficulty-button.advanced.selected { background-position: -620px -0px; }
.pi-difficulty-button.all { background-position: -744px -0px; }
.pi-difficulty-button.all.selected { background-position: -868px -0px; }

div.pi-difficulty-info { position: relative; float: left; margin-top: -18px; margin-bottom: 10px; }
div.pi-filters { background: transparent url(../img/projectidea/filters-background.png) repeat-x; height: 85px; margin: 0 -20px; padding: 20px 20px 0 20px; font-weight: bold; font-size: 14px; }
div.pi-filters a { font-size: 10px; }
div.pi-filters p { padding: 0 0; margin: 0 0 10px 0; }

div.pi-filters a.tsw-button { display: inline-block; width: 230px; height: 48px; background: transparent url(../img/projectidea/tsw-button.png); margin-left: 20px; margin-top: -5px; }
div.pi-filters a.my-favorites-button { display: inline-block; width: 158px; height: 48px; background: transparent url(../img/projectidea/my-favorites-button.png); margin-left: 20px; margin-top: -5px; }

.pi-summary-popover { width: 386px; position: absolute; line-height: 125%; margin-left: -30px; margin-top: -10px; z-index: 1000; display: none; }
.pi-summary-popover table { width: 100%; }
.pi-summary-popover table td.left { width: 130px; color: #999999; }
.pi-summary-popover table td { padding: 5px 0 2px 0; }
.pi-summary-popover table tr.border td { border-top: 1px solid #d2d2d2; }
.pi-summary-popover .top { width: 386px; height: 30px; background: url(../img/projectidea/summary.png) no-repeat 0 0; }
.pi-summary-popover .bottom { width: 386px; height: 15px; background: url(../img/projectidea/summary.png) no-repeat -772px 0; }
.pi-summary-popover .middle { width: 351px; background: url(../img/projectidea/summary.png) repeat-y -386px 0; padding: 0 20px 0 15px; }
.pi-summary-popover .pi-title { font-size: 16px; color: #333333; margin-bottom: 5px; }

.pi.articles { }
.pi.article { margin: 10px 0; padding: 0 0 0 0; }
.pi.article .thumbnail { width: 100px; height: 80px; display: table-cell; } 
.pi.article .thumbnail img { width: 75px; }
.pi.article .thumbnail div.missing { width: 75px; height: 75px; background: url(../img/newsfeeds/thumbnail-75.png) no-repeat; } 
.pi.article .content { vertical-align: middle; display: table-cell; }
.pi.article .content .label { font-style: italic; color: black; }
.pi.article .content a { font-size: 16px; }
.pi.article .content .reading-level { }
.pi.articles.error { color: red; }
.pi.articles.time-selection { float: left; }
.pi.articles.pager  { margin-top: 0; padding-top: 10px; }
.pi.articles .disclaimer { border-top: 1px solid #D2D2D2; margin-top: 10px; padding-top: 10px; }

.faq-header { margin-bottom: 20px; }
.faq-question  { font-weight: bold; }
.faq-answer  { margin-bottom: 20px; }

/* Search */

.search-table { width: 940px; border: none; padding: 0 0; border-spacing: 0 0; margin-top: 20px; clear: inherit; }
.search-table tr { padding: 0 0; vertical-align: top; }
.search-table td { padding: 0 0; }

/* HDP */
.search-table .search-filters { width: 300px; padding-right: 20px; }
.search-table .search-filters { width: 241px; padding-right: 20px; }
.search-filters.hidden { display: none; }

.search-table .search-results { }
.search-result { margin: 0 0 20px 0; padding-bottom: 20px; border-bottom: 1px solid #d2d2d2; }

.search-type-name { color: #111111; font-weight: bold; margin-right: 5px; font-size: 13px; float: left; }
.search-result-info { border-spacing: 0; border-collapse:collapse; clear: both; }
.search-result-info td { padding-top: 5px; }
.search-thumbnail { margin: 5px 10px 10px 0; }
.search-more-details { clear: both; color: black; font-weight: bold; margin-top: 10px; cursor: hand; cursor: pointer; }
.search-less-details { display: none; clear: both; background-color: #f5f5f5; color: #999999; padding: 10px 10px; margin-top: 10px; cursor: hand; cursor: pointer; }

.search-filter, .search-filter-fixed { cursor: pointer; color: #616161; /* color: #69AADD; */  /* width: 306px; */ background-color: #f4f4f4; border-left: solid 1px #dfdfdf; border-right: solid 1px #dfdfdf; border-bottom: solid 2px #dfdfdf; position: relative; }

.search-directions { font-size: 13px; font-weight: bold; color: #616161; padding: 0 0 0 0; }
.search-filter-text { margin: 10px 0; vertical-align: middle; }
.search-filter-text input[type='search'] { margin-right: 5px; width: 175px; }
.search-filter-text a { }

.search-header, .search-header-empty, .search-subheader  { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f4f4f4'); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#f4f4f4)); background: -webkit-linear-gradient(top,  #fdfdfd,  #f4f4f4); background: -moz-linear-gradient(top,  #fdfdfd,  #f4f4f4); background: -ms-linear-gradient(top,  #fdfdfd,  #f4f4f4); background: -o-linear-gradient(top,  #fdfdfd,  #f4f4f4); border-top: solid 1px #efefef; }
.search-header, .search-header-empty { height: 18px; font-size: 16px; font-weight: bold; color: #616161; padding: 9px 10px; }
.search-subheader { height: 20px; padding: 5px 10px; font-size: 12px; font-weight: bold; }
.search-filter.search-ia .search-subheader { padding-left: 20px; }
.search-filter.search-on .search-subheader, .search-filter.search-on .search-header, .search-filter-fixed .search-header  { border-bottom: solid 2px #dfdfdf; }
.search-filter .search-header:after, .search-filter .search-subheader:after { font-size: 150%; font-weight: bold; content: "+"; position: absolute; }
.search-filter.search-on .search-header:after, .search-filter.search-on .search-subheader:after { content: "\2212"; }
.search-header:after { top: 8px; right: 8px; }
.search-subheader:after { top: 5px; right: 11px; }
.search-filter .search-content, .search-filter-fixed .search-content { color: #666666; /* width: 286px; */ font-size: 12px; font-weight: bold; padding: 0 10px; }
.search-filter.search-on .search-content { }
.search-filter.search-ia .search-content { padding-left: 20px; /* width: 276px; */ }
.search-on .search-content, .search-filter-fixed .search-content { padding: 10px 10px; background-color: #ffffff; }
.search-content .search-difficulty { display: none; background: url(../img/projectidea/explain-difficulty.jpg) no-repeat;  margin: -10px -10px 10px -10px; }
.search-on .search-content .search-difficulty { display: block; background-color: #9E9E9E; }
.search-filter .search-checkbox { display: none; cursor: pointer; }
.search-filter-fixed .search-checkbox { cursor: pointer; }
.search-filter .search-checkbox.search-checked { padding-bottom: 10px; }
.search-filter.search-on .search-checkbox.search-checked { padding-bottom: 0; }
.search-filter .search-checkbox input { display: none; }
.search-filter-fixed .search-checkbox input { display: none; }
.search-filter label, .search-filter-fixed label { display: block; cursor: pointer; background: url(../img/projectidea/filter-unchecked.png) no-repeat; padding: 1px 0 1px 20px; margin: 0 0; }
.search-filter input:checked+label, .search-filter-fixed input:checked+label { background: url(../img/projectidea/filter-checked.png) no-repeat; }
.search-filter .search-radio label, .search-filter-fixed .search-radio label { display: block; cursor: pointer; background: url(../img/projectidea/radio-unchecked.png) no-repeat; padding: 0 0 0 22px; margin: 0 0; }
.search-filter .search-radio input:checked+label, .search-filter-fixed .search-radio input:checked+label { background: url(../img/projectidea/radio-checked.png) no-repeat; }
.search-filter .search-checkbox label:hover, 
.search-filter .search-radio label:hover, .search-filter-fixed .search-radio label:hover { color: black; font-weight: bold; }
.pi-difficulty:hover { filter: brightness(75%); }

.search-icon { width: 122px; height: 20px; overflow: hidden; background: url(../img/search-icons.png) no-repeat; z-index: 101; }

.search-icon.search-favorites { background-position: 0 0; }
.search-icon.search-email { background-position: 0 -20px; }
.search-icon.search-print { background-position: 0 -40px; }
.search-icon-container { border-bottom: 1px solid #d2d2d2; padding-bottom: 5px; margin-bottom: 5px; }

input.color-button.search, a.color-button.search { background-color: #888888; padding: 1px 9px 0 9px; height: 21px; font-size: 12px;}
input.color-button.search:hover, a.color-button.search:hover { background-color: #666666;}

.ui-widget #beta_dialog { overflow: auto; }

/* Ajax */

#ajax-background { background-color: #000000; opacity: 0.8; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; }
#ajax-progress { z-index: 1001; position: relative; left:-27px; top:-27px;  width: 54px; height: 55px; background-image: url(../img/ajax-loader.gif); }
.ajax-show  { display: block !important; }


#activity-table  td { }
#activity-table tr { vertical-align: top; }
#activity-table-left { width: 616px; padding: 0 0; }
#activity-table-left .subtab-section  { overflow: hidden; }
#activity-table-right  { padding: 0 0 0 20px; overflow: hidden; }
#activity-right { margin-left: 20px; margin-top: 22px; }

.activity-summary-header { margin-top: 20px; text-transform:uppercase; font-size: 12px; color: #a7a7a7; font-weight: bold; }
.activity-summary-data { font-weight: bold; }
.activity-next-button { margin: 30px 0; }

.activity-credits { color: #555555; margin-top: 5px; font-size: 14px; }

.type-activity h1 { display: inline-table; width: 675px; border-collapse: collapse; padding: 0; }


#menu-share { position: relative; display: inline-table; width: 261px; border-collapse: collapse; padding: 0; vertical-align: bottom;  text-align: right; }
#menu-share > a { display: inline-block; background: url(../img/menu-share.png) no-repeat; text-indent: -2000px; margin-right: 10px; text-align: left; }
 
#menu-share .email:hover { background-position: -0px -0px; width: 37px; height: 36px; }
#menu-share .email { background-position: -37px -0px; width: 37px; height: 36px; }
#menu-share .facebook:hover { background-position: -74px -0px; width: 37px; height: 36px; }
#menu-share .facebook { background-position: -0px -36px; width: 37px; height: 36px; }
#menu-share .more:hover { background-position: -37px -36px; width: 37px; height: 36px; }
#menu-share .more { background-position: -74px -36px; width: 37px; height: 36px; margin-right: 0; }
#menu-share .pinterest:hover { background-position: -0px -72px; width: 37px; height: 36px; }
#menu-share .pinterest { background-position: -37px -72px; width: 37px; height: 36px; }
#menu-share .print:hover { background-position: -74px -72px; width: 37px; height: 36px; }
#menu-share .print { background-position: -0px -108px; width: 37px; height: 36px; margin-left: 20px; }

#menu-share-other { text-align: left; cursor: pointer; display: none; position: absolute; width: 150px; right: 0; margin-top: 18px; box-shadow: rgba(0,0,0,0.5) 0 0 30px; -moz-box-shadow: rgba(0,0,0,0.5) 0 0 30px; -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 30px; -ms-box-shadow: rgba(0,0,0,0.5) 0 0 30px; background-color: white; z-index: 1000; }
#menu-share-other-top  { cursor: pointer; background: url(../img/menu-share.png) no-repeat; background-position: -37px -36px; width: 37px; height: 36px; margin-top: -54px; margin-left: 113px; }
#menu-share-other-arrow { width: 0; height: 0; margin-left: 110px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid white; }
#menu-share-other a { display: block; height: 15px; padding: 10px 10px; color: #4d4d4d; font-size: 14px; text-decoration: none; }
#menu-share-other a:hover { background-color: #e9e9e9; }


a.icon-back { display: block; }

.content-image > table { width: 100%; }
.content-video { text-align: center; }

#content.type-activity .subtab-section .content-image { margin: 20px 0; text-align: left !important; max-width: 560px; }
#content.type-activity .subtab-section .content-video { margin: 20px 0; text-align: left !important; max-width: 560px; }

.note-learn { margin: 10px 0; font-weight: bold; border-left: solid 8px #7DC12C; }
.note-learn table { border-spacing: 0; border-collapse: collapse; }
.note-learn  td { vertical-align: middle; padding: 0; }
.note-learn-icon { height: 54px; width: 41px; font-weight: bold; background: url(../img/note-learn.png) no-repeat; }
.note-learn-content { margin-left: 15px; }

.font-mono { font-family: "Courier New", Courier, monospace; }
.blue { color: #0000ff; }
.red { color: #ff0000; }
.green { color: #00ff00; }
.black { color: #000000; }
.white { color: #ffffff; }
.source-code { font-family: "Courier New", Courier, monospace; display: inline; color: #0000ff; margin: 0 0; }

div.input-limit-length { font-size: 11px; }

.review-list { }
.review-header { font-size: 16px; color: black; margin: 20px 0 0 0; }
.review-headline { width: 90%; margin-top: 10px; }
.review-text { width: 90%; margin-top: 10px; }
.review-buttons { width: 90%; text-align: right; margin-top: 10px; }
.review-tip { font-size: 12px; }
.review-rating-stars { display: inline-table; border-collapse: collapse; padding: 0; margin-top: 10px; }
.review-rating-stars a { display: table-cell; text-indent: -9000px; height: 23px; width: 28px; overflow: hidden; }
.review-rating-stars div { display: table-cell; text-indent: -9000px; height: 23px; width: 28px; overflow: hidden; }
.review-title .review-rating-stars { vertical-align: bottom; }
.review-title { cursor: pointer; }
.review-star { background-image: url(../img/reviews-stars.png); background-position: 0px 0px; background-repeat: no-repeat; }
.review-star-empty { background-position: 0px 0px; }
.review-star-half { background-position: 0px -46px; }
.review-star-full { background-position: 0px -23px; }
.review-submit-button { margin-top: 20px; margin-left: 20px; text-align: center; }
.review-form { display: none; }
.review-status  { font-weight: bold; margin-top: 20px; }
.review-error { color: red; }
.review-vote-message { font-weight: normal; color: blue; padding-left: 10px; }

.review-stars-small .review-star { background-image: url(../img/reviews-stars-small.png); width: 21px; height: 17px; line-height: 17px; overflow: hidden; }
.review-stars-small .review-star-full { background-position: 0px -17px; }
.review-stars-small .review-star-half { background-position: 0px -34px; }

.review-item { width: 616px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #D2D2D2; }
.review-item-headline { font-size: 18px; }
.review-item-username { font-size: 11px; margin-top: 10px; margin-bottom: 5px; }
.review-item-text { width: 616px; white-space: pre-wrap; margin-bottom: 10px; }
.review-item .review-star { background-image: url(../img/reviews-stars-small.png); background-position: 0px 0px; width: 21px; height: 17px; display: table-cell; }
.review-item .review-star-full { background-position: 0px -17px; }
.review-item-votes { float: left; font-weight: bold; }
.review-item-inappropriate { text-align: right; color: red; }
.review-item-vote-up, .review-item-vote-down { margin-left: 10px; display: inline-block; text-indent: 20px; width: 35px; height: 16px; color: black; font-weight: normal; }
.review-item-vote-up { background: url('../img/icon-thumbs-up.png') no-repeat; background-position: 0px 0px;  }
.review-item-vote-down { background: url('../img/icon-thumbs-down.png') no-repeat; background-position: 0px 0px;  }
.review-item-vote-up:hover, .review-item-vote-down:hover { text-decoration: none; opacity: 0.7; }

textarea {
    resize: none;
}

#activity-login {
   display: none;
   position: relative;
   width: 900px;
   background-color: white;
   z-index: 100;
   margin: 0 0;
   padding: 20px 20px;
   top: -150px;
}

#activity-login-background {
   display: none;
   background-color: #000000;
   opacity: 0.8;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 99;
}

#activity-login-close {
   position: relative;
   top: -10px;
   left: 10px;
   margin-left: 20px;
   text-indent: -1000px;
   cursor: pointer;
   background: url(../img/close.png); display: block; float: right; width: 27px; height: 27px;
}

.newsfeed { margin: 20px 0; }
.newsfeed .image { margin: 20px 0; text-align: center; }
.newsfeed .image img { max-width: 940px; }
.newsfeed .abstract { margin: 20px 0; }
.newsfeed .reading-level { margin: 20px 0; }
.newsfeed .attribution { padding-bottom: 20px; }
.newsfeed .logo { margin-right: 10px; margin-bottom: 10px; }
.newsfeed .logo a { display: block; width: 100%; height: 100%; }

/* 441 81 */
.newsfeed-1 .attribution { }
.newsfeed-1 .logo { width: 300px; height: 57px; background: url(../img/newsfeeds/eurekalert.gif); background-size: 100%; }
.newsfeed-2 .attribution {  }
.newsfeed-2 .logo { background: url(../img/newsfeeds/science-buddies.png); }
.newsfeed-3 .attribution { }
.newsfeed-3 .logo { width: 300px; height: 60px; background: url(../img/newsfeeds/science-news.png); background-size: 100%; }
.newsfeed-4 .attribution {  }
.newsfeed-4 .logo { width: 268px; height: 73px; background: url(../img/newsfeeds/scientific-american.jpg); }
.newsfeed-6 .attribution { }
.newsfeed-6 .logo { width: 300px; height: 55px; background: url(../img/newsfeeds/science-news-student.png); background-size: 100%; }
.newsfeed-7 .attribution { }
.newsfeed-7 .logo { width: 110px; height: 92px; background: url(../img/newsfeeds/nasa.gif); }
.newsfeed-8 .attribution { }
.newsfeed-8 .logo { width: 200px; height: 100px; background: url(../img/newsfeeds/youth-radio.png); }

#survey-background { 
   display: none;
   background-color: #000000;
   opacity: 0.8;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 199;
}
   
#survey {
   display: none;
   margin: 0 auto;
   width: 400px;
}

#survey-inner {
   position: absolute;
   background-color: white;
   z-index: 200;
   padding: 20px 20px;
   top: 50px;
   width: 400px;
}

#survey legend {
   font-weight: bold;
}
   
#survey-title {
   color: #501074;
   font-size: 18px;
   margin-bottom: 20px;
}
   
#survey-close {
   position: relative;
   top: -10px;
   left: 10px;
   margin-left: 20px;
   text-indent: -10000px;
   cursor: pointer;
   background: url(../img/close.png); display: block; float: right; width: 27px; height: 27px;
}

/* Raspberry Pi */
.user-clickon { 
   font-family: Arial, Verdana,sans-serif; 
   font-size: 14px;  color: #0000ff; 
}
.scratch-orange { 
  font-family: Arial, Verdana,sans-serif; 
  color: #f3761d; font-size: 13px; font-weight: bold; 
}

/* Log In */

.sb-mfp-login .mfp-iframe-holder .mfp-content {
    width: 600px;
    height: 400px;
}
.sb-mfp-login-wide .mfp-iframe-holder .mfp-content {
    width: 900px;
    height: 400px;
}
.sb-mfp-login  .mfp-iframe-scaler iframe {
    background: transparent url(../img/ajax-loader.gif) no-repeat fixed center; 
    box-shadow: none;
	overflow: hidden;
}
.sb-mfp-login  .mfp-iframe-holder .mfp-close {
    top: 0;
}
.sb-mfp-login  .mfp-image-holder .mfp-close, .sb-mfp-login  .mfp-iframe-holder .mfp-close {
    color: #000;
    right: 0px;
	width: auto;
    padding: 0 10px;
}
.google-signin {
   background: url('../img/google-sigin.png') transparent no-repeat;
   display: inline-block;
   width: 166px;
   height: 40px;
   cursor: pointer;
}


/* Social */

.btn-social {
  display: block;
  padding: 6px 12px 6px 44px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 10px;
}
.btn-social:hover,
.btn-social:focus
{
  text-decoration: none;
}
.btn-social:active
{
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}


/*
select, input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    _font-size: 14px;
    _height: 34px;
    line-height: 1.42857;
    padding: 3px 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

*/

input.gc-button, a.gc-button {
    cursor: pointer;
    vertical-align: middle;
    border: medium none;
    color: white;
    font-size: 17px;
    height: 42px;
	margin: 0 5px 10px 0;
    border-radius: 21px;
    background: #4F7EB6 url("../img/gc/32x32_yellow.png") no-repeat scroll 21px 5px;
    padding: 0 21px;
    padding-left: 60px;
    border-radius: 3px;
    background: #4F7EB6 url("../img/gc/32x32_yellow.png") no-repeat scroll 5px 5px;
    padding: 0 10px;
    padding-left: 50px;
	white-space: nowrap;
}

a.gc-button { display: inline-block; line-height: 42px; text-decoration: none; }
a.gc-button:hover { text-decoration: none; }

input.gc-button:hover, a.gc-button:hover {
   background-color: rgba(95, 151, 219, 1);
}

input.gc-button.no-icon, a.gc-button.gc-no-icon {
    font-weight: bold;
	background-image: none;
    padding-left: 21px;
}

a.g-login-button-user, a.g-login-button-teacher, a.g-login-button-student {
	display: block;
    cursor: pointer;
    vertical-align: middle;
    border: medium none;
    color: white;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    padding: 0 21px;
	margin: 0 5px 10px 0;
    padding-left: 70px;
	border-radius: 4px;	
}
a.g-login-button-user { background: #4F7EB6 url("../img/classroom/user_48.png") no-repeat scroll 10px 3px; }
a.g-login-button-teacher { background: #4F7EB6 url("../img/classroom/teacher_48.png") no-repeat scroll 10px 3px; }
a.g-login-button-student { background: #4F7EB6 url("../img/classroom/student_48.png") no-repeat scroll 10px 3px; }
a.g-login-button-user { line-height: 48px; }
a.g-login-button-teacher, a.g-login-button-student  { line-height: 23px; }
a.g-login-button-user:hover, a.g-login-button-teacher:hover, a.g-login-button-student:hover { text-decoration: none; }


.popup-message {
  position: relative;
  background: #FFF;
  font-size: 18px;
  padding: 20px;
  width:auto;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 10px;
}

.popup-message div { 
   text-align: center;
   margin-top: 20px;
}

.popup-message div a { 
   margin: 0 5px;
}

table.assignments-table > tbody > tr > td { text-align: center; }
table.assignments-table > tbody > tr > td:first-child { padding-left: 33px; text-align: left; }
table.assignments-table > tbody > tr.assignments-table-heading > td { padding-left: 13px; font-size: 14px; font-weight: bold; }
 
#assignment-wrapper { width: 750px; margin: 0 auto; }
#assignment-form { width: 100%; border-collapse: collapse; }
#assignment-form td { vertical-align: middle; border: solid 1px #C1D5ED; padding: 10px 10px; }
#assignment-form tr td:first-child { font-weight: bold; }
.assignment-error { font-size: 16px; color:#ff0000; text-align: center; margin: 10px 0; }
.assignment-note { font-size: 11px; }
.assignment-buttons { text-align: center; margin-top: 20px; }   
.err-msg { margin: 10px 0 0 0; }

#assignment-form tr:first-child td { width: 120px; }
#assignment-form-questions { margin-top: 0; border-collapse: collapse; width: auto; }
#assignment-form-questions td { }
#assignment-form-questions tr td:first-child { font-weight: normal; }
#assignment-form-questions tr:first-child td { font-weight: bold; width: auto; }
div.assignment-form { margin: -11px -11px; }

.classroom-inside {
   border-radius: 10px; 
   background-color: white;    
   padding: 10px 10px;
}
.classroom-information {
	background-color: #c1d5ed;
	padding: 5px 5px;
    border-radius: 15px;
	margin-bottom: 25px;
}

.classroom-information .header {
    margin: 10px 10px;
	color: #501074;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 37px;
	padding-top: 7px;
	height: 32px;
    background: transparent url("../img/gc/32x32_yellow.png") no-repeat scroll;
}
.classroom-information  .assignment-details {
}
.classroom-information  .assignment-details  td:first-child {
}

/* grade section */

.classroom-information  .grade {
	margin-top: 20px;
	font-size: 16px;
}
.classroom-information  .grade span {
	padding-right: 20px;
	padding-bottom: 10px;
	display: block;
}
.classroom-information  .grade input[type=text] {
	font-size: 16px;
	width: 40px;
}
.classroom-information  .grade textarea {
	height: 75px;
	width: 50%;
}

.classroom-information  p {
   margin: 10px 0;
}

.classroom-header { font-size: 18px; font-weight: normal; margin: 22px 0 0 0; color: #501074; }
.classroom-subheader { font-size: 13x; font-weight: bold; margin-top: 5px; color: #501074; }

.classroom-class {
   background-color: #c1d5ed;
   padding: 10px 5px 5px 5px;
   margin: 12px 10px;
   display: inline-block;
   width: 270px;
   vertical-align: top;
   border-radius: 10px;
}
.classroom-class:nth-of-type(3n) {
}
.classroom-class-name  {
   font-size: 18px;
   color: black;
   height: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   padding-left: 5px;
}
.classroom-class-section {
   font-size: 15px;
   color: black;
   height: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-bottom: 5px;
   padding-left: 5px;
}
.classroom-class-other {
   padding: 5px 0;
   background-color: white;
   border-radius: 5px;
}
.classroom-class-students {
   height: 20px;
   overflow: hidden;
   padding-left: 20px;
}
.classroom-class-link-assignment {
   height: 42px;
   overflow: hidden;
   text-align: center;
}
.classroom-class-link-assignment a {
   margin: 10px 0;
}
.classroom-class-link-gc {
   height: 15px;
   overflow: hidden;
   text-align: center;
   font-size: smaller;
}

.classroom-assignment {
   background-color: #c1d5ed;
   border: 1px solid white;
   border-radius: 10px;
   padding: 10px 5px 5px 5px;
   margin: 12px 10px;
   display: inline-block;
   width: 424px;
   vertical-align: top;
}
.classroom-assignment-title  {
   font-size: 18px;
   height: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   margin-bottom: 5px;
   padding-left: 5px;
}

.classroomn-assignment-other {
   margin-top: 5px;
   padding: 5px 5px 10px 5px;
   background-color: white;
   border-radius: 5px;
}

.classroomn-assignment-info {
   padding-left: 5px;
}
.classroomn-assignment-submissions {
   text-align: center;
   vertical-align: top;
   margin: 10px 0;
}
.classroomn-assignment-submissions div {
   display: inline-block;
   padding: 10px 10px;
   width: 100px;
}
.classroomn-assignment-submissions div span {
   font-size: 24px;
   display: block;
   color: #507FB7;
   text-align: center;
   margin-bottom: 5px;
}
.classroom-assignment-link  {
   text-align: center;
   font-size: smaller;
   height: 12px;
 }
 .classroom-assignment-submission {
   text-align: center;
   margin: 10px 0;
 }
 
.classroom-student {
   border: 3px solid #c1d5ed;
   border-top: none;
   padding: 10px 10px;
   margin: 0 0;
}
.classroom-student-header {
   border: none;
   background-color: #c1d5ed;
   font-style: italic;
   padding: 10px 10px;
   border-radius: 11px 11px 0 0;
}
.classroom-student-name {
   font-size: 18px;
   display: inline-block;
   width: 40%;
   border-right: 1px solid #9AAABE;
}
.classroom-student-time {
   vertical-align: top;
   text-align: center;
   display: inline-block;
   width: 15%;
   border-right: 1px solid #9AAABE;
   padding: 0 5px;
}
.classroom-student-state {
   vertical-align: top;
   text-align: center;
   display: inline-block;
   width: 8%;
   border-right: 1px solid #9AAABE;
   padding: 0 5px;
}
.classroom-student-grade {
   vertical-align: top;
   text-align: center;
   display: inline-block;
   width: 10%;
   border-right: 1px solid #9AAABE;
   padding: 0 5px;
}
.classroom-student-link-submission {
   display: inline;
   padding: 0 5px;
}
.classroom-student-header .classroom-student-link-submission {
   text-align: center;
   display: inline-block;
   width: 20%;
}
.classroom-student-link {
   font-size: smaller;
   height: 12px;
 }
.classoom-students-state {
   margin: 20px 0;
}
.classoom-students-state div {
   display: inline-block;
   margin: 0 20px;
}
.classoom-students-state div span {
   display: block;
   font-size: 32px;
   color: #507FB7;
   text-align: center;
   margin-bottom: 5px;
}

/* log in buttons */

.login-button {
  display: block;
  padding: 6px 12px 6px 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: white;
}

.login-button:hover, .login-button:focus
{
  text-decoration: none;
}

.login-facebook {
   background: url('../img/gc/32x32_facebook.png') #365899 no-repeat;
}
.login-facebook:hover {
   background-color: #495F88;
}
.login-google {
   background: url('../img/gc/32x32_google.png') #4285F4 no-repeat;
}
.login-google:hover {
   background-color: #608ED7;
}
.login-google-classroom {
   background: url('../img/gc/32x32_yellow.png') black no-repeat;
}
.login-google-classroom-teacher {
   background: url('../img/gc/32x32_teacher.png') #21A465 no-repeat;
}
.login-google-classroom-teacher:hover {
   background-color: #3C8B65;
}
.login-google-classroom-student {
   background: url('../img/gc/32x32_student.png') #21A465 no-repeat;
}
.login-google-classroom-student:hover {
   background-color: #3C8B65;
}

.search-ia-summary
{
   margin-top: 30px;
   margin-bottom: 20px;
   font-size: 15px;
   border-bottom: 1px #d2d2d2 solid;
}
.search-ia-summary:empty
{
   display: none;
}
.search-ia-summary img
{
   float: left;
   padding-right: 20px;
   width: auto;
   max-height: 200px;
   margin-bottom: 20px;
}

.search-title-count {
   font-size: 16px;
}
.search-title-message {
   font-size: 16px;
}

.blog-entry {
   padding-top: 10px;
}

.blog-entry h2 {
   clear: both;
}

.blog-entry:after {
   clear: both;
   content: " ";
   display: block;
}

.blog-entry-left {
   float: left;
   width: 720px;
   display: inline;
}

.blog-entry-right {
   float: right;
   width: 190px;
   display: inline;
}

.blog-entry p:first-child {
   margin-top: 0;
}

.blog-entry-author {
   font-size: 85%;
}

.blog-categories {
   clear: both;
   border-top: 1px solid black;
   padding-top: 5px;
}

.blog-categories h4 {
  display: inline;
}
.blog-categories ul {
   display: inline;
   list-style: outside none none;
   padding: 0 0;
}
.blog-categories li {
   display: inline;
}
.blog-categories li:after {
   content: ',';
}
.blog-categories li:last-of-type:after {
   content: ' ';
}
.blog-headlineLink {
   color: #501074;
}
.blog-headlineLink:hover {
   color: #ff3300;
}

.subhead-blog { font-size: 18px; font-weight: normal; margin: 22px 0 12px 0; color: #501074; }

.video-embedded {
	margin: 0 auto;
	text-align: center;
	border: solid 1px #dcdcdc; 
	padding: 18px 18px 4px 18px; 
	margin-top:16px; 
	margin-bottom:16px; 
	background-color: #dcdcdc; 
	border-radius: 1em 1em; 
}

.video-embedded .classroom-assignment {
   margin-top: 15px;
}


.account-login {
   width: 100%;
}

.account-login-header {
   font-size: 20px; 
   color: white; 
   background-color: #507FB7; 
   height: 20px; 
   padding: 10px 20px; 
   margin: 0 -20px 0 -20px;
}

.account-login-header.popup {
   margin: -20px -20px 0 -20px;
}

.account-login-info-link {
   float: right; 
   font-size: 13px; 
   color: white; 
   margin-right: 20px;
}

.account-login-error {
   font-size: 17px; 
   text-align: center; 
   background-color: #FCE6E2; 
   padding: 10px; 
   margin-top: 10px;
}

.account-login-info {
   margin-top: 20px;
}

.account-login-body {
   margin-top: 20px; 
   color: #282E33;
}

.account-login-section {
   display: table-cell; 
   vertical-align: top;
}
.account-login-gc-teacher-only .account-login-section {
   display: block; 
   margin: 0 auto;
}
.account-login-section-sb {
   width: 225px;
}
.account-login-section-gc {
   width: 300px;
}
.account-login-section-social {
   width: 225px;
}

.account-login-section-or {
   display: table-cell; 
   vertical-align: top;
   width: 75px; 
   text-align: center;
}

.account-login-separator {
   margin-top: 10px; 
   border-left: 1px solid #aaaaaa; 
   margin-left: 37px; 
   min-height: 190px;
}

.account-section-header {
   font-size: 18px; 
   color: black; 
   margin-bottom: 10px; 
   height: 32px;
}

.account-section-header span {
   vertical-align: top
}

.account-footer {
   height: 40px; 
   font-size: 17px; 
   text-align: center; 
   background-color: #E6E6E6; 
   padding-top: 10px; 
   margin: 10px -20px 0 -20px;
}

.account-footer span {
   vertical-align: middle;
   padding-top: 10px;
}

.account-footer.popup {
   margin: 10px -20px -20px -20px;
}

#header .gc-icon {
   background: url('../img/gc/32x32_yellow.png') transparent no-repeat;
   background-size: 16px 16px;
   padding-left: 20px;
}

body.classroom #content #title h1  {
   background: url('../img/gc/32x32_yellow.png') transparent no-repeat;
   background-size: 32px 32px;
   padding-left: 40px;
}

a.classroom-link-back  { 
   display: inline-block; 
   float: right; 
   height: 21px;
   font-size: 13px;
}
a.classroom-link-back::before { 
   display: inline-block; 
   content: url(../img/icon-left-chevron-16.png); 
   width: 21px;
   margin-top: 1px;
   vertical-align: top;
   opacity: 0.4;
}
a.classroom-link-back:hover::before { 
   opacity: 0.7;
}

.classroom-integration-link {
   display: inline-block;
   font-size: 13px;
   height: 21px;
   float: right;
   margin-top: 10px;
}

.classroom-integration-link::after {
   content: url(../img/icon-right-chevron-16.png); 
   margin-left: 5px;
   margin-top: 1px;
   vertical-align: top;
   opacity: 0.4;
}
.classroom-integration-link:hover::after {
   opacity: 0.7;
}


.GClistUL { 
     list-style-type: disc;
     list-style-position: inside;
     padding-bottom: 2px;
    }
ul.GClistUL li {
    float: left;
    width: 33.3%; 
      padding-bottom: 2px; 
    }
.GClist:after {
   content: " ";
     display: table;
      clear: both;
}
.GClist { margin-bottom: 20px;}
 
 
 body .mfp-bg {
   background: #000000 repeat;
   opacity: 0.8;
 }
 
 body .mfp-iframe {
	box-shadow: 0 0 30px;
 }

.search-ngss {
   margin-top: 0;
   font-weight: bold;
   background-color: #F7F7F8;
   padding: 10px 10px 5px 10px;
   color: #444444;
} 
.search-ngss ul {
   margin-top: 10px;
   font-weight: normal;
   padding-left: 0;
   list-style-type: none;
}
.search-ngss .ngss-pe-code {
   font-weight: bold;
}

/*
@media screen and (min-width: 1170px)
{
   #main { width: 1130px; }
   #footer .column { width: 165px; }
   .search-table { width: 1090px;  }
   #subtabs { width: 1250px; }
   div.pi-career-summary { width: 890px; }
   #menu-icons-share .email { margin-left: 79px; }
   #menu-icons-share .twitter { margin-left: 187px; }
   #menu-icons-share .google { margin-left: 322px; }
   #menu-icons-share .facebook { margin-left: 447px; }
   #menu-icons-share .pinterest  { margin-left: 579px; }
   #menu-icons-share .print { margin-left: 703px; }
   #menu-icons-share .report { margin-left: 871px; }
   #activity-table-left { width: 766px; }
   .type-activity h1 { width: 825px; }
   .review-item { width: 766px; }
}

@media screen and (min-width: 1320px)
{
   #main { width: 1280px; }
   #footer .column { width: 195px; }
   .search-table { width: 1240px;  }
   #subtabs { width: 1400px; }
   div.pi-career-summary { width: 1040px; }
   #menu-icons-share .email { margin-left: 154px; }
   #menu-icons-share .twitter { margin-left: 262px; }
   #menu-icons-share .google { margin-left: 397px; }
   #menu-icons-share .facebook { margin-left: 522px; }
   #menu-icons-share .pinterest  { margin-left: 654px; }
   #menu-icons-share .print { margin-left: 778px; }
   #menu-icons-share .report { margin-left: 946px; }
   #activity-table-left { width: 916px; }
   .type-activity h1 { width: 975px; }
   .review-item { width: 916px; }
}

.search-table .search-filters { width: 301px; }
*/


.sb-form-container
{
   width: 750px;
   margin: 0 auto;
   font-size: 15px;
}

.sb-form-header
{
   color: black;
   border-bottom: 1px solid #d2d2d2; 
   padding: 10px 0px; 
}
.sb-form-header *:first-child
{
   margin-top: 0;
}
.sb-form-header *:last-child
{
   margin-bottom: 0;
}

.sb-form input, .sb-form textarea, .sb-form select
{
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   border: 1px solid #C2C2C2;
   box-shadow: 1px 1px 4px #EBEBEB;
   -moz-box-shadow: 1px 1px 4px #EBEBEB;
   -webkit-box-shadow: 1px 1px 4px #EBEBEB;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   padding: 7px;
   outline: none;
   color: #5a5a5a;
   font-size: 15px;
   margin-left: 0;
}
.sb-form input:focus, .sb-form textarea:focus, .sb-form select:focus
{
   border: 1px solid #237BE7;
   box-shadow: 1px 1px 4px #9fc5f5;
   -moz-box-shadow: 1px 1px 4px #9fc5f5;
   -webkit-box-shadow: 1px 1px 4px #9fc5f5;
}
.sb-form input[type="text"]
{
   width: 300px;
}
.sb-form label
{
   margin-right: 5px;
}
.sb-form textarea {
    height: 100px;
    width: 100%;
}
.sb-form .sb-text
{
   padding-top: 5px;
}
.sb-form-buttons 
{
   text-align: center;
   margin-top: 20px;
}

.sb-form-error {
   font-size: 17px; 
   text-align: center; 
   background-color: #FCE6E2; 
   padding: 10px; 
   margin: 10px 0;
}

.sb-table-form { margin-top: 10px; width: 100%; border-collapse: collapse; }
.sb-table-form td { vertical-align: top; padding: 10px 10px; }
.sb-table-form.sb-form td { padding: 10px 10px 10px 0; }
.sb-table-form tr td:first-child { font-weight: normal; color: black; }

.sb-table-form tr td { font-size: 15px; }
.sb-table-form tr td i { font-size: 12px; }
.sb-table-form tr td:first-child { padding-top: 17px; }
.sb-table-form.sb-form tr td:first-child { width: 250px; padding-right: 25px; }
