@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");
}
.yq-num-entry {
   height: 28px;
   line-height: 28px;
   width: 5em;
   vertical-align: middle;
}

.options_box_right {
    clear: right;
    /*background-color: #f00;*/
}
.options_box_left {
    float: left;
    width: 15em;
    /*background-color: #ffd800;*/
}
.options_panel {
    height: 30px;
    line-height: 30px;
}
.options_line {
    vertical-align: middle;
    /*background-color: #f00;*/
}
.error_message {
    font-weight: bold;
    font-size: 1.25em;
}
/*.youneeq_wrapper {
    min-height: 70em;
}*/

.yq-wrap {
   font-family: 'Lato', sans-serif;
   font-size: 1.075em;
}

.yq-settings-header {
   background-color: #ddd;
   clear: both;
   font-weight: bold;
   padding: 4px;
}

.yq-settings-box {
   background-color: white;
   border: 1px solid #ddd;
   color: #4e4e50;
   margin-bottom: 1.5em;
   padding: 10px;
   clear: right;
}

.yq-button {
   background-color: #CACACB;
   border: none;
   padding: 6px 12px;
   color: white;
   min-width: 177px;
   cursor: pointer;
}

.yq-button:hover {
   background-color: #008C9D;
   transition: background-color 0.2s ease-in 0s;
}

.yq-update {
    background-color: #fff;
    border-left: 4px solid #008C9D;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin: 25px 20px 0 2px;
    padding: 11px 15px;
    text-align: left;
}

.yq-has-tooltip {
   cursor: help;
}

.options_line label {
   vertical-align: top;
}
