




















 
































* {
    margin: 0;
    padding: 0;
    border: 0;
    text-indent:0;
}

html {
    overflow-y: scroll;
}

input,textarea,button {
    border: solid 1px #aaa;
}

a,a:link,a:visited,a:active {
    color: inherit;
    text-decoration: none;
    -webkit-transition-property: background, border;
    -webkit-transition-duration: 250ms;
}

li {
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1em
}

body,select,input,textarea,optgroup,option,button {
    font-size: 12px;
    font-family: sans-serif;
}

body {
    background-color: #eff4f7;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

.wrapper {
    background-color: white;
    -webkit-box-shadow: 0px 0px 12px #A0A0A0;
    -moz-box-shadow: 0px 0px 12px #A0A0A0;
    box-shadow: 0px 0px 12px #A0A0A0;
}

.cdo-header-container {
    background: #0F1745 url(http://dictionary.cambridge.org/external/images/cdo-head-top.jpg?version=2015-01-27-1455) no-repeat;
}

.cdo-header {
    padding: 15px;
}

.cdo-header-leftblock {
    color: #009CD2;
    font-style: italic;
    overflow: hidden;
}


.clear {
    clear: both;
}

/* search */
#cdo-search-form .autocompleter {
    position: absolute;
    top: 1.5em;
    background-color: #FFFFFF;
    border: 3px solid #008CBB;
    box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    z-index: 5000;
}

#cdo-search-form .autocompleter .row {
    cursor: pointer;
    padding: 3px;
    color: #000;
}

#cdo-search-form .autocompleter .row:hover,#cdo-search-form .autocompleter .row.selected {
    background-color: #CFEBF4;
}


#cdo-search-form #cdo-dict-text, .cdo-header #cdo-license-text {
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #6EA61D;
    border-left: none;
    border-right: none;
    width: 100px;
    text-overflow: ellipsis;
    padding: 8px;
    color: #000;
    padding-right: 20px;
    background:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFAQMAAACtnVQoAAAABlBMVEUAAABpaWliMEByAAAAAXRSTlMAQObYZgAAABdJREFUCNdj+N/AUM/AYMfAIMPAwMEAAByCAmHsSri4AAAAAElFTkSuQmCC)
        no-repeat 115px center #f0f0f0;
}

.cdo-search-button, .cdo-fastswitch-more, .action.btn {
    background-color: #deea56;
    background-image: linear-gradient(to top, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -o-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    border: 1px solid #6EA61D;
}
.cdo-search-button:hover, .cdo-fastswitch-more:hover, .action.btn:hover {
    background-color: #c4e40e;
    background-image: linear-gradient(to top, rgb(131, 150, 44) 0%, rgb(196, 224, 78) 100%);
    background-image: -o-linear-gradient(bottom, rgb(131, 150, 44) 0%, rgb(196, 224, 78) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(131, 150, 44) 0%, rgb(196, 224, 78) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(131, 150, 4) 0%, rgb(196, 224, 78) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(131, 150, 44) 0%, rgb(196, 224, 78) 100%);
}
.cdo-search-button, .cdo-fastswitch-more {
    border-left: none;
    padding: 8px;
    margin-left: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 6em;
}

.cdo-search-button {
    border-left:none;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
}

.grammar_link {
    background-color: #E6E6E6;
    background-image: linear-gradient(to top, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 4px 0px;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.grammar_link li {
    margin: 5px 0; 
    padding: 5px 0; 
    border-bottom: 1px solid #CCCCCC;
}

.grammar_link li .expender {
    color: #2060C0;
}

.grammar_link li .expender:hover {
    color: #60C0FF;
}

.entrybox a.grammar_link:hover .x-h {
    color: black;
}

.entrybox a.grammar_link .x-h {
    display: inline-block;
    padding: 0 1ex;
    color: black;
    font-weight: bold;
}

.grammar_link .x-h:hover {
    color: black;
}

.entrybox .grammar_link .lab, .entrybox .grammar_link .x-pos {
    font-variant: normal;
    font-weight: normal;
}

.entrybox .grammar_link .x-pos {
    font-style: italic;
}

/* end */

/* nav bar */
.cdo-navbar {
    overflow: hidden;
    margin-bottom: 15px;
    clear: both;
}

.cdo-navbar-left {
    padding: 4px 15px;
}
.cdo-shown-form {
    background: #006B8F;
    background: -moz-linear-gradient(top, #008AB9 0%, #006B8F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008AB9), color-stop(100%, #006B8F));
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient( startColorstr='#008AB9', endColorstr='#006B8F',GradientType=0 )";
    filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#008AB9', endColorstr='#006B8F', GradientType=0);
}

.cdo-navbar-right {
    float: right;
    color: #fff;
    font-weight: bold;
}

/* Compliance with IE9 behavior */
#menu-hidden {
    clear: right;
}

.cdo-navbar-left {
    padding-right: 20px;
}

#cdo-search-button-submit {
    margin-right: 20px;
}

.cdo-navbar-right li {
    display: inline-block;
}

.cdo-navbar-right li:first-child {
    border-left: solid 1px rgba(0, 0, 0, 0.15);
}

.cdo-navbar-right li:last-child {
    border-right: solid 1px rgba(255, 255, 255, 0.15);
}

.cdo-navbar-right a {
    padding: 13px 15px;
    line-height: 40px;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-left: solid 1px rgba(255, 255, 255, 0.15);
    border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.cdo-navbar-right a:hover {
    background: #00698d;
    background: rgba(0, 0, 0, 0.2);
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}

/* smartphone nav */
#menu-hidden a {
    border-top: 1px solid #2694ba;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #006a8f;
}

/* end */

/* footer */
.cdo-footer {
    background-color: #0f1745;
    background-image: linear-gradient(left, rgb(15, 23, 69) 0%, rgb(39, 49, 122) 100%);
    background-image: -o-linear-gradient(left, rgb(15, 23, 69) 0%, rgb(39, 49, 122) 100%);
    background-image: -ms-linear-gradient(left, rgb(15, 23, 69) 0%, rgb(39, 49, 122) 100%);
    background-image: -moz-linear-gradient(left, rgb(15, 23, 69) 0%, rgb(39, 49, 122) 100%);
    background-image: -webkit-linear-gradient(left, rgb(15, 23, 69) 0%, rgb(39, 49, 122) 100%);
    color: #fff;
    padding-top: 20px;
}

.responsive_row .cdo-footer-copyright {
	float: right;
    text-align: right;
    padding-top: 20px;
}

.cdo-footer a {
    display: block;
    padding: 5px;
}

.cdo-footer a:hover {
    text-decoration: underline;
}

.cdo-footer-languages {
    padding-top: 20px;
}

.cdo-footer-languages a {
    display: inline;
    padding: 0;
    white-space: nowrap; /* for very thin width on smartphone */
}

.cdo-footer-languages .sep {
    margin: 0 10px;
}

/* end */

/* general */
.cdo-section {
    margin-bottom: 15px;
}

#informational-content h2,.cdo-section-title,h2.cdo-section-title-hw, .entrybox h1.hw {
    font-size: 16px;
    color: #008;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
}

.di-head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

h2.cdo-section-title-hw {
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    color: #000;
    font-size: 23px;
    font-weight: normal;
    font-family: Georgia, serif;
}

.cdo-section-title .cdo-link {
    font-size: 75%;
}

#informational-content h1,h1.cdo-section-title {
    font-weight: normal;
    font-size: 220%;
    display: block;
    font-family: "Georgia", serif;
    color: #000;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
}

ul.bullet li {
    margin: 0.25em 0 0.25em 1.5em;
    list-style-type: disc;
}

.cdo-freetools {
    margin-top: 20px;
}

a.cdo-link {
    color: #2060c0;
}

a.cdo-link:hover {
    color: #60C0FF;
    text-decoration: underline;
}

/* end */

/* browse */
.cdo-browse-letters {
    margin: 6px 0px;
    padding: 6px;
    background-color: #f0f0f0;
}

.cdo-browse-letters li {
    display: inline;
}

.cdo-browse-letters li a {
    padding: 3px;
    font-weight: bold;
}

#cdo-browse-list .entry_title, #cdo-browse-list .title {
    display: inline;
}

.cdo-browse-groups li a,.cdo-browse-entries li a {
    display: block;
    padding: 3px;
}

.cdo-browse-groups li a:hover,.cdo-browse-entries li a:hover {
    background-color: #f0f0f0;
}

#cdo-browse-list .BASE,#cdo-browse-list .hw,#cdo-browse-list .gw,#cdo-browse-list .phrase,#cdo-browse-list .title  {
    font-weight: bold;
    color: #2060c0;
}

#cdo-browse-list .pos {
    font-style: italic;
}

#cdo-browse-list .gw {
    font-size: 80%;
}

/* end */

/* spellcheck */
#cdo-spellcheck li a {
    font-weight: bold;
}

/* end */

/* specific */
.definition-src {
    font-size: 80%;
}

.cdo-rounded-corners {
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

ul.result-list,ul .result-list li {
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

#visual_thesaurus_ad {
    margin: 0px auto 20px auto;
    max-width: 320px;
}

#visual_thesaurus_ad a {
    width: auto !important;
}

#cdo-definition-head {
    overflow: hidden;
}

.home-btn,.menu-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 2px;
    background-image: url(http://dictionary.cambridge.org/external/images/cdo-sprite-icons-multi.png?version=2015-01-27-1455);
    cursor: pointer;
}

.facebook-btn {
    background-position: -0px -81px;
}

.twitter-btn {
    background-position: -16px -81px;
}

.stumbleupon-btn {
    background-position: -32px -81px;
}

.google-btn {
    background-position: -48px -81px;
}

.diigo-btn {
    background-position: -64px -81px;
}

.email-btn {
    background-position: -80px -81px;
}

.home-btn {
    background-position: -96px -81px;
}

.menu-icon {
    background-position: -128px -81px;
}

audio {
    width: 0;
    height: 0;
}

.pron-uk,.pron-us {
    display: inline-block;
    width: 34px;
    height: 13px;
    margin: 2px;
    background-image: url(http://dictionary.cambridge.org/external/images/cdo-sprite-icons-multi.png?version=2015-01-27-1455);
    cursor: pointer;
}

.big-pron-uk,.big-pron-us,.social-toolbar,.social-igoogle,.social-facebook,.social-twitter, .social-googlep {
    text-shadow: #fff 1px 1px 1px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    margin: 2px 10px 2px 0px !important;
    border: solid 1px #d0d0d0;
    cursor: pointer;
    background-color: #E6E6E6;
    background-image: linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#informational-content a.social-link, #informational-content a.social-link:link, #informational-content a.social-link:active, #informational-content a.social-link:visited{
    color: #000;
}

#informational-content a.social-link:hover{
    text-decoration: none;
}

.big-pron-uk {
    color: #e23347;
}

.big-pron-us {
    color: #1978eb;
}

.big-pron-us-container,.big-pron-uk-container {
    color: #a8397a;
    font-weight: bold;
    margin-bottom: 20px;
}

.big-pron-us-container .inline-block,.big-pron-uk-container .inline-block {
    display: inline-block;
    vertical-align: middle;
    max-width: 368px;
}

.big-pron-us-container .pron,.big-pron-uk-container .pron {
    color: #000;
    font-weight: normal;
    font-size: 150% !important;
}

.big-pron-us-icon,.big-pron-uk-icon {
    vertical-align: bottom;
    width: 21px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}

.big-pron-us-icon {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAQxSURBVHjadJRbbFRVFIa/vc85c+bSTjvTy7RlSmta0mIhVIMYNQpYCIkNmqAhXvBFkSgQkCBUICZGC224JNhIeBBeJFwkRgjyYCQoeAlgICgIAcpFkFKmnYHS6bSdmXP29mGoCVjX0072yp8ve317ifJVvYxW2tWoQYdYR5kABKArVic0AnRG0b2hxAKis+dfWdWrjYrj26sXATcBV44amFE4vWliHWU+oGrPD8nJQB5ag9LorAIIzF74V8vhk4PvXLjtNK/f3/8aEAR4MFRp3AGH7g0lonf7mCAwcdz084cWbk2cACIIgZtyuL05YgI+u9T2eOvysasDbDqUagNqAFu6SQc36aBSDtlEhthnERuI7tx/55XCSWeOxkyztnhCMAV4hYZYR5kHqJzTcnPh1x+X73zu6eBRGTAxCj28+PndNiBsxjoiIcALDAEuUDX11c7NJ35PNVmlXgKTQnhSSgFaCwDCM9+8vPFYZ2bOgi/ulu9fGl4fWRKbakrJqS41A6iQcxdfW9P4cueBea3dy4Cammnn9v12drDJW5uHb0IBlhYIjQAQCoDA8evZOdYYHwfOZd4G3JWz/K3usINwNEv3DsyT3/7Yv/y6MiafGzbeAMbE0qLWWxfEW5uPGfKMBAEgsxpgoLk5vNcqtpF+k7nb+5csb84/5vRlQMLZG9kmaRbZ+MYXEMqzMoDlL7WzZtiD9JugH9YCgDt7WiKbGHJcoeDY+cwLgKwvN/9UpqAn4VZJYUtkViNdrQAtDAFS5Mx8uASUvR/LAvGGsDijhUZmNEC2ptQ8o1IOyQEdNNG55hEorTRo/V/KEevSKsc86GaUVJCbnvZqPaSGXYQhkdJrIBywcmhSiPtxo5BqA3q2lksg7+qN9DjDNpCOBjAvXUtPFLZBwGJQ2tUBPH0uPX9nywDleE2PtI1RSZUpAIIbt/XM6hMybPUrGiutnwB9+mp6iuUxKA/IG+ZjVd6DeUnXFy0yjgBdoZpAcsgV+TKjUYZ4IFzkzuHWr/raA08UYXY77FsTWvvNLwN1wmtgpjT11ebP5ncrCt8CTGAQ4HJr8bRp6+5+eS3mNKBAuBpyhCNKZRpmFP9x+5Lz+JQ6z0HAfe+TW22e8QUYSc2i2Xm7ZHRlvLdyeby78oP4veiK+D3g/JHVoZcWTPd/KpTGSGvksBaAEC4A8V9bwq831llbdn0YWte2I9GU8ZkBX1ZSHzFOjh9rXhEPrz7hQld7kQEUAhPGze85LFPKuLi7rH7ssvhF1xZ0tRdZQMHOQ/0z3117a1fwqRL8Nx1ObCl5NhyUJ+VoE65YnXCjK+MJ4FTnttJJzzTaHwEJLf69zwLZbd8n5/obCvB1O8x73rcpHJQXgGHxf0sanfvrXe1F5v03d6Itcee+AdxaW2QDjz6yuPdU4T01cHpH5EmgE3D+GQA3sLp50HG6+wAAAABJRU5ErkJggg==);
}

.big-pron-uk-icon {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAQLSURBVHjafJR9bFNVGMZ/99zb3q7bunVdR1cK68Zgjo8xrMPEaXBTqImJYiQSwUSBRDQQDRGHQVEjGuOfEtCEhKAxgEN0fjBhDJkoER2QWRwIMxC2AjoZHbTIenu//GMbLqTz/ePk5DnJc55z3ud5pb4588lWlm2hGQYZ00ARAqfiQBECCQnDMinvOqgAgYNLl72gJq6H7tv3RRNwCbCVbISmbZHShph16ogK+AAHcLXvzgU3kMCwTAD3T6vWLL/Y2vZyIK+ARGv7gaKH57cA18VYMtu20QydK/8kmXXqiBuo+mpedOfh8toLQIkkSaSNDFNjHQJQ5d7Lc8q9JQQ9Pi43vbUdqACcQjN00oaOZuqkMkNUxg4pdWd/KTHT2l27qma32j3n51WEwjcAN8DUWIcCTDj9xjuNd+9tfj9UO7vbo+ZQ4HJz+fl1rwFepTJ2KBdwAjpgAcHvlz+39tyelpX5ag7VpWGELFuAPfIgb8eyZ9f3f9O2urCgaOOUlo9fOVtz/163UDGPxR4D3hZH165/+rtHntjc3fT6EiDcck/DR+f2tKwszfdSHZhsux3q7V/uGWhtX+3P9XB9+6cbAD1v8aOb00YGbFsafHfTInF667YtRlf3EunYyZeAyVrP+fqwt4SK4lK70JWbrY83qxoaD/hzPeQ5XQw0bXxm4qtr9iXTQwBov52ZL7w5eUwrDuLz+Q1A9RX6tCJ3Pm6nyjiVqGne9qZm6ACkD/+8CJCUsuAfANaVq+VCVRwoQgYhTMCWhUCWJCSkrIw9NQ0a0G9VhmO2bWMbhgMwXJVTTgzpGczEteL/LGVbo7aSbMYvfdijVlrYNzOmcSsrpsuZ1Mxh9UIRI7yyDCCQsLHHp53R/YME5KQuXgyrimMUVpK9vVUOISOpalpMyCscTtFAwg/Yqmmriqz8j1byelv310lXBksBHNMqOgE72dk1L9fpQg74+5SSsvAZyaHIyqSJB4C/AoXFGRXJiWVJyHI2ycWxVWs/mOGfCEBg14cbUidPlTiVYSGOslCnEty/88GRbKcAq7x9d2P/4pWfm4lrEzDNsd0avcCYWVnd7xhMVjimlB0HMkeWrnhvcq4HgPynHt8h4pHopXgkeiEeiV6NR6KDclFhV7C9+YGcxvpPbtFJY1YYqDj42UKlLLQ/sHvri39+/W2NfC0V9KhulLJQtxqp+V3KNvomnWhzAF4rmaq91LCobQSrjkeiZ0b2KlCgJwan751e11FbGkYRMv5NGxe66ue2i2ydiEeiejwS/Vt48o9OOtFW65x5xxYgMXreF1mgAelfn1yxbqovgCJkchrqd7jq53YCQ9J4Q/o21U4gE49E9TG4CkyP1z10XHK5kqEfv7wX6AH0fwcArMWGUxDZ/HsAAAAASUVORK5CYII=);
}

.pron-uk {
    background-position: -0px -110px;
}

.pron-us {
    background-position: -0px -97px;
}

.goToPronunciation {
    font-size: 80%;
}

.goToDictionary {
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #98b130;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #deea56;
    background-image: linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -o-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(151, 177, 48) 0%, rgb(222, 234, 86) 100%);
}

.menu-btn-container {
    display: none;
    width: 30px;
    padding-left: 10px;
}

.menu-btn {
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-drag: none;
    -o-user-drag: none;
    -ms-user-drag: none;
    -moz-user-drag: none;
    -khtml-user-drag: none;
    -webkit-user-drag: none;
    cursor: pointer;
    padding: 6px;
    background-color: #006db1;
    background-image: linear-gradient(bottom, rgb(0, 109, 177) 0%, rgb(0, 166, 221) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0, 109, 177) 0%, rgb(0, 166, 221) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 109, 177) 0%, rgb(0, 166, 221) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 109, 177) 0%, rgb(0, 166, 221) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 109, 177) 0%, rgb(0, 166, 221) 100%);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 4px #000;
    -moz-box-shadow: 1px 1px 4px #000;
    -webkit-box-shadow: 1px 1px 4px #000;
}

.cdo-topic {
    font-weight: bold;
}

.social-toolbar,.social-igoogle,.social-facebook,.social-twitter,.social-googlep {
    padding-left: 5px;
    text-transform: none;
}

.social-toolbar-icon,.social-igoogle-icon,.social-facebook-icon,.social-twitter-icon,.social-googlep-icon {
    display: inline-block;
    vertical-align: text-bottom;
    width: 22px;
    height: 20px;
    margin-right: 10px;
}

.social-toolbar-icon {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAOPSURBVHjapJXfa5tVGMc/5837JmnT5LVpu5XW1KxqhnXOiVDG1OnqcMhgbAwHIoi3eiP9D7wQEe9E9GKIF6L1wk0R54UwLfXHWmWUylZKG7Vr19olTZM3adMkb95zjhfJ0h9rB84D34tznvf5nu/5Ps85r9Bac+SNYZ3NZtFacy9DKY3WCiEMbNvm6scvCHFs8IrO5Rx6e3vx+y3+z6hWq8zOzhIKhTBTqRSJRALTNJFSAeAzBAf3NXH8CZv99wcJBQ3KrubPpTI/ThS4mixS9e48nc9nEo/v4/r1a5ie52FZfqT0APCbglcGOjjZ34pT9Ji9VabsKvyWQawjwOCZTkauFfjk+zTFstyB3IeUErPmkUQpjRBw9ul2Tva38vv0Gl/9ssLMYqmR1LMnwKnDUQYO2Qjgg2+WkGq78tpm5mbzH+5u4vSRKH/8XeT9rxdYr6gtKXOpEh99+w9+S3D0sQijUwXGpgrbCukDwADQWqGU5pkDNm5Vc/HnZdZKtVNsR9VTfDGcZq0kGXjc3hYHrf8CjBrxbcWP9DSRclymF4porXbFzXSJxUyFnj0BQkGxKSZRKg6omhVaK6RUtEUslh2XiiuR8u49Xa4qLFMQtAT5NbWpeGx4LGVtx/lUmWjEoskvcKtyV1IhINLsY72iyK26aL1BLOtpdY81WmvGkwW62wI8mQg31nbCoQfDdLUF+G3KoezKO+INYilrhRqeyLJScHn1eBfxvcEdi7f3Pj+vnejCEILpm0UMwZa4rEv2tT167i3bttFasbpeZdlxebG/g8N9NlIqlp0KnlSEggZHD7by+qkYD3U1I4D9sRCdUT/jSaduZ01tLpdDJM59qWOxni0P0FMHWnnzbJxws0m5oii5Ess0CAV8lKuKoN8gYBmN7y/+dIvzl+bxpEYIwY0bszXF4XBLvV1qHs2n1vlhPMNKwUVraAn6mE+X+G4szflLcyRiLXRGAw3ivgdaCFqC8aSDUpp8Pn+73TTbX8xM3uXCyBIXRpYwDIHadHWHLi/S3R6k3fY31l56rgtPaj6/vLBRvJrxcld4nrdlPjqZ4d2hGVYK7hYxLz/fTV88jBAGhmma9UT9nzA2meWdz2bI5DfIRyezJOcLGIbACIcjOE4OpeRde3cnjE2u8N7QDLnVKiMTGd7+dIrkXIpwOILQWnNs8IpOp9N4nnfPfw+lNKZpEo1G+fXDZ8W/AwB9XpFjI3qEuwAAAABJRU5ErkJggg==);
}

.social-igoogle-icon {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHvSURBVHjarJQ/i1NBFMV/d94kaza8PDcsumATo6xiYWFhYSM2fgS/gY1goZ1WNgqWNlar1baKlY2FjYqFWLgrCFmJ4D/ywCTEZRUyM9ci60s2YZPsZk83w71nzpxzZ0RVuXDtpTabTVSV/SAERTUgYkiShHcrl0Uu3XijrVabarVKPp9jFnS7Xer1OsViEdtoNFheXsZai/dhJuIoslQqx1lfX8M658jl8njvOAhEUYT3HtvzyBOCcjDwAP+Je+aPw8PrJzlyOEft+x9uPf4yJsioT6waJipOipbICEnRjqkVjPkMmOkVsz2KIoytDaECrPUVD09EOc5RmDOZukyjwmLJ9q4bCb+3PJ0tNxAefSu8DyMq7l89wdJCPlsbIwAslfOs3Dyd7X+ob3L70UY/Os+gxzry6uJClJENY3C/NG+HenVQsR9pfvoqpXK0gNu24uLZBWwkdJ3y+mOrd4AI72udoTD9zqkYVrz64tuO9flT54jnLT9+/eXu6sau4YnI8Bzrnj6d3YkZJPYTiW3U65jLGULw0ynuhTde5YMndY4tHuLT180Jtbq3J/387c+pbBIxiBistRbnXHaFWaHqMEawcVyi3W6RJAkiZkbSQKfTIY5LSJqmXLlX0zRNcW7/f3IIirWWcrnMsztn5N8APkDxSHwjc+IAAAAASUVORK5CYII=);
}

.social-facebook-icon {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAObSURBVHjafJTLixxVFMZ/37m3+jXTY/cQM5lJEOILVEQMZhcEzc6FGHduBMFF/h1RXGTlIggKghBUEHysgkgEBcEEiZmZTDJJZx4x80pXdd3jomp6ejR4F1VU3Xu/c873fecoz3M++eqG317fpdnMwB1wxkuheqf6oYk9B2Q0MgPg5mCPMy8e5c0zc4oXLi368uoOvV4Td1WQPnHZBDiOo2B4UoXpjjs4iSIvkeDobJvLf9zj5ELb49LqFv1eh3vrWwzzEjMDNJGV19+Jwh0r63ghMNUJyEQxSuR5dSylgs9+WCLOzra5t7ZLUUAW4uFSKy4AKEvRyYz3zz3NyRNdzEQ0cXXpAR9/eZVgFR2ddgNPIuJOkReEYIe5/dcqypLz557j+Sd7h/53pyIp1YwBu3sF/Zkm0UzIwv+CAngSL0yArv09ZP3+kKW7W0QZwStkMwjBiKNRCSRCiOzLn9Kk7DAaJXaGie29EdPt6tzXP93i4jfXWTgyzUwnkMaJOeUoEa9dX2F7q6Tf74JXosQYCFGYhLtzpN9i/nEj2oGox2dbvPrSUcqR8+fyBlbvbW5sEqKIeV6yfHONldUNJJFlTVqtjFajQcgC+ajk3Lsv89qp+UliOHt6gbOnF/j28g0+vfQz/d40AIEhM9NTxCzLyNpNokUcIcTuXsnOzl4lRp4YPhw90ikAqTSKFOm0m2MtGlmDqGQIQzJMhsyICAiAyBolP165w+LKNu+99SzNRtWJl3+7w69X1/lr5T4zUy1SuS9MBAtEBSNYQApINaCE6kbJgvj+lwGrd2/wzhtPjYG/u3KbDy/+zhPzHWY6TUZFJV6jITARnQrEzEA2DiAJXCDR60aUbNwEAL3pNgvHujzWbVAUOaq3ZCCMGFTRgAKqqTAJYSABQoBCwie8LqpKMR0MKsBwzI3oJpw6SxNGPSsUxsAVcvmIthEioMkxoBIMortISSjW4slwDNt3iaqMzdJ/QWWVf2UTTiwBI4ZoBNsvuXZICFS5q6YHomVk4QAgixV1IDwddKmZMUpO3Lg/ZH6uy+rdHVINov2hUtODQz6CRqZDTi5GkBdOux3HI7zdcNY2h8SWiTvre5w43md7u0AW6hIDKFbuMNFqZXzw+TLBHOFcW3zAsbkO3XaoQaugtwabnH/7GTQYDPjoi5u+OCh4mKfK0xgKEVPACQQTpSe2tnPKsu7ClGg2IMY0pmGmLV5/ZY6zp7r6ZwBnVVSoQuQwlAAAAABJRU5ErkJggg==);
}

.social-twitter-icon {
    background-image:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAALrSURBVHjarJTNa1xVGMZ/59xz72Q+bu40I0mjkSZ2rAO6sZBNFi78QMGdbioirtqd0J3QP8CFf4BCXRah0KUiuLArNxZkMG4UCQYJiSNmkl6T5ubec97jYjJ3ZpyxQuu7vOe8v/uc9+F9VJ7n7Ozs+H6/j4jwKOW9R0TQWtNsNllbW1Nqb2/P9/t92u02URTxOFUUBVtbWzQaDVS32/WdTocoivDePxZYKYW1ls3NTUxRFIRhiHOO/6OCIMBaiwEQkYn5KsDPVARGKZRSiPc4Gd365/0psFaKNM9pViKs+LJBK0VmLZ/e2+b+qWW1WePa+ioHDzKseOIoOrurADUAe+/L+RqteOtOl/deWObq5Qtk1iEeKkbR+ewe21kIJoLTQ279vM/m7ykfvfQMV19cwQp4/8sIPK7YK8iiea7d3eXub4fcfKNDPTJ0d++zLQk8uQg6gKLg2zyDuMrG0wtYNxAAF4EfpsEWz/X1Fd4tYm73Uu588h1X2gmL8zE0F2CuMXhu6MFU+PLV8zy/YMjs0Hw78GJaseLj73ehsgi1Bq4e8/kfJ7APzFdHVikFecGbyzGHJ8WU0Xp8xt57cifcevkCJhgoYr4FrSVIFsCE4+vGpYYlO80n+odeaQDnXKnaOuHZuuLGpZCadoNnB9HAMKVHYFvwYafOqZWyV0TKfdBKqYkDEeE4z9loCCumgFn5IZ6LcwXvr82RO5nqLxWPf/ReCPC8shzx1Uadt8/LJNx52lXLj6812T86mYIOwaV5w9kcFZYPvtni690Caufg3BNQbZxBhXeegpuXa6R/pYifnRcleHzocWT44so6Px0Jt389RgcGgoDVqub15QpLgWM/nQ2dudJDsAj0/uyzFIbceG5uFIm2IDt+QM/Zs7X994RTSmGGaTR8wrCyPCfL8/KHk+f+oaGvtcYkScLBwQFJkqC1fmjDf5WIkKYpcRxj4jhW1WrV93o9rLWPnMMigjGGVqtFrVZTfw8AwgC3ttZ/EQwAAAAASUVORK5CYII=);
}

.social-googlep-icon {
    background-image:
        /*url(http://dictionary.cambridge.org/external/images/g+22.png?version=2015-01-27-1455);*/
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAN7SURBVDhPrZRNbFRVGIafe+/8dmbaTlsrhYWQ0AQwYkmoOpIugIWx7MAFQmqMghKX6EaNPzHGQGJiYjRpNMYfjEYNbFxp2GiMiYkuXGgUmELLpNMW6MwwdGbu7/E719L2dord+CZn7pl7vvOe777fez6j+MhupUwLDIP/BUpB4GMqK4ZhmsJrRIfEmEGA6UuQ760YfrjWFn97CBeas3igIEdEoTyXZgBu3934qTS+HKBcFzMex5LNnfNzWBIjTIs72tFGrDyPRqqD/JMnyMlGOZ/cvkflp5PW9WvYP52ndvYL3OtzGJZIeAdEiVWA7bj0v3Ka7JZBSscOESzcIjm4g03vfowW4eKRUVJ2EyORXNy0NnRCS1CuR/reIfIj+6n88iOq0cDsyuNcucT8mQ9ISNa9h58KZVkPEWKdcTyTDYuQumcQV4qlZTSkGM7k5TAkbi7rqgJF/WZt8V8UUWIh8KYmCGpVsrt2427ajLfQwLVbNMxYGNL44TuRIYGh3SLW2vD86wi7nBL1wCpiC7dcYvbUy8RiMbaeeg976zaaQw+ycew4M6+dxL50AVPiqsk0M7luugojXE3n8AyhWkHe7gpZVM0GsXwPHUMPkDt4RHS/n+mP3qc6/jap/g0ErRa9R58ms2cvCTnYLf5N+a2XcGenQ9k0ohkLtIKxdJpWZZ7SN2con/syfJ8d2YezbSeuHGqmUtz4/EMmnzmMJ7IVH9sfIdVYZTeF7zpUvIDc8B7u2jVMYmCA7PDDmB1ZfFn/87kx0hf/wEymwq8zpdjBrXqbp5eJNann426/j80vvknw+29UvvqE1sQFVKtJzxPP0nfiJIF801+jBVKGSKZ1lVu51kVZkkJJ47C6utny6mn80iTlN17AKV2RTDNY+V6qX3/G3Pg7mOK/7I6dckPlusj8TrdvWWPxZLyzi3RPH3XxrC8dL2xOsnS7wVR//VkyltDpKdnZVp4Illcl0LtZlSyn2HjwcbzCXuqxJAstm6bj0OgfoPvQGNVPx3Gnr2KIHf8LSxrrQojIJMU++aPH6RguULtcxJ4to25cI9ZYCDOtf//tv21xnYwjrgg9LK4wxfxWTy9WJiMSmATyzhf7ebWKZBpfl1TDmBh9SCndEFZCKq1H+BUCrW+oqX6ujl0DhrbhjO2Ekwg0iWhoSGPXQ8+XiNeB5pqxHf4BtZl3uSqFfaQAAAAASUVORK5CYII=);
}
/* end */

/* feature boxes - basic */
.cdo-fbox {
    max-width: 320px;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 4px 4px #999;
    -moz-box-shadow: 3 4px 4px #999;
    -webkit-box-shadow: 2px 4px 4px #999;
}

.cdo-fbox a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

.cdo-learn-more a {
    color: green;
}

.cdo-fbox-head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.cdo-fbox-title {
    padding: 5px 10px;
    color: #fff;
    text-shadow: #000000 1px 1px 1px;
}

.cdo-fbox-body {
    padding: 10px;
}

.responsive_cell_third .cdo-fbox-body {
    min-height: 134px;
}

.cdo-fbox-head {
    background-color: #a43074;
    background-image: linear-gradient(left, rgb(164, 48, 116) 0%, rgb(225, 103, 174) 100%);
    background-image: -o-linear-gradient(left, rgb(164, 48, 116) 0%, rgb(225, 103, 174) 100%);
    background-image: -ms-linear-gradient(left, rgb(164, 48, 116) 0%, rgb(225, 103, 174) 100%);
    background-image: -moz-linear-gradient(left, rgb(164, 48, 116) 0%, rgb(225, 103, 174) 100%);
    background-image: -webkit-linear-gradient(left, rgb(164, 48, 116) 0%, rgb(225, 103, 174) 100%);
}

.cdo-fbox.ui-green .cdo-fbox-head {
    background-color: #358a2e;
    background-image: linear-gradient(left, rgb(54, 138, 46) 0%, rgb(144, 215, 51) 100%);
    background-image: -o-linear-gradient(left, rgb(54, 138, 46) 0%, rgb(144, 215, 51) 100%);
    background-image: -moz-linear-gradient(left, rgb(54, 138, 46) 0%, rgb(144, 215, 51) 100%);
    background-image: -webkit-linear-gradient(left, rgb(54, 138, 46) 0%, rgb(144, 215, 51) 100%);
    background-image: -ms-linear-gradient(left, rgb(54, 138, 46) 0%, rgb(144, 215, 51) 100%);
}

.cdo-fbox.ui-orange .cdo-fbox-head {
    background-color: #b7582e;
    background-image: linear-gradient(left, rgb(183, 87, 46) 0%, rgb(254, 157, 46) 100%);
    background-image: -o-linear-gradient(left, rgb(183, 87, 46) 0%, rgb(254, 157, 46) 100%);
    background-image: -moz-linear-gradient(left, rgb(183, 87, 46) 0%, rgb(254, 157, 46) 100%);
    background-image: -webkit-linear-gradient(left, rgb(183, 87, 46) 0%, rgb(254, 157, 46) 100%);
    background-image: -ms-linear-gradient(left, rgb(183, 87, 46) 0%, rgb(254, 157, 46) 100%);
}

.cdo-learn-more-button {
    padding: 0px 1px;
    border: 2px solid green;
    display: inline-block;
    content: '►';
    color: white;
    background: #90AD2D;
    font-size: .7em;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.cdo-fbox-text {
    display: inline-block;
}

.cdo-fbox-img-left {
    width: 80px;
    display: inline-block;
}

.cdo-fbox-img-left img {
    width: 100%;
}

.cdo-fbox-text-right {
    display: inline-block;
    vertical-align: top;
    max-width: 190px;
    margin-left: 3px;
}

.cdo-fbox-text-right.large2 {
    max-width: 210px;
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 989px) {
    .cdo-fbox-text-right {
        max-width: 120px!important;
    }
}

.cdo-fbox-desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog_date, .blog_author, .newword_date {
    font-size: 75%;
}
.blog_author + .blog_date, .blog_author {
    display: inline;
}
/* end */

/* cloud */
#cdo-main-cloud {
    margin: 10px 0px;
}

.cdo-cloud-content li {
    display: inline;
    padding: 0px 5px;
}

.cdo-cloud-content p {
    margin-top: 5px;
}

.cdo-cloud-content ul {
    text-align: center;
}

.cdo-cloud-content li a {
    color: #000080;
}

.cdo-cloud-content li a.odd {
    color: #5888e8;
}

.cdo-cloud-content li a:hover .hwd {
    text-decoration: underline;
}

.cdo-cloud-content .pos,.cdo-cloud-content .posabb {
    font-style: italic;
}

.cdo-cloud-content .gw {
    font-size: 80%;
}

.cdo-cloud-content .topic_0 {
    font-size: 90%;
}

.cdo-cloud-content .topic_2 {
    font-size: 120%;
}

.cdo-cloud-content .topic_3 {
    font-size: 150%;
}

.cdo-cloud-content .topic_4 {
    font-size: 180%;
}

/* end */

/* ads */
.default_layout .TopLeaderboardAdPanel {
    margin-left: 175px;
}

.default_layout .LeftWideSkyscraperAdPanel {
    margin-top: -105px !important;
}

.MediumRectangleAdPanel {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.SmartphoneAdPanel {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.InternalAdPanel1,.InternalAdPanel2 {
    width: 300px;
    height: 250px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.EntryAdRight1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* end */

/* including informational styles */
#informational-content pre.linktous {
    white-space: pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    background-color: #f0f0f0;
    padding: 10px;
    font-size: 1.2em;
}

#informational-content h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

#informational-content h2,#informational-content h3,#informational-content h4 {
    margin-top: 1em;
}

#informational-content h4,#informational-content h5,#informational-content h6 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

#informational-content a {
    color: #2060c0;
    font-weight: bold;
}

#informational-content a:hover {
    color: #60C0FF;
    text-decoration: underline;
}

#informational-content li {
    margin: 0.25em 0 0.25em 2em;
    list-style-type: disc;
}

#informational-content ol li {
    list-style-type: decimal;
}

#informational-content .def-word {
    color: #008;
    font-weight: bold;
}

#informational-content .def-grammar {
    color: #333;
}

#informational-content ol.headedlist li {
    margin-bottom: .5em;
}

.moreResultLink {
    margin-top: 10px;
}

.cdo-tabs-wrapper .cdo-ui-tabcontent {
    border: 1px solid #c0c0c0;
    clear: left;
    display: none;
    padding: 0.5em;
}

.cdo-tabs-wrapper .cdo-ui-tabcontent.cdo-ui-selected {
    display: block;
}

.cdo-ui-tab-list li {
    margin-right: 0.5em;
    display: inline-block;
    margin-bottom: -1px;
}

.cdo-ui-tab-list li a {
    color: #000;
    padding: 5px;
    font-weight: bold;
    display: block;
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
}

.cdo-ui-tab-list li a.cdo-ui-selected {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.cdo-ui-tab-list li a:hover {
    background-color: #60C0FF;
    color: #fff;
}

.relatedEntriesList li {
    display: inline-block;
    /*display: inline;*/
}

.cdo-about-dictionaries li,.relatedEntriesList li, .relatedMonolingualEntriesList li{
    border-left: 4px solid #fff;
    padding: 0 .5em 0 .25em !important;
    font-weight: bold;
    margin-top: 0.5em;
    margin-left: 0em !important;
    list-style-type: none !important;
}

.related_british-grammar {
    border-left-color: #00e0e0 !important;
}

.related_english-spanish {
    border-left-color: #e0e000 !important;
}

.related_spanish-english {
    border-left-color: #e0e000 !important;
}
.related_english-french {
    border-left-color: #00a0a0 !important;
}

.related_french-english {
    border-left-color: #00a0a0 !important;
}
.related_english-german {
    border-left-color: #e000e0 !important;
}

.related_german-english {
    border-left-color: #e000e0 !important;
}

.related_turkish {
    border-left-color: #20c060 !important;
}

.related_english-polish {
    border-left-color: #a0a8ac !important;
}

.related_english-russian {
    border-left-color: #60c0ff !important;
}

.related_english-chinese-simplified {
    border-left-color: #ff6000 !important;
}

.related_english-chinese-traditional {
    border-left-color: #d00040 !important;
}

.related_business-english {
    border-left-color: #8040c0 !important;
}

.related_american-english {
    border-left-color: #f00000 !important;
}

.related_learner-english {
    border-left-color: #0000c0 !important;
}

.related_british {
    border-left-color: #80e000 !important;
}

.related_essential-british-english {
    border-left-color: #f080a0 !important;
}

.related_essential-american-english {
    border-left-color: #c04040 !important;
}

.related_english-arabic { border-left-color: #206000 !important; }
.related_english-catalan { border-left-color: #8040c0 !important; }
.related_english-italian { border-left-color: #f00000 !important; }
.related_english-japanese { border-left-color: #a0a8ac !important; }
.related_english-korean { border-left-color: #0000c0 !important; }
.related_english-portuguese { border-left-color: #ff6000 !important; }

.cdo-about-dictionaries,.cdo-about-topics {
    font-weight: bold;
}

.help-ipa {
    font-size: 140%;
    font-family: "Arial Unicode MS","Lucida Sans Unicode","DejaVu Sans","Lucida Grande",sans-serif;
}

.help-ipa-uk {
    color: #f04040;
}

.help-ipa-us {
    color: #4040f0;
}

#informational-content h2 .cdo-expander {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

hr.gap {
    background: none;
    border: none;
    height: 1em;
}

/* memrise */
#memriseHeader {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

#memriseHeader > div {
    display: inline-block;  
    padding: 0.5em 1em; 
    position: relative; 
    line-height: 1em;
    text-align: center;
    min-width:8em;
    cursor: pointer;
    background-color: #EAEAEA;
}

#memriseHeader > div:after {
    position: absolute; 
    right: -1em;
    z-index: 20;
    top: 0em;
    content:' '; 
    border-left: 0.5em solid #EAEAEA;
    border-right: 0.5em solid transparent;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    color: #202080;
}


#memriseHeader > div.selected{background-color: #202080; color: #fff;}
#memriseHeader > div.selected:after{border-left-color: #202080;}
#memriseHeader > div:hover{background-color: #60c0ff; color: #ffffff;}
#memriseHeader > div:hover:after{border-left-color: #60c0ff;}


.memrise_ad, .lingopolis_ad {
    display: block;
    width: 300px;
    height: 98px;
    margin: 15px auto;
}

.memrise_ad {
    background: url(http://dictionary.cambridge.org/external/images/memrise_ad.png?version=2015-01-27-1455);
}

.lingopolis_ad {
    background: url(http://dictionary.cambridge.org/external/images/lingopolis_ad.jpg?version=2015-01-27-1455);
}

/* end */
.local_search_input,.local_search_submit {
    font-size: 12px;
    padding: 5px;
}

.local_search_input{
    min-width: 200px;
}

/* cookielaw */
#lawEU {
    background: #323232;
    color: #bebebe;
    padding: 10px;
    font-weight: normal;
}

#lawEU p {
    margin: 0px auto;
}

#lawEU a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#lawEU a:hover {
    text-decoration: underline;
}

/* end */

/* menu hidden */
#menu-hidden {
    color: #fff;
    display: none;
}

#menu-hidden a {
    display: block;
    padding: 5px;
}

#menu-hidden a:hover {
    background: #008AB9;
}

/* end */
.ussymbol {
    margin-left: 8px;
    vertical-align: middle;
}

#cdo-title {
    width: 100%;
    max-width: 457px;
}

#cdo-title-small {
    width: 100%;
    max-width: 345px;
    display: none;
}

/* end */

/* Back to top button */
#backtotop {
    position: fixed;
    right: 0px;
    display: none;
    bottom: 20px;
    margin: 0 20px 0 0;
    text-decoration: none;
    border: 0 none;
    width: 38px;
    height: 38px;
    background:
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMcSURBVHjazNZLTBNBGADgf2e72225qCSihdI2JCiEo8EIQqUgxkeM8QAhHIyJF+ORKARKEQ5exBgvqOFRUMCgUYkeMBotKrQoj0oUMYECLS1KpCTIzta6C+tBsPZJQWL8j//+M988M0voDh6DaILjOMjOyowrLi40xMjkO6zvhttu1hsfeL1eoChqzfakJik5YoEoAnAcBl2OVlFdVT4ar9iZtW3b1pTU1N2FyoR4ttfcZ+F5HkiS/DsIYwy5uVqFQV9mZRhp7J/fNGpVfqIyge01Wyw8L0TEIkIYY8jVaRUGfamVYZjtoWp8WOSZhYUw/rVclfpSqywMEhITBCARig5aRQxRIH5YopLtNVssgiAACsCCIIw50Om0iqrKshGGYWJhHaFRq/JViUq2p9cStIw+SARgMYa8FUQqlW6BDYRarcpXKZVsT8CekZqkZBDFoI2PaiaiKAJBECEx3wERgCQRIAAAzK0e4fCna8g6bHK5Zvxydsf04/Y7d4+Gqs85kF2rLz9fQlES4HkeICMrD8orLio8Hs+sGCYmJqceXb5yLW1uzu2Xn7I7urS5R6ChsTk7XNsXppcleYeOA5w+c1bOcVxYZGzc9rCg6BRVd71+75dZ/zLHtPNp/uETkJ6RA03G2znh+rh3v/Mk2p+xb49MJgu5XOO2ic6KypoCp9PFh73xCIGUpqGhscVkbGnVharJzsq8gNzu+bmQyLgPYRgm4qFACAEtXcGag7HFxUUXet79atRs7qtiWdYFALCw8M3RPzB4VW+IDvHDaBoajbdMdTca0lmWta/0Z6tvbD4n8Xg8oqH6Uk1aakqTPEYeizH+OvLx04zX+wOiRQKxtvaOfkvf210atSpubMz2edrp4iUSkoSlpSXoHxxyAoATAICmaaBpaiP3FQiCAIZhwG53eG22SYdEQoJUSoNkdSTrHf1aQVGU34OI4B/F/wcRBAEEEEG5TYcEQeADOxZFEZaXxc2F3vQPjCBETrAs/p3r7n5du4jZoEduQz8nvtvNLr3/MNIskzPf3e55edeTZ0Wt7R0mhFBU0M8BALmU6xaH4gc0AAAAAElFTkSuQmCC)
        no-repeat 50% 40%;
    background-color: #42454c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #cccccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#backtotop:hover {
    background-color: #bacd43;
}

/* end back to top button */

/* begin use for toolbardictionar.html */
.demoBox{
    border: 1px solid #cfdcdd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.demoBox .title{
    color: #000088;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.demoBox .title .number{
    color : #006fc1;
    font-size: 20px;
}

.demoBox hr{
    border-top: 1px solid #cfdcdd;
    margin: 0px 20px;
}

.demoBox .halfPartLeft, .demoBox .halfPartRight{
    vertical-align:top;
    padding:5px;
    margin-top:10px;
    display: inline-block;
    width:49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.demoBox img{
    vertical-align: middle;
}

.demoBox p{
    text-align: left;
}

.demoBox .browserPresentation{
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
.demoBox .browserPresentation span{
    /*margin-left: 5px;*/
}

.demoBox #dict{
    margin: 20px 0px 0px 10px;
}

.demoBox select#dict{
    border: 1px solid #CFDCDD;
    padding:2px;
}

.trans:lang(ar) {
	direction: rtl;
	font-size:1.9em
}

.channels hr{
    border: 1px solid #FDD;
}

.channels li{
    text-align: left;
}

.channels a{
    font-weight: bold;
    font-size: 11px;
}

.channels ul.topics{
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
}

.channels ul.topics li a{
    color: #AAA;
    font-weight: normal;
    font-size: 12px;
}

.channels ul.topics li a:hover{
    color: #666;
}

.channels ul.topics li{
    margin: 5px;
}

.channels ul.topics li.description{
    margin: 40px 5px 0px 5px;
    font-size: 11px;
}

.channels .channel{
    text-decoration: underline;
}

.channelSuggestedEntriesBox{
    color: #999;
    border: 1px solid #FDD;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
    margin: 10px 0px;
}

.channelSuggestedEntriesBox h2{
    color: #d34634;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.channelEntriesImage{
    overflow: hidden;
}

.channelSuggestedEntriesBox img{
    float: right;
}

.channelEntriesBox{
    width: 80%;
    text-align: center;
    line-height: 25px;
}

.breadcrumb{
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.breadcrumb a{
    color: #2B7ADB;
    font-weight: bold;
}

.breadcrumb .current{
    font-size: 11px;
    color: #555;
}

.channels-previous, .channels-next{
    width: 34px;
    height: 35px;
    display: inline-block;
    float: right;
    margin: 0px 20px 10px -10px;
}
.channels-previous{
    background: url(http://dictionary.cambridge.org/external/images/channels/previous.png?version=2015-01-27-1455) no-repeat;
}

.channels-next{
    background: url(http://dictionary.cambridge.org/external/images/channels/next.png?version=2015-01-27-1455) no-repeat;
}

.spliteSpellcheck{
    margin: 15px 0px;
    padding: 5px 0px;
}

.channels .topic_2 { font-size: 120%; }
.channels .topic_3 { font-size: 150%; }
.channels .topic_4 { font-size: 180%; }
.channels .even { font-weight: bold; color: #79C;}
.channels .odd  { font-weight: normal; color: #26C; }



/* The following rules are from the style guide */

	.linklist, .linklist li {
			margin: 0 !important; padding: 0 !important; 
			display: block;
			list-style-type: none;
		}
		.linklist li a,
		.linklist li a:link,
		.linklist li a:hover,
		.linklist li a:active,
		.linklist li a:visited
		{
			display: block;
			text-decoration: none;
			color: #000;
			padding: 0.5em;
		}
		

		.linklist-dual li {
			display: inline-block;
			width: 50%;
			vertical-align: middle;
			float: left;
		}
		.linklist-triple li {
			display: inline-block;
			width: 33%;
			vertical-align: middle;
			float: left;
		}
		.linklist-dual:after,
		.linklist-triple:after {
			content: ' ';
			display: block;
			clear: both;
		}
		.linklist-large li a {
			font-size: 1.2em;
			line-height: 2em;
			text-align: center;
		}
		.btn,
		.linklist-buttons a {
			border: 1px solid #c0c0c0;
			margin: 0.25em;
			border-radius: 0.5em;
			background-color: #fcfcfc;
			background: linear-gradient(
				0deg,
				#f8f8f8 0%,
				#ffffff 100%);
		}
		.linklist a:hover,
		.linklist a:active {
			background-color: #f0f0f0;
		}
		.linklist-inline a:hover, .btn.flat:hover {
			color: #60c0ff;
			/*border: none;*/
			border-radius: 0.5em;
		}
		
		.btn:hover, .btn:active,
		.linklist-buttons a:hover,
		.linklist-buttons a:active {
			background-color: #f0f0f0;
			background: linear-gradient(
				0deg,
				#e8e8e8 0%,
				#f8f8f8 100%);
		}		
		
		.linklist-inline li {
			display: inline-block;
		}
		
		.linklist-large.linklist-buttons a {
			border-width: 2px;
			border-color: #e0e0e0;
		}
		
		.linklist a b, 
		.linklist a small {
			color: #2060c0;
		}	
		
		.linklist-large.linklist-buttons a:hover b, 
		.linklist-large.linklist-buttons a:active b, 
		.linklist-large.linklist-buttons a:hover small, 
		.linklist-large.linklist-buttons a:active small {
			color: #ffffff;
		}
		.linklist-large.linklist-buttons a:hover,
		.linklist-large.linklist-buttons a:active {
			color: #fff !important;
			background-color: #60C0FF;
			border-color: #2060c0;
			background: linear-gradient(
				0deg,
				#4080ff 0%,
				#60C0FF 100%);
		}
		.linklist li.extend a:link,
		.linklist li.extend a:visited {
			margin-top: 0.25em;
			color: #2060c0 !important;
			border: none;
			background: transparent;
		}
		.linklist li.extend a:hover {
			color: #60c0ff !important;
			border: none;
		}
		
	.linklist-feature>li>a {
            border: 1px solid #c0c0c0;
            margin: 0.25em;
        }
        .linklist-feature>li>a>b {
            display: block;
            height: 4em;
            overflow-y: hidden;
        }
        .linklist-feature>li>a .caption {
            display: block; 
            margin: 0.5em -0.667em -0.667em;
            padding: 0.5em;
            font-size: 0.75em;
            background-color: rgba(0,0,0,0.063);
            color: #606060;
        }
        .caption .post-author {
            font-weight: bold;
            font-style: italic;
        }
        .caption .post-date {
            float: right;
        }
        .caption:after {
            content: ' ';
            display: block;
            clear: both;
        }

/*end paste from style guide*/

@media screen and (max-width: 989px) {
	.linklist-dual li, .linklist-triple li {
		width: 100%; 
		float: none;
		display: block;
	}
}


/*PLCDO-985*/
.cdo-dblclick-area {font-size: 120%}
.di {line-height: 1.4}


/* PLCDO-980 */
		body{min-width: 300px;}
		input[type="radio"] { display: none; }
		.cdo-dropdown {
			background-color: #fff; 
			border: 3px solid #009cd2;
			border-top: none;

		}
		.cdo-group-title {font-weight: bold; padding: 0.5em; }
		.cdo-lang .cdo-group-title {display: none;}
		.cdo-dropdown a {display: block; padding: 0.5em;}
		.cdo-dropdown a:hover {background-color: #CFEBF4;}
		.cdo-col {float: left; min-width: 33%;}
		.cdo-col + .cdo-col { min-width: 67%; }
		.cdo-lang>ul>li {float: left; min-width: 50%}
		.clear, .clear-after:after, .cdo-dropdown:after, .cdo-lang>ul:after {content: ' '; display: block; clear:both;}
		.cdo-dropdown a.selected {
			background-color: #009cd2; color: #fff; font-weight: bold; 
		}
		.container{width:1024px; margin: 0 auto; background-color: #fff; box-shadow: 0px 0px 16px #009cd2; min-height: 800px;}
		label {cursor: pointer}
		.dict-info { float: right;  margin-top: -2.2em; width: 1.5em; text-align: center; }
		.cdo-shown-form {
			font-size: 120%;
			color: #fff;
			padding: 0.25em 1em 0.5em;
		}
		.cdo-form-bar {
			overflow-x: hidden;
			overflow-y: hidden;
			max-height: 2.125em;
		}
		.cdo-input-box {
			border: none;
			background: none !important;
			line-height: 1.25em;
			padding: 0.25em;
			font-size: 120%;
			width: 100%;
			min-width: 220px;		
		}
		.cdo-input-box-container{
			max-width: 50%;
			min-width: 40%;
			width: auto;
			float: left;
			border: 1px solid #6EA61D;
			background-color: #eff4f7;
			box-shadow: 2px 2px 4px #c0c0c0 inset;
			border-top-left-radius: 0.5em;
			border-bottom-left-radius: 0.5em;
			height: 2.125em;
			cursor: text;
		}
		.cdo-input-box-container.hasFocus{
			background-color: #fff;
		}
		.cdo-search-button, .cdo-fastswitch-more {
			font-size: 100%;
			display: block;
			float: left;
			padding: 0.25em;	
			font-weight: bold;
			height: 2.25em;
			
		}
		.cdo-fastswitch.selected {
			background: rgba(0,0,0,0.125);
			/*border-bottom-color: #a88832;*/
		}
		.cdo-fastswitch:hover {
			background-color: rgba(0,0,0,0.25);
		}
		.cdo-fastswitch-more{
			display: block;
			float: right;
		
		}
		.cdo-fastswitch {
			display: inline-block;
			margin: 0.5em 0.2em 0.25em;
			padding: 0.25em 0.5em 0.25em;
			font-size: 80%;
			cursor:pointer;
			border-radius: 0.5em;
		}
		.cdo-header-contents {
			margin: 0.5em;
		}
		.cdo-dropdown {
			display: none;
		}
		@media (min-width: 1280px) {
			.container{width:1280px}
			/* We can add this in to better handle when we have even more datasets */
			/*
			.cdo-col+.cdo-col>.cdo-group>.cdo-group-contents {
			-webkit-column-count:2;
			-moz-column-count:2;
			column-count:2;
			}*/
		}
		@media (min-width: 1024px) {
			.responsive_hide_on_desktop {
				display: none !important;
			}
		}
		@media (max-width: 1023px) {
			.container{
				min-width: 320px;
				width:100%
			}
			.cdo-shown-form, .cdo-header-contents {
				margin: 0;
			}
		}
		@media (max-width: 767px) {
			.cdo-search-button, .cdo-fastswitch-more {
				min-width: 12%;
			}
			.cdo-col, .cdo-lang>ul>li{width:100%; float:none;}
			.cdo-shown-form {padding-left: 0.25em; padding-right: 0.25em;}
			#cdo-rr-group>.cdo-group-contents {
				display: block;
			}
			.cdo-group-title:after {content: '+'; float: right; color: #00b9f9; font-weight: bold; font-size: 150%; margin-top: -0.25em; width: 0.83em}
			.cdo-group-contents {display: none;}
			/* .cdo-lang .cdo-group-title {display: block;} */ /* This line or the next should */
			.cdo-lang .cdo-group-contents {display: block;}
			.unhidden {display: block;}
			.cdo-group a.cdo-option,
			.cdo-lang a.cdo-group-title {padding-left: 1.5em;}
			.responsive_hide_on_smartphone {display: none;}
		}
		
		@media (max-width: 639px) 
		{
			.cdo-fastswitch {
				display:none;
			}
			.cdo-shown-form {
				width: auto;
				overflow-x: auto;
				overflow-y: hidden;
				height: auto;
			}
			.cdo-input-box-container {
				max-width: 75%;
				width: 75%;
			}
			
			.cdo-input-box {
				width: 100%;
			}
			.cdo-header-leftblock>h2{
				font-size: 200%;
			}
			@media (max-width: 479px) 
			{
				.cdo-header-leftblock>h2{
					font-size: 175%;
				}
			}
		}
		@media (min-width: 768px){
			a.cdo-group-title {cursor:default;}
			a.cdo-group-title:hover {background: none;}
			@media (max-width: 1023px) {
				.responsive_hide_on_tablet{
					display:none !important;
				}
			}
			
		}

.cdo-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(http://dictionary.cambridge.org/external/images/cdo-sprite-icons-multi.png?version=2015-01-27-1455);
    vertical-align: text-bottom;
}
.cdo-search-button>.cdo-icon {
    background-position: -160px -81px;
}
.cdo-fastswitch-more>.cdo-icon {
    background-position: -176px -81px;
}
.cdo-fastswitch>.cdo-icon {
    background-position: -144px -81px;
}
.icon-globe {
    background-position: -192px -81px;
}
.dict-info>i:before {
	font-family: serif;
	font-style: italic;
	color: #00b9f9;
	content: 'i';
	font-weight: bold;
	font-size: 120%;
	line-height: 1em;
	text-align: center;
}
.cdo-close{
	color: #00b9f9 !important;
	font-weight: bold;
	font-size: 120%;
	line-height: 1em;
	text-align: center;
	width: 1.17em;
}
.cdo-header-rightblock{
	position:relative;
	font-style: normal;
	float: right;
	padding: 1em 0.5em 0 0.25em;
}
a.cdo-locale-current {
	display:block;
	color: #fff;
	padding: 0.5em;
	cursor: pointer;
}
a.cdo-locale-current:hover{
	background-color: rgba(255,255,255,0.25);
	border-radius: 0.5em;
}

.cdo-locale-selector{
	position: absolute;
	right: -0.125em;
	top: 3.5em;
	background-color: #fff;
	border: 3px solid #008cbb;
	min-width: 100%;
	display: none;
	z-index: 10000;
}
.cdo-locale-selector a{
	display: block;
	padding: 0.5em;
	text-align: center;
}
.cdo-locale-selector a:hover{
	background-color:#cfebf4;
}

.normal-entry {
    margin-bottom: 17px;
    padding-bottom: 17px;
    position: relative;
}

.normal-entry .share-this-entry {
    position: absolute;
    bottom: -19px;
    right: 0;
    background: #FFFFFF;
    padding: 0 10px;
}



















 
































ul.result-list
{
  margin: 0.25em 0;
}
ul.result-list li
  { margin: 0.125em 0; }


ul.result-list li a
{
  display: block;
  padding: 0.125em 0;
}

#search-page-results-container ul.result-list li
  { margin: 0.25em 0em 0.25em 1.5em; list-style-type:disc; }
#search-page-results-container ul.result-list li a
  { padding: 0.125em 0.25em; }

ul.result-list li a:hover
  { background-color: #f0f0f0; }


.result-list .title,
.result-list .hw,
.result-list .BASE,
.result-list .base,
.result-list .phrase,
.result-list .v,
.result-list .pv,
.result-list .w,
.mini-browse-list .hw,
.mini-browse-list .phrase,
.mini-browse-list .v,
.mini-browse-list .pv,
.mini-browse-list .w
{
  font-weight:bold;
  color: #2060c0;
}

.result-list a:hover .hw,
.result-list a:hover .BASE,
.result-list a:hover .base,
.result-list a:hover .phrase,
.result-list a:hover .v,
.result-list a:hover .pv,
.result-list a:hover .w,
.mini-browse-list a:hover .hw,
.mini-browse-list a:hover .phrase,
.mini-browse-list a:hover .v,
.mini-browse-list a:hover .pv,
.mini-browse-list a:hover .w
{
  text-decoration: underline;
}


.result-list .arl1,
.result-list .arl2,
.result-list .arl3,
.result-list .arl4,
.result-list .arl5,
.result-list .arl6,
.result-list .arl7,
.result-list .arl8,
.result-list .arl9,
.result-list .arl10,
.result-list .arl11
{
margin:0em;
}


.result-list .pos,
.result-list .posabb,
.mini-browse-list .pos {
  color:#808080;
  font-style: italic;
}

.result-list .rhom
{
    display:none;
}

.result-list .gw,
.mini-browse-list .gw {
    font-size: 80%;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    color:#2060c0;
}

.mini-browse-list li.selected {
    font-weight: bold;
}

.mini-browse-list li.selected .hw,
.mini-browse-list li.selected .phrase {
    color: #000;
}

.mini-browse-list div {
    display:inline;
}

#paging {
  font-weight: bold;
  color: #000;
  padding: 0.125em 0.125em 0.125em 1em;
}

#paging .activepage {
  color: #000;
  padding: 0.125em;
}

#paging a {
    text-decoration: none;
  border-bottom: thin solid #00a2e2;
  color: #2060c0;
}

#paging a.Next, #paging a.Previous {
  text-decoration: none;
  border-bottom:none;
  color: #2060c0;
}


#paging a:hover {
    text-decoration: none;
  border-bottom: thin solid #00a2e2;
}

#paging .page_info {
  margin: 0 0 0 .8em;
}




















 
































/* Override default font for h2 elements */
.entrybox h1 {
  color: #000;
  margin: 0;
  font-weight: normal;
}

.entrybox h4 {
  margin: 0px;
  display: inline;
  color: #000;
}
.entrybox strong {
  color: inherit;
}

.entrybox .sense-bullet {
  float: left;
}

.entrybox .after_bullet {
  margin-left: 1em;
}

/* for clearing sense-bullets */
.entrybox .clear {
  clear: both;
}

.cald3,
.gwblock_h, .gwblock_b,
.idiom, .idiom_h, .idiom_b, .idiom_t,
.phraserec,
.phrasal_verb, .phrasal_verb_b, .phrasal_verb_t,
.posblock,
.examp,
.sense, 
.runon, .runon_h, .runon_b, .runon_t,
.clepan, .clepan-body, 
.upan, .upan-body,
.title,
.xref,
.text {
  display: block;
}

.entrybox .hw{
    color: #008;
}

.entrybox h1.hw{
    border: none;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
}
.entrybox #definition-title
{ margin-top: 0.75em; }

.entrybox .gwblock_h .hw .BASE,
.entrybox .gwblock_h .phrase .BASE,
.entrybox .idiom_h .phrase .BASE 
{
/*	color: #005C9C; */
	font-size: 220%;
	font-weight: normal;
	display: block;
	font-family: "Hoefler Text", "Linux Libertine", "Georgia",  "Century Schoolbook L", serif;
}

.entrybox .gwblock_b .phrase .BASE {
  display: inline;
  font-size: 1em !important;
  color: #000;
}

.entrybox .w,
.entrybox .phraserec .phrase {
	font-size: 120%;
	font-weight: bold;
	text-decoration:none;
	border:none;
	display: inline;
	background-color: transparent;
	margin-left: 0em;
	padding: 0em;
	margin-right: 0em;
	float:none;
	color: #000080;
}

.entrybox .v, .entrybox .Ref, .entrybox .phraserec .phrase /* no 'w'*/
{
}

.entrybox .sense
{
	margin: 0 0 0.5em 1em;
  border: none;
  background-color: #FFF;
}

.entrybox .sense, .entrybox .phraserec, .entrybox .phraserec .def:first-child, .entrybox .runon_b, .entrybox .runon .def:first-child
{
	margin-left: 1em;
}

.entrybox .phraserec .sense, .entrybox .runon .sense {margin-left: 0em;}
.entrybox .phraserec .sense {margin-top: 0.125em;}
.entrybox .phraserec .sense + .phraserec .sense {margin-top: 1em;}

.entrybox .usage {
  font-variant: small-caps;
  color: #000;
}


/* New GUI */
.entrybox .def
{ font-weight: bold; color:#A8397A; }

.entrybox .eg, .entrybox .xeg, .entrybox .cle-eg, .entrybox .cle-xeg
{
	font-style: italic; 
	color: #808080;
}

.cald3.entry { 
    font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode",  "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Tahoma, Geneva, "Luxi Sans", sans-serif;
    color: #000;
    cursor: default;
    background-color: #FFF;
    white-space: normal;
    margin-bottom: 0px;
} 

.entrybox .examp {
    margin: 0.25em 0 0.25em 1.5em;
}

.entrybox .examp + .examp {
    margin-top: 0em;
}

.entrybox .include .extraexamps-btn {
    display: none;
}

.entrybox .freq,
.entrybox .epp-xref
{
    padding:0px 2px;
    display:inline-block;
    min-width:14px;
    text-align:center;
    color: #ffffff;
    font-size: 80%;
    font-family: "Verdana", sans-serif;
    background-color: #2060c0;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.entrybox .grams { font-size: 12px; }

.entrybox .gw {font-size: 80%; text-transform: uppercase; display: inline-block;}

.entrybox .gwblock_h, .entrybox .idiom_h, .entrybox .runon_h, .entrybox .title
{
  margin-bottom: 0.25em;
  padding: 0 0 0.25em 0;
}

.entrybox .gwblock_t { margin-top:0.5em; display:none;}

.entrybox .idiom { clear: both; }

/*----- Temporary (these elements will be removed in the original data soon) --------*/
.entrybox .gwblock_b .include, .entrybox .posblock_t .include, .entrybox .runon_b .include { display: none; }

.entrybox .posblock_t .sense .include { display: none; }

.entrybox .sense .include { display: none; }

.entrybox .gwblock_b .sense .include { display: none; }

.entrybox .phrasal_verb .gwblock .include { display: block; }

.entrybox .phrasal_verb .gwblock_b .sense .include { display: none; }

 /* ex: go along */
.entrybox .phraserec .include { display: none !important; }

/************** inf ****************/
.entrybox .Ref, .entrybox .v, .entrybox .inf
{
	font-weight: bold;
}

.entrybox .lab { font-variant: small-caps; display: inline;}

.entrybox .phrasal_verb { clear: both; }

.entrybox .pos {
  display: inline-block;
  font-style: italic;
  margin-left: 0.25em;
  font-size: 1.2em;
}

.entrybox .posabb { display: none; }

.entrybox .posblock_t { margin: 0 0 0 1.5em; }

/************** posgram **********/
.entrybox .posgram { font-weight: normal; margin-top: 5px;}

/************** IPA fonts **********/
.entrybox .pron-uk, .entrybox .pron-us, .entrybox .stress, .entrybox .pron
{
	font-family: "Arial Unicode MS", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Grande", sans-serif;
}
.entrybox .pron-uk, .entrybox .pron-us, .entrybox .pron
{
	font-size: 110%;
	display: inline-block;
}

.entrybox .sense_b .parentof__prons__is__sense_b { font-size: 120%; }

.entrybox .Ref { cursor: pointer; text-decoration:none;}
.entrybox .Ref:hover { border-bottom: thin solid #00a2e2;}

.entrybox .runon_h
{
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-left: 2em;
	margin-bottom: 0.25em;
}

.entrybox .sense_t { clear: both; margin-left: 1em; /*border: 1px solid red;*/ }
.entrybox .phraserec .sense_t { margin-left: 0; }

.entrybox .type {
  background-color: #fff;
  border: 0;
}

.entrybox .v {
  display: inline;
}

.entrybox .var {
  display: inline;
}

.entrybox .xref { margin: .1em 0 0 1.5em; }

.entrybox .i {font-style: italic;}
.entrybox .gl {font-style: normal;}
.entrybox .lex {text-transform: none; font-style: italic;}
.entrybox .b {font-weight: bold;}
.entrybox .sp, .entrybox .nu {font-size: 66%; position: relative; bottom: 0.5em;}
.entrybox .sb, .entrybox .dn {font-size: 66%; position: relative; top: 0.3em;}
.entrybox .cle-xeg, .entrybox .xeg { text-decoration: line-through; }
.entrybox .u { text-decoration: underline; }

.entrybox .sound
{
	vertical-align: middle;
	margin: 0em 0.2em 0em 0.2em;
}

/*
 * Stylesheets declarations added by IDM 
 */
 
.entrybox h1,
.entrybox .additional_header {
  display: inline;
  font-size: 1em;
}

.entrybox h1 .search-term {  font-weight: bold;  color: #c0c0c0;}
.entrybox h1 a {
  color: #c0c0c0;
}

.entrybox h1 .results-subtitle {  display: inline-block;  text-align: right;}

.entrybox .sense-separator {
  clear: both;
  height: 0;
}

.entrybox .smartt {
  display: none;
}




















 
































.entrybox .di-title
{
    font-size: 220%;
    font-weight: normal;
    display: block;
    font-family: "Georgia", serif;
}
.homnum {
    vertical-align: top;
}

.entrybox .di-title .homnum {
    font-size: 0.5em;
}

.entrybox .sense-title {
    font-weight: bold;
    color: #000080;
}
.entrybox .def-body > .trans {
    margin-left: 1.5em;
}
.entrybox .examp .trans
{
    font-style: italic;
}
.entrybox .trans {
    color: #000080;
}
.entrybox .trans[lang=zh-Hant],
.entrybox .trans[lang=zh-Hans] {
  font-style: normal;
}
.di-info .trans {display: inline-block;} /* hack for CALD only as it's a div by default */

.entrybox .italic {
    font-style: italic;
}

.entrybox .minicoll {
    margin-top: 10px;
}
.entrybox .minicoll .content {
    padding: 5px 0px 0px 10px;
}

.entrybox div.wordpart {
    margin-bottom: 4px;
}

.entrybox .entry-xref {
    display: block;
    margin: 8px 0px 8px 0px;
}

.entrybox .query:hover {
    border-bottom: 1px solid;
    text-decoration: none;
    cursor: pointer;
}

.entrybox .def-head {
    display: block;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.entrybox .def-head.has__no__def,
.entrybox .def-head.has__no__def + .def-body {
  display : inline-block;
}

.entrybox .def-head.has__no__def + .def-body .examp {
    margin-left : 0.25em;
}
.entrybox .def-head.has__no__def {
    vertical-align: top;
    padding-top: 0.25em;
}
.entrybox .def-block
{
    display: block;
    margin-bottom: 1em;
}
.entrybox .phrase-title{
    font-weight: bold;
}
.entrybox .di-body
{
    margin-bottom: 1em;
}
.entrybox .pv-block
{
    margin-top: 1.5em;
}
.entrybox .SEP {
    display: inline;
}

.entrybox .lu
{
    font-weight: bold;
}
.entrybox .domain
{
    padding: 1px 5px 1px 1px;
    background-color: #F0F0F0;
    border: 1px solid #c0c0c0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.entrybox .x-h, .entrybox .x-p
{
    color: #2060C0;
}
.entrybox a:hover .x-h, .entrybox a:hover .x-p
{
    color: #60C0FF;
}
.entrybox .anc-info-head .hw
{
    font-weight:bold;
}

.entrybox .panel
{
    display: block;
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
    margin: 0.5em 0;
}
.entrybox .panel-head
{
    background-color: #e0e0e0;
    padding: 0.25em;
    display : block;
}
.entrybox .panel-title
{
    font-weight: bold;
}
.entrybox .panel-body
{
    display: block;
    padding: 0.25em;
}

.entrybox .obj {
    font-style: italic;
}


a.query:hover {
    text-decoration: underline;
}


/* Styles for egt */

.article .blockquote {
	color: #606060;
}

.article ul,
.article ol {
	display: block;
	padding-left: 2em;
}
.article ul li,
.article ul {
	list-style-type: disc;
}
.article ol li,
.article ol {
        list-style-type: decimal;
}


.article .nav ul, 
.article .nav ul li {
	list-style-type: square;
}

.article ul, .article p, .article ol {
	margin: 0.75em 0;
}

.article h1 {
    font-size: 220%;
    font-weight: normal;
    display: block;
    font-family: "Georgia", serif;
}

.article h2 {
	margin-top: 1em;
	font-size: 140%;
	color: #008;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}
.article h3 {
	margin-top: 1em;
	font-size: 120%;
        color: #008;
        padding-bottom: 0.25em;
        margin-bottom: 0.25em;
}
.article h4 {
	margin-top: 1em;
        padding-bottom: 0.25em;
        margin-bottom: 0.25em;
}

.article td+td,
.article th+td,
.article th+th {
	padding-left: 0.25em;
}

.article tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.article table {
	width: 100%;
	margin: 0.5em 0;
}

.article .speech:after {
	content: ' ';
	clear:both;
	display: block;
}
.article .utterance {
	padding-left: 2em;
}
.article .speaker {
	float: left; 
	margin-left: -2em;
	font-weight: bold;
	color: #008;
}
.article .utterance {
	clear:both;
	display: block;
}

.ruby {
	display: inline-block;
	align: text-bottom;
}
.rb {
	display: block;
}
.rt {
	display: block;
	font-size: 80%;
	text-align: center;
	font-style:normal;
}

.article .nav a.Ref:link {
	color:#2060c0;
}
.article .nav a.Ref:hover {
	color:#60c0ff;
	border-bottom: 1px solid #60c0ff;
}

/* In this next section we cheat with a few things until we can redo the underlying XML */

.idiom-block .grammar_link {
        /*See comment in issue 768*/
        display: none;
}
.header h3 {
    margin-top:3px;
}

/* PLCDO-894 */
.intonation-arrow {
	display: inline-block;
	height: 2.25em;
	vertical-align: bottom;
	width: 0em;
	font-weight: normal;
}




















 
































#informational-content pre.linktous
{
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap !important;/* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  
  overflow: hidden;
  
  background-color: #f0f0f0;
  padding: 0.5em;
  margin: 0.25em 1px;
  font-size: 1.2em;
}

#informational-content h3 
{
  font-size: 1.1em;
  font-weight:bold;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
#informational-content h2, 
#informational-content h3, 
#informational-content h4 
{
  margin-top: 1em;
}
#informational-content h4,
#informational-content h5,
#informational-content h6
{
  font-size: 1em;
  font-weight:bold;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}

#informational-content p, 
#informational-content ul, 
#informational-content ol, 
#informational-content table 
{
  margin: 0 0 .5em 0;
}


#informational-content a,
#informational-content a:link,
#informational-content a:active,
#informational-content a:visited
{
  color: #2060c0; 
  font-weight: bold;
  cursor:pointer;
}

#informational-content a:hover { color: #60C0FF; text-decoration: underline; }

#informational-content li 
{
  margin: 0.25em 0 0.25em 2em;
  list-style-type: disc;
}
#informational-content ol li 
{
  list-style-type: decimal; 
}

#informational-content .def-word {
  font-size: medium;
  color: #000080;
  font-weight: bold;
}

#informational-content .def-grammar {
  color: #333333;
}
#informational-content ol.headedlist li {
  margin-bottom: .5em;
}

#informational-content .topic_0
  { font-size: 95%; }
#informational-content .topic_2
  {font-size: 120%;}
#informational-content .topic_3 
  {font-size: 150%; }
#informational-content .topic_4 
  {font-size: 180%; }img{
    max-width:100%;
}

.responsive_container{
    clear:both;
    margin-left:auto;
    margin-right:auto;
}

.responsive_container::before, .responsive_container::after{
    display: table;
    content: "";
    line-height: 0;
}

.responsive_container::after{
    clear: both;
}

.responsive_row{
    clear:both;
}

.responsive_row::before, .responsive_row::after{
    display: table;
    content: "";
    line-height: 0;
}

.responsive_row::after {
    clear: both;
}

[class*="responsive_cell"]{
    float:left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* desktop */

.responsive_container{width:990px;}

.responsive_cell_left{width:160px;}
.responsive_cell_right{width:300px;}
.responsive_cell_center{width:470px;}
.responsive_cell_home_right{width:300px;}
.responsive_cell_home_center{width:645px;}
.responsive_cell_whole{width:960px;}
.responsive_cell_half{width:472px;}
.responsive_cell_third{width:310px;}
.responsive_cell_third.narrow1{width:300px; margin-right: 5px;}
.responsive_cell_third.large2{width:325px; margin-right: 5px;}
.responsive_cell_quarter{width:228.75px;}

[class*="responsive_cell"]{
    margin-right:15px;
    margin-bottom:15px;
}

.responsive_row [class*="responsive_cell"]:first-child{
    margin-left:15px;
}

@media screen and (min-width: 990px){

    .responsive_hide_on_desktop{
        display:none!important;
    }

}

/* end */

/* smartphone */

@media screen and (max-width: 767px){

    html {
        -webkit-text-size-adjust: none; 
    }

    .responsive_container{
        width:auto;
    }

    [class*="responsive_cell"]{
        clear:both;
        width:auto!important;
        float:none;
        margin-left:10px!important;
        margin-right:10px!important;
    }

    .responsive_hide_on_smartphone{
        display:none!important;
    }


    #cdo-dict-text{
        width:14px!important;
        background-position:center center!important;
        padding:8px!important;
    }

    #cdo-dict-select{
        width:32px!important;
    }

    .menu-btn-container{
        display:block;
    }

    .cdo-header {
        padding:10px;
    }

    .cdo-navbar {
        margin-bottom : 0px;
    }

    #cdo-title-small{
        display:inline-block;
    }

    .SmartphoneAdPanel{
        display:block;
    }

    .cdo-footer-languages {
        text-align : center;
    }
}

/* end */

/* tablet */

@media screen and (min-width: 768px) and (max-width: 989px){

    .responsive_container{width:759px;}

    .responsive_cell_left{width:160px;}
    .responsive_cell_right{width:239px;}
    .responsive_cell_center{width:300px;}
    .responsive_cell_home_right{width:300px;}
    .responsive_cell_home_center{width:414px;}
    .responsive_cell_whole{width:729px;}
    .responsive_cell_half{width:357px;}
    .responsive_cell_third{width:233px;}
    .responsive_cell_third.narrow1{width:229px;}
    .responsive_cell_third.large2{width:245px;}
    .responsive_cell_quarter{width:171px;}

    [class*="responsive_cell"]{
        margin-right:15px;
        margin-bottom:15px;
    }

    .responsive_row [class*="responsive_cell"]:first-child{
        margin-left:15px;
    }

    .responsive_hide_on_tablet{
        display:none!important;
    }

    .menu-btn-container{
        display:block;
    }

    .default_layout .TopLeaderboardAdPanel {
        margin-left:0px!important;
    }

    .default_layout .LeftWideSkyscraperAdPanel {
        margin-top:0px!important;
    }
}

/* end */

@media screen and (max-width: 366px){
	#dfp_ad_Entry_TextAdSeparator {
    	margin-left: -10px;
	}
}/* common */
.notification-area > li a {
    cursor: pointer;
    font-weight: 700;
}

/* top area */
.notification-area.top {
    width: 100%;
}

.notification-area.top > li {
    position: relative;
    padding: 0.25em 40px;
    background: none repeat scroll 0 0 #323232;
    color: #BEBEBE;
    font-weight: normal;
    line-height: 1.46;
}

.notification-area.top > li a {
    color: #DDDDDD;
}

.notification-area.top > li a:hover {
    color: #FFFFFF;
}

.notification-area.top > li > .next, .notification-area.top > li > .dismiss {
    position: absolute;
    width: 30px;
    height: 100%;
    text-align: center;
    top: 0;
    font-size: 130%;
}

.notification-area.top > li > .next {
    right: 0;
}

.notification-area.top > li > .dismiss {
    left: 0;
}

/* popup area */
.notification-area.popup {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 5000;
    display: none;
}

.notification-area.popup > li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 200px;
    padding: 8px 34px 8px 12px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #f2f2f2;
    z-index: 50;
}

.notification-area.popup > li > .dismiss {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    height: 22px;
    width: 22px;
    font-size: 22px;
}

/* skin */
.notification-area > li.blue {
    color: #FFFFFF;
    background: #0087BF;
}



















 

































.entrybox .eg, .entrybox .xeg, .entrybox .cle-eg, .entrybox .cle-xeg {
    color: #555;
}

/* superentry */

.superentry .di-head {
	border: none;
	margin: 0;
	padding: 0;
}

.superentry h2.cdo-section-title-hw {
    padding: 0;
    padding-top: 4px;
}

.superentry .pos-header {
    line-height: 1.4;
    margin-bottom: 19px;
    margin-top: 5px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 19px;
}

.superentry .pos-block:first-child .pos-header {
    margin-top: 10px;
}

.superentry .pron {
    display: inline-block;
    font-size: 1.1em;
}

.superentry .uk, .superentry .us {
    margin-left: 5px;
}

.superentry .uk > .region, .superentry .us > .region {
    font-weight: 700;
    text-transform: uppercase;
}

.superentry .uk > .region {
    color: #E23347;
}

.superentry .us > .region {
    color: #1778EB;
}

.superentry .pron-icon {
    display: inline-block;
    height: 18px;
    margin: 0 0 3px 2px;
    vertical-align: bottom;
    width: 21px;
    cursor: pointer;
}

.superentry .pron-icon.uk {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAQLSURBVHjafJR9bFNVGMZ/99zb3q7bunVdR1cK68Zgjo8xrMPEaXBTqImJYiQSwUSBRDQQDRGHQVEjGuOfEtCEhKAxgEN0fjBhDJkoER2QWRwIMxC2AjoZHbTIenu//GMbLqTz/ePk5DnJc55z3ud5pb4588lWlm2hGQYZ00ARAqfiQBECCQnDMinvOqgAgYNLl72gJq6H7tv3RRNwCbCVbISmbZHShph16ogK+AAHcLXvzgU3kMCwTAD3T6vWLL/Y2vZyIK+ARGv7gaKH57cA18VYMtu20QydK/8kmXXqiBuo+mpedOfh8toLQIkkSaSNDFNjHQJQ5d7Lc8q9JQQ9Pi43vbUdqACcQjN00oaOZuqkMkNUxg4pdWd/KTHT2l27qma32j3n51WEwjcAN8DUWIcCTDj9xjuNd+9tfj9UO7vbo+ZQ4HJz+fl1rwFepTJ2KBdwAjpgAcHvlz+39tyelpX5ag7VpWGELFuAPfIgb8eyZ9f3f9O2urCgaOOUlo9fOVtz/163UDGPxR4D3hZH165/+rtHntjc3fT6EiDcck/DR+f2tKwszfdSHZhsux3q7V/uGWhtX+3P9XB9+6cbAD1v8aOb00YGbFsafHfTInF667YtRlf3EunYyZeAyVrP+fqwt4SK4lK70JWbrY83qxoaD/hzPeQ5XQw0bXxm4qtr9iXTQwBov52ZL7w5eUwrDuLz+Q1A9RX6tCJ3Pm6nyjiVqGne9qZm6ACkD/+8CJCUsuAfANaVq+VCVRwoQgYhTMCWhUCWJCSkrIw9NQ0a0G9VhmO2bWMbhgMwXJVTTgzpGczEteL/LGVbo7aSbMYvfdijVlrYNzOmcSsrpsuZ1Mxh9UIRI7yyDCCQsLHHp53R/YME5KQuXgyrimMUVpK9vVUOISOpalpMyCscTtFAwg/Yqmmriqz8j1byelv310lXBksBHNMqOgE72dk1L9fpQg74+5SSsvAZyaHIyqSJB4C/AoXFGRXJiWVJyHI2ycWxVWs/mOGfCEBg14cbUidPlTiVYSGOslCnEty/88GRbKcAq7x9d2P/4pWfm4lrEzDNsd0avcCYWVnd7xhMVjimlB0HMkeWrnhvcq4HgPynHt8h4pHopXgkeiEeiV6NR6KDclFhV7C9+YGcxvpPbtFJY1YYqDj42UKlLLQ/sHvri39+/W2NfC0V9KhulLJQtxqp+V3KNvomnWhzAF4rmaq91LCobQSrjkeiZ0b2KlCgJwan751e11FbGkYRMv5NGxe66ue2i2ydiEeiejwS/Vt48o9OOtFW65x5xxYgMXreF1mgAelfn1yxbqovgCJkchrqd7jq53YCQ9J4Q/o21U4gE49E9TG4CkyP1z10XHK5kqEfv7wX6AH0fwcArMWGUxDZ/HsAAAAASUVORK5CYII=");
}

.superentry .pron-icon.us {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAQxSURBVHjadJRbbFRVFIa/vc85c+bSTjvTy7RlSmta0mIhVIMYNQpYCIkNmqAhXvBFkSgQkCBUICZGC224JNhIeBBeJFwkRgjyYCQoeAlgICgIAcpFkFKmnYHS6bSdmXP29mGoCVjX0072yp8ve317ifJVvYxW2tWoQYdYR5kABKArVic0AnRG0b2hxAKis+dfWdWrjYrj26sXATcBV44amFE4vWliHWU+oGrPD8nJQB5ag9LorAIIzF74V8vhk4PvXLjtNK/f3/8aEAR4MFRp3AGH7g0lonf7mCAwcdz084cWbk2cACIIgZtyuL05YgI+u9T2eOvysasDbDqUagNqAFu6SQc36aBSDtlEhthnERuI7tx/55XCSWeOxkyztnhCMAV4hYZYR5kHqJzTcnPh1x+X73zu6eBRGTAxCj28+PndNiBsxjoiIcALDAEuUDX11c7NJ35PNVmlXgKTQnhSSgFaCwDCM9+8vPFYZ2bOgi/ulu9fGl4fWRKbakrJqS41A6iQcxdfW9P4cueBea3dy4Cammnn9v12drDJW5uHb0IBlhYIjQAQCoDA8evZOdYYHwfOZd4G3JWz/K3usINwNEv3DsyT3/7Yv/y6MiafGzbeAMbE0qLWWxfEW5uPGfKMBAEgsxpgoLk5vNcqtpF+k7nb+5csb84/5vRlQMLZG9kmaRbZ+MYXEMqzMoDlL7WzZtiD9JugH9YCgDt7WiKbGHJcoeDY+cwLgKwvN/9UpqAn4VZJYUtkViNdrQAtDAFS5Mx8uASUvR/LAvGGsDijhUZmNEC2ptQ8o1IOyQEdNNG55hEorTRo/V/KEevSKsc86GaUVJCbnvZqPaSGXYQhkdJrIBywcmhSiPtxo5BqA3q2lksg7+qN9DjDNpCOBjAvXUtPFLZBwGJQ2tUBPH0uPX9nywDleE2PtI1RSZUpAIIbt/XM6hMybPUrGiutnwB9+mp6iuUxKA/IG+ZjVd6DeUnXFy0yjgBdoZpAcsgV+TKjUYZ4IFzkzuHWr/raA08UYXY77FsTWvvNLwN1wmtgpjT11ebP5ncrCt8CTGAQ4HJr8bRp6+5+eS3mNKBAuBpyhCNKZRpmFP9x+5Lz+JQ6z0HAfe+TW22e8QUYSc2i2Xm7ZHRlvLdyeby78oP4veiK+D3g/JHVoZcWTPd/KpTGSGvksBaAEC4A8V9bwq831llbdn0YWte2I9GU8ZkBX1ZSHzFOjh9rXhEPrz7hQld7kQEUAhPGze85LFPKuLi7rH7ssvhF1xZ0tRdZQMHOQ/0z3117a1fwqRL8Nx1ObCl5NhyUJ+VoE65YnXCjK+MJ4FTnttJJzzTaHwEJLf69zwLZbd8n5/obCvB1O8x73rcpHJQXgGHxf0sanfvrXe1F5v03d6Itcee+AdxaW2QDjz6yuPdU4T01cHpH5EmgE3D+GQA3sLp50HG6+wAAAABJRU5ErkJggg==");
}

.superentry .sense-block h2 {
    margin: 2.5em 0 1em;
}

.superentry .sense-block:first-child h2 {
    margin-top: 1em;
}

.superentry h2 .hw {
    font-size: 1.1em;
}

.superentry .pos {
    margin-left: 0;
}

.superentry h2 .pos {
    font-weight: normal;
    font-size: 1em;
}

.superentry .pos-head .pos {
    font-size: 1.2em;
    font-weight: normal;
}


/* TOC */
#toc .result-list li {
	margin: 0;
}
    
#toc {
    margin-bottom: 20px;
    position: relative;
    z-index: 1000;
}

#toc h2 {
	border: none;
}

#toc ul {
    list-style: none outside none;
    padding: 0;
}

#toc .section {
    cursor: pointer;
}

#toc .section ul {
    display: none;
}

#toc a {
    border-bottom: 1px solid #D1D1D1;
    color: #2060C0;
    display: block;
    line-height: 30px;
    position: relative;
    padding-left: 32px;
}

#toc a:hover, #toc a:hover .pos {
    color: #548CE0;
}

#toc li li a {
    text-indent: 10px;
}

#toc .badge {
    position: absolute;
    left: 2px;
    top: 10px;
    background-color: #000088;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    cursor: help;
    display: inline-block;
    font-size: 11.05px;
    padding: 1px 5px 2px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

#toc a:hover .badge {
    background-color: #2060C0;
}

#toc .pos {
    vertical-align: middle;
    margin: 0 1ex 0 0;
    color: #2060C0;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}


/* xref */
.xref  {
    margin: 5px 0 10px;
    color: #666;
}

.xref .xref-title {
    display: inline-block;
    margin: 5px 0 10px;
    font-size: 15px;
}

.xref .item {
    margin: 0 0 10px 21px;
}

.xref .separator {
    background-color: #E4E4E4;
    height: 1px;
    margin: 8px 0;
    position: relative;
    width: 100%;
}

.xref .separator a.expend-xref {
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 36px;
    margin: 0 auto;
    outline: 0 none;
    position: relative;
    top: -15px;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.xref .separator a.expend-xref span {
    display: inline-block;
    background: white;
    display: inline-block;
    padding: 4px 15px 0;
    color: #999;
}

.xref .x-h{
    display: inline-block;
    margin-right: 1ex;
}

.superentry .runon .pos-header {
	border: none;
}

#cdo-other-topics div {
	display:list-item;
    list-style-type: disc;
    margin: 0.25em 0 0.25em 1.5em;
}

#cdo-other-topics div.collapsible {
    display: block;
    margin: 0;
}

#cdo-other-topics div.separator {
    display: block;
    font-weight: bold;
    color: #2060C0;
    cursor: pointer;
}

#cdo-other-topics div.separator .expend-xref {
    display: block;
    font-weight: bold;
    color: #2060C0;
    cursor: pointer;
    font-weight: normal;
}

#cdo-other-topics div.separator .expend-xref:hover {
    text-decoration: underline;
    color: #60C0FF;
}

.share-this-entry img {
    height: 31px;
    width: 31px;
}

#cdo-mini-wotd .share-this-entry {
	text-align: right;
	margin-top: 7px;
}

.pos-header {
	position: relative;
}

.pos-header .share-this-entry {
    position: absolute;
    bottom: -19px;
    right: 0;
    background: #FFFFFF;
    padding: 0 10px;
}

.follow-us {
	margin-bottom: 15px;
}

.follow-us a {
    display: inline-block;
    width: 32%;
    position: relative;
}

.follow-us .social-icon {
    float: left;
    margin-right: 3px;
}

.follow-us .social-counter,.follow-us .social-desc {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #646464;
    font-weight: bold;
}

.follow-us .social-desc {
    margin-left: 3px;
    font-size: 11px; color: #646464; line-height: 12px;
    font-weight: normal;
}

.add-cambrdige {
    background-color: #0089B7;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 8px 10px 7px;
    margin-bottom: 15px;
}

.add-cambrdige a {
    display: block;
    font-family: "Georgia",serif;
    font-size: 15px;
    font-weight: normal;
    margin-top: 3px;
    margin-left: 26px;
}

.add-cambrdige a:hover {
    text-decoration: underline;
}

.fake-h2 {
	font-weight: bold;
}

a.social-icon {
    cursor: pointer;
}

.social-icon {
    background-image: url(http://dictionary.cambridge.org/external/images/cdo-sprite-icons-multi.png?version=2015-01-27-1455);
    height: 30px;
    width: 30px;
    display: inline-block;
}

.social-icon.big {
    height: 35px;
    width: 35px;
}

.social-icon.diigo {
    background-position: -34px -97px;
}

.social-icon.big.diigo {
    background-position: -0px -128px;
}

.social-icon.email {
    background-position: -65px -97px;
}

.social-icon.big.email {
    background-position: -35px -128px;
}

.social-icon.facebook {
    background-position: -96px -97px;
}

.social-icon.big.facebook {
    background-position: -70px -128px;
}

.social-icon.google {
    background-position: -127px -97px;
}

.social-icon.big.google {
    background-position: -105px -128px;
}

.social-icon.reddit {
    background-position: -31px -164px;
}

.social-icon.big.reddit {
    background-position: -99px -164px;
}

.social-icon.stumbleupon {
    background-position: -158px -97px;
}

.social-icon.big.stumbleupon {
    background-position: -140px -128px;
}

.social-icon.tumblr {
    background-position: 0px -164px;
}

.social-icon.big.tumblr {
    background-position: -63px -164px;
}

.social-icon.twitter {
    background-position: -189px -97px;
}

.social-icon.big.twitter {
    background-position: -175px -128px;
}

.extraexamps {
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

.extraexamps .expend {
	position: relative;
	top: 10px;
    text-align: center;
    cursor: pointer
}

.extraexamps .expend span {
	display: inline-block;
    background: #FFF;
    padding: 0 10px;
}

.extraexamps ul {
    margin: 15px 0 8px;
}

.extraexamps .eg {
	display: block;
}.modal {
	display: none;
    position: fixed;
    top: 10% !important;
    left: 50%;
    width: 260px;
    margin-left: -150px;
    padding: 15px 20px;
    z-index: 101;
    text-align: left;
    
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.modal input, .modal textarea {
    font-size: 14px;
}

.modal .close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    padding: 0;
    
    text-align: center;
    border: 3px solid #FFFFFF;
    border-radius: 28px;
    color: #FFFFFF;
    font-size: 29px;
}

.modal .close:after {
    content: '×';
    position: absolute;
    top: -3px;
    right: 5px;
    color: #FFFFFF;
}


.cdo-button {
	display: inline-block;
    background: linear-gradient(#DEEA56 0%, #97B130 100%);
    font-weight: bold;
    padding: 0.25em 1em;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}


.cdo-button:hover {
    background: linear-gradient(#C4E04E 0%, #839604 100%)
}

.email h2 {
    color: #333;
    margin-bottom: 12px;
    font-size: 1.2em;
}

.email input[type="email"], .email input[type="text"], textarea {
    border: 1px solid #E1E1E1;
    border-radius: 3px 3px 3px 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 12px;
}



















 
































.translationBox {
	position: relative;
	margin: 35px 0;
}

.translationBox table {
	width: 100%;
}

.translationBox caption {
	text-align: left;
	font-weight: bold;
}

.translationBox td,.translationBox li {
	padding: 5px 10px;
	cursor: pointer;
}

.translationBox ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	background: #FFF;
	border: 1px solid #CCCCCC;
}

.translationBox li:hover {
	background: #EEE;
}

.translationBox .caret {
	margin-bottom: 3px;
	margin-left: 10px;
}