@font-face {
   font-family: "Lato";
   font-style: normal;
   font-weight: 300;
   src: local("Lato Light"), local("Lato-Light"), url("http://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: normal;
   font-weight: 400;
   src: local("Lato Regular"), local("Lato-Regular"), url("http://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: normal;
   font-weight: 700;
   src: local("Lato Bold"), local("Lato-Bold"), url("http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: italic;
   font-weight: 300;
   src: local("Lato Light Italic"), local("Lato-LightItalic"), url("http://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
   font-family: "Lato";
   font-style: italic;
   font-weight: 400;
   src: local("Lato Italic"), local("Lato-Italic"), url("http://fonts.gstatic.com/s/lato/v11/oUan5VrEkpzIazlUe5ieaA.woff") format("woff");
}

.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.no-select {
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.yq-num-entry {
   height: 28px;
   line-height: 28px;
   width: 5em;
   vertical-align: middle;
}
.yq-num-entry + button {
   position: relative;
   top: 2px;
}

.yq-options-panel {
   line-height: 2.15em;
}

.yq-options-line-left::after {
   content: "\3a";
}
.yq-options-line-left.yq-sub-option::before {
   content: "\2022";
}

.yq-options-line-right.yq-options-box {
   margin: 0.5em 0;
}
.yq-options-box {
   overflow: auto;
   border: 1px solid #ddd;
   max-height: 7em;
   max-width: 24em;
   line-height: 1em;
   background-color: white;
}

.yq-options-box-list {
   margin: 0;
}
.yq-options-box-list ul {
   margin-left: 20px;
}
.yq-options-box-list li {
   margin: 3px 0;
}

.yq-wrap {
   font-family: 'Lato', sans-serif;
   font-size: 1.075em;
}
.yq-wrap > h2 {
   margin-bottom: 1em;
}

.yq-settings-header {
   margin-top: 1em;
}

.yq-wrap .yq-settings-tab-selector {
   position: fixed;
   left: -100px;
}

.yq-settings-tab-selector + label {
   background-color: #eee;
   border: 1px solid #ddd;
   box-sizing: border-box;
   cursor: pointer;
   display: inline-block;
   padding: 1em 0.5em;
   position: relative;
   text-align: center;
   top: 1px;
   transition: all 0.2s ease-in 0s;
}
.yq-settings-tab-selector + label:first-of-type {
   margin-left: 1px;
}

@media (min-width: 42em) {
   .yq-settings-tab-selector + label {
      min-width: 7em;
      padding: 1em 0.5em;
   }
   .yq-settings-tab-selector + label:first-of-type {
      margin-left: 1em;
   }
}
@media (min-width: 56em) {
   .yq-options-line-left {
      float: left;
      width: 15em;
   }
}
.yq-settings-tab-selector:not(:checked) + label:focus,
.yq-settings-tab-selector:not(:checked) + label:hover {
   background-color: #008C9D;
   color: white;
   font-weight: bold;
   transition: all 0.2s ease-in 0s;
}
.yq-settings-tab-selector:focus + label{
   border: 1px solid #008C9D;
}
.yq-settings-tab-selector:checked + label {
   background-color: white;
   border-bottom: 1px solid white;
   font-weight: bold;
   transition: all 0.2s ease-in 0s;
}

#display-radio:not(:checked) ~ .yq-settings-box #display { display: none; }
#interact-radio:not(:checked) ~ .yq-settings-box #interact { display: none; }
#recommend-radio:not(:checked) ~ .yq-settings-box #recommend { display: none; }
#observe-radio:not(:checked) ~ .yq-settings-box #observe { display: none; }
#domains-radio:not(:checked) ~ .yq-settings-box #domains { display: none; }
#advanced-radio:not(:checked) ~ .yq-settings-box #advanced { display: none; }

.yq-settings-box {
   background-color: white;
   border: 1px solid #ddd;
   box-sizing: border-box;
   color: #4e4e50;
   padding: 10px;
   clear: right;
   overflow: auto;
}
.yq-settings-box p {
   font-size: 1em;
   margin: 0;
}
.yq-settings-box label {
   margin-right: 1em;
}
.yq-settings-box input:invalid,
.yq-settings-widget input:invalid {
   border: 1px solid red;
}

.yq-submit-button-container {
   margin-top: 1em;
   text-align: right;
}

.yq-domain-table {
   border-collapse: collapse;
   width: 100%;
   min-width: 45em;
}
.yq-domain-table tbody tr {
   background-color: white;
}
.yq-domain-table tbody tr:nth-child(2n) {
   background-color: #eee;
}
.yq-domain-table thead tr,
.yq-domain-table tfoot tr {
   background-color: #ddd;
}
.yq-domain-table tr td:first-child {
   text-align: center;
}
.yq-domain-table input[type="checkbox"] {
   margin: 0;
}
.yq-domain-table input[type="text"] {
   width: 100%;
}

.yq-update,
.yq-error {
   background-color: #fff;
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
   display: inline-block;
   font-size: 14px;
   line-height: 19px;
   margin-left: 2px;
   padding: 11px 15px;
   text-align: left;
}
.yq-update {
   border-left: 4px solid #008C9D;
}
.yq-error {
   border-left: 4px solid red;
}
.yq-error .yq-error-text-small {
   font-size: 0.75em;
}

.yq-has-tooltip {
   cursor: help;
}

.yq-img-button {
   border: 1px solid #ddd;
   cursor: pointer;
   display: inline-block;
   margin: 1px;
   padding: 3px 3px 0 3px;
}
