@font-face {
    font-family: "SSSymbolicons";
    src: url('/css/fonts/ss-symbolicons-block-127czmj.eot');
    src: url('/css/fonts/ss-symbolicons-block-127czmj.eot?#iefix') format('embedded-opentype'), url('./css/fonts/ss-symbolicons-block-bwlxp8.woff') format('woff'), url('/css/fonts/ss-symbolicons-block-vgrjnk.ttf') format('truetype'), url('/css/fonts/ss-symbolicons-block-13vbqf6.svg#SSSymboliconsBlock') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SSStandard";
    src: url('/css/fonts/ss-standard-1sjcgaw.eot');
    src: url('/css/fonts/ss-standard-1sjcgaw.eot?#iefix') format('embedded-opentype'), url('./css/fonts/ss-standard-1se8it9.woff') format('woff'), url('/css/fonts/ss-standard-1auk3og.ttf') format('truetype'), url('/css/fonts/ss-standard-hhd3l0.svg#SSStandard') format('svg');
    font-weight: normal;
    font-style: normal;
}
.wordPage {
    margin: 0 auto;
    position: relative;
    font-family: 'Open Sans';
    font-size: 16px;
    /*padding-top: 80px;*/
}

.wordPage .definition .sectionHeader .word {
    display: block;
    font-weight: 300;
    font-size: 16px;
}
html a.audio {
    text-decoration: none !important;
    color: #999;
    white-space: nowrap;
    display: inline;
    font-size: 16px;
    padding: 0 0 0 .75em;
    cursor: pointer;
    transition: all .3s;
}
a.audio:after {
    font-family: "SSStandard";
    content: '🔊';
}

html a.audio:hover {
    color: #333;
}



.section>.sectionHeader {
    font-weight: 300;
    margin: 0 0 3px 0;
    color: #444;
    border-top: 1px solid #eee;
    padding: 3px 0
}
.wordPage .blurb .short i:first-of-type {
    color: #438007;
    font-style: normal;
}

i {
    font-style: italic;
}



.definitionNavigator a.pos_n {
    background-color: #e3412f;
}

.definitionNavigator a.pos_v {
    background-color: #539007;
}

.definitionNavigator a.pos_a {
    background-color: #f8b002;
}

.definitionNavigator a.pos_r {
    background-color: #684b9d;
}

.definitionNavigator a.pos_n.selected {
    background-color: #e3412f;
}

.definitionNavigator a.pos_v.selected {
    background-color: #539007;
}

.definitionNavigator a.pos_a.selected {
    background-color: #f8b002;
}

.definitionNavigator a.pos_r.selected {
    background-color: #684b9d;
}




.definitionNavigator a {
    text-decoration: none;
    padding: 1px 6px 2px 5px;
    margin: 0px 3px 0 0;
    font-size: 14px;
    color: white;
    font-weight: normal;
    font-style: italic;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3;
    border-radius: 4px;
}

.definitionNavigator a.selected {
    color: white;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.definitionNavigator .def {
    display: none;
    font-size: 14px;
    padding: 2px 2px;
}
.definitionNavigator .def.selected {
    display: block;

}

/*.posList a:nth-child(2){
    display: inherit;
}
.posList a{
    height: 20px;
}*/


.section.related.nocontent.robots-nocontent.screen-only{
    display: none;
}


.wordPage .blurb .short {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300;
}
#page.page{
    font-size: 16px;
}
p,h1,h2{
    margin: 0px
}
h1{
    font-size: 18px;
}
h2{
    font-size:16px;
    font-weight: normal;
    color: #444;
}

.definitionNavigator td.posList {
    padding: 2px 0;
    width: 1%;
}
.definitionNavigator td {
    vertical-align: top;
}




.wordPage .definition .group {
    position: relative;
    margin-top: 18px;
    margin-bottom: 3px;
    border-top: 3px solid #666;
}

.wordPage .definition h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #333;
    margin: 0;
    padding: .5em 15px .5em 30px;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}

.wordPage .example {
    font-style: italic;
    color: #666666;
    margin: 2px;
    font-size: 16px;
    font-weight: 300;
}
.wordPage .example strong {
    font-weight: normal;
}
.wordPage .definition dt {
    width: 70px;
    color: #666666;
    font-size: .75em;
    font-weight: 300;
    float: left;
    margin-left: 15px;
    padding-top: .25em;
    padding-bottom: 5px; 
}

.wordPage .definition dd {
    padding-left: 45px;
    padding-right: 5px;
}


.wordPage .definition dd.less {
    display: none;
}

a {
    color: #22558a
}


.wordPage .definition .sense dl dd .definition {
    font-size: 90%;
    font-weight: 300;
    background-image: none;
    padding: 0 5px 0 0;
    margin: .25em 0;
}
.wordPage .definition .sense {
    clear: left;
    position: relative;
    overflow: hidden;
}

.wordPage .definition .group .groupNumber:after {
    content: '.';
}
.wordPage .definition .group .groupNumber {
    position: absolute;
    /* background-color: rgba(102, 102, 102, 1); */
    color: black;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    text-align: center;
    top: -25px;
    left: 0;
    /* border-radius: 50%; */
}



.pos_n a.anchor {
    background-color: #e3412f;
}

.pos_v a.anchor {
    background-color: #539007;
}

.pos_a a.anchor {
    background-color: #f8b002;
}

.pos_r a.anchor {
    background-color: #684b9d;
}


a.anchor {
    text-decoration: none;
    /*padding: 0px 3px 0px 3px;*/
    font-size: .75em;
    color: white;
    line-height: 21px;
    font-style: italic;
    position: absolute;
    top: .8em;
    left: 5px;
    display: block;
    border-radius: 4px;
    min-width: 21px;
    text-align: center;
}



.wordPage .definition .sense dl {
    margin: .5em 0;
}

.wordPage .definition dl {
    position: relative;
}


.exampleBrowser .domains {
    font-size: 13px;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 .25em 0;
    overflow: hidden;
}
.exampleBrowser .domains a.selected:hover:before, .exampleBrowser .domains a.selected:before, .exampleBrowser .domains a.selected {
    color: #22558a;
}


.exampleBrowser .domains a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    padding: 0 10px 0 26px;
    line-height: 22px;
    vertical-align: middle;
    /*width: 25%;*/
    color: #BBB;
    white-space: nowrap;
    transition: .5s color;
}

.exampleBrowser .domains a:before {
    font-family: 'SSSymbolicons';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    font-size: 15px;
    text-align: center;
    content: '🌎';
    font-weight: normal;
}

.exampleBrowser .domains a[data-code=N]:before {
    content: '📰'
}

.exampleBrowser .domains a[data-code=B]:before {
    content: ''
}

.exampleBrowser .domains a[data-code=S]:before {
    content: '🏃'
}

.exampleBrowser .domains a[data-code=A]:before {
    content: '🎨'
}

.exampleBrowser .domains a[data-code=F]:before {
    content: ''
}

.exampleBrowser .domains a[data-code=M]:before {
    content: '';
}

.exampleBrowser .domains a[data-code=T]:before {
    content: '💻';
}

.exampleBrowser .domains a:hover {
    text-decoration: underline;
    color: #333;
}

.exampleBrowser .domains a.selected:hover {
    text-decoration: none;
}

.exampleBrowser .container {
    position: relative;
    overflow: hidden;
}
.exampleBrowser ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.exampleBrowser li {
    margin: 1em 0;
    clear: both;
}

.exampleBrowser .sentence {
    font-size: .85em;
    line-height: 175%;
}
.exampleBrowser .source {
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #bbbbbb;
    font-style: italic;
    display: block;
    /*margin: .25em 0 3px 0;*/
}





.exampleBrowser a.next, .exampleBrowser a.prev {
    line-height: 2em;
    cursor: pointer;
}


.exampleBrowser .buttons a {
    font-size: 11px;
    text-decoration: none;
    background-repeat: no-repeat;
    outline: none;
    /*visibility: hidden;*/
}

.exampleBrowser.hasNext a.next {
    visibility: visible;
    margin-left: 45%;
}


.exampleBrowser .buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ss-navigateright.right:after {
    content: '▻';
    font-family: "SSStandard";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.exampleBrowser a.next:after {
    padding: 0 0 0 .5em;
    position: relative;
    top: .15em;
}
.ss-icon, .ss-icon.ss-standard, [class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before, [class^="ss-"].right:after, [class*=" ss-"].right:after, [class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
    font-family: "SSStandard";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.ss-navigateleft:before,.ss-navigateleft.right:after {
    content: '◅';
    font-family: "SSStandard";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.exampleBrowser .source .date {
    color: #bbbbbb;
    margin-left: 10px;
    font-size: 11px;
    font-style: normal;
}
wordfamily a{
    text-decoration:none;
    margin-right: 3px;
}
i{
    margin-right: 5px;
}
.short{
    font-family: "Lucida Grande","Open Sans","Lucida Sans Unicode";
    text-indent:16px;
    font-weight: 300;
}
.long{
    font-family: Helvetica;
    text-indent:16px;
    font-size: 15px;
}
.short i,.long i {
    font-family: "georgia","times";
}