ng:form {
    display: block;
}
body,
html {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
html {
    background: #f1f1f1 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    font-size: 62.5%;
    margin: 0;
    height: 100%;
    overflow-x: hidden;
}
html input[type='button'] {
    -webkit-appearance: button;
    cursor: pointer;
}
html input[disabled] {
    cursor: default;
}
body {
    background-color: #ffffff;
    color: #666666;
    color: #333333;
    font-family: Roboto, sans-serif !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    line-height: 1.42857;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
canvas {
    display: inline-block;
    vertical-align: baseline;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
video {
    display: inline-block;
    vertical-align: baseline;
}
[hidden] {
    display: none;
}
template {
    display: none;
}
a {
    background: transparent;
    color: #3399f3;
    text-decoration: none;
}
a:active {
    outline: 0;
}
a:hover {
    color: #3399f3;
    outline: 0;
    text-decoration: underline;
}
a:focus {
    color: #3399f3;
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: underline;
}
abbr[title] {
    border-bottom-color: #999999;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}
b {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ffff00;
    color: #000000;
}
small {
    font-size: 80%;
}
sub {
    bottom: -0.25em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}
img {
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 1em 40px;
}
hr {
    border-top-color: #eeeeee;
    border-top-style: solid;
    border-width: 1px 0 0;
    border: 1px solid #ebebeb;
    box-sizing: content-box;
    height: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
pre {
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #cccccc;
    color: #333333;
    display: block;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-family: monospace, monospace;
    font-size: 13px;
    font-size: 1em;
    line-height: 1.42857;
    margin: 0 0 10px;
    overflow: auto;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}
pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}
code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-family: monospace, monospace;
    font-size: 1em;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}
kbd {
    background-color: #333333;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.247059) 0 -1px 0 inset;
    color: #ffffff;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-family: monospace, monospace;
    font-size: 1em;
    font-size: 90%;
    padding: 2px 4px;
}
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
}
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}
input[type='reset'] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled] {
    cursor: default;
}
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    line-height: normal;
}
input[type='checkbox'] {
    box-sizing: border-box;
    line-height: normal;
    margin: 4px 0 0;
    padding: 0;
}
input[type='checkbox']:focus {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;
}
input[type='radio'] {
    box-sizing: border-box;
    line-height: normal;
    margin: 4px 0 0;
    padding: 0;
}
input[type='radio']:focus {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;
}
input[type='number']::-webkit-inner-spin-button {
    height: auto;
}
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: none;
    -webkit-appearance: textfield;
    box-sizing: border-box;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 0;
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: 0;
    padding: 0;
}
legend {
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    border-width: 0 0 1px;
    border: 0;
    color: #666666;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table col[class*='col-'] {
    display: table-column;
    float: none;
    position: static;
}
table td[class*='col-'] {
    display: table-cell;
    float: none;
    position: static;
}
table th[class*='col-'] {
    display: table-cell;
    float: none;
    position: static;
}
td {
    padding: 0;
}
th {
    padding: 0;
    text-align: left;
}
* {
    box-sizing: border-box;
}
p {
    margin: 0 0 10px;
}
cite {
    font-style: normal;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
ul ul {
    margin-bottom: 0;
}
ul ol {
    margin-bottom: 0;
}
ol {
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 0;
}
ol ul {
    margin-bottom: 0;
}
ol ol {
    margin-bottom: 0;
}
dl {
    margin-bottom: 20px;
    margin-top: 0;
}
dt {
    font-weight: bold;
    line-height: 1.42857;
}
dd {
    line-height: 1.42857;
    margin-left: 0;
}
abbr[data-original-title] {
    border-bottom-color: #999999;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}
blockquote {
    border-left-color: #eeeeee;
    border-left-style: solid;
    border-left-width: 5px;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote::before {
    content: '';
}
blockquote::after {
    content: '';
}
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
}
label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
input[type='file'] {
    display: block;
}
input[type='file']:focus {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px;
}
input[type='range'] {
    display: block;
    width: 100%;
}
select[multiple] {
    height: auto;
}
select[size] {
    height: auto;
}
em {
    font-style: normal;
    font-weight: bold;
}
output {
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding-top: 9px;
}
input[type='date'] {
    line-height: 38px;
}
.clear {
    clear: both;
}
.margin-top5 {
    margin-top: 5px;
}
.margin-top15 {
    margin-top: 15px;
}
.main-page {
    min-height: 100%;
    padding-bottom: 70px;
    position: relative;
    top: -50px;
}
.main-page .page-content {
    margin: 0 auto;
    max-width: 650px;
}
.title {
    color: rgba(0, 0, 0, 0.541176);
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 30px;
}
.loading {
    background-image: url('http://localhost:3888/alerts/images/loading.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    height: 23px;
    padding: 15px 0;
    width: 26px;
}
.delivery_settings_view .loading {
    padding: 0;
}
.product_name_bar {
    background-color: #256bcd;
    height: 114px;
    padding: 15px 0;
}
.product_name_bar .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}
.product_name_bar .description {
    color: rgba(255, 255, 255, 0.541176);
    font-size: 13px;
    line-height: 31px;
    text-align: left;
}
.product_name {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 29px;
    margin: 0;
    white-space: nowrap;
}
#gb-main {
    background: #f1f1f1 !important;
    min-height: 100%;
    position: relative;
}
#float-parent {
    min-height: 67px;
    padding-top: 10px;
    z-index: 100;
}
#float-parent .section {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}
#main-controls {
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
}
#main-controls #create-alert-div {
    max-width: 100%;
    width: 100%;
}
#main-controls .section {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 650px;
    padding: 0;
}
#main-controls .title {
    margin: 24px 0 18px;
}
#main-controls .hide_options {
    color: #427fed;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
}
#main-controls .hide_options::after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAl2cEFnAAAACAAAAAgAMVi1bAAAADNJREFUGNNj/P//PwM+wMRAAKAocG5499+54d1/rAqQJZDZTOgC6IoYnerf4nUlI8W+AAArMRjVzeZikAAAAABJRU5ErkJggg==')
        50% 50% no-repeat;
    content: ' ';
    display: inline-block;
    height: 8px;
    padding-left: 15px;
    width: 8px;
}
#main-controls .show_options::after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAl2cEFnAAAACAAAAAgAMVi1bAAAADNJREFUGNNj/P//PwM+wMRAADA61b/FawTT3gYhRlySexuEGJlgDGySKG5AVoTMZqTYFwB2NhCVtB0DrAAAAABJRU5ErkJggg==')
        50% 50% no-repeat;
    content: ' ';
    display: inline-block;
    height: 8px;
    padding-left: 15px;
    width: 8px;
}
#main-controls .alert_buttons {
    display: inline-block;
    padding: 10px 10px 16px 25px;
}
#main-controls #create_alert {
    padding: 8px 20px;
}
#main-controls .simple_options {
    padding: 8px 25px 3px;
}
#main-controls #create-alert-options {
    background: #ffffff;
    padding: 6px 25px 0;
    z-index: 101;
}
#main-controls .simple_options_text {
    color: #404040;
    font-size: 12px;
    line-height: 18px;
}
#main-controls .label_column {
    padding-right: 10px;
    width: 40%;
}
#main-controls .email_input {
    border: 1px solid gainsboro;
    display: inline-block;
    height: 27px;
    margin-bottom: 10px;
    max-width: 50%;
    padding-bottom: 2px;
    padding-left: 7px;
    width: 250px;
}
#main-controls .date_picker {
    background: #256bcd;
    box-shadow: rgba(0, 0, 0, 0.278431) 0 5px 8px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 15px;
    z-index: 100;
}
.show_options {
    color: #427fed;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
}
#create-alert-div #search_box {
    background-color: #256bcd;
    box-shadow: rgba(0, 0, 0, 0.278431) 0 5px 8px;
    padding: 11px 0;
    position: relative;
    width: 100%;
    z-index: 300;
}
#create-alert-div #search_box .select_div {
    float: left;
    width: 20%;
    padding-left: 25px;
}
#create-alert-div #search_box .select_div .selectbox {
    width: 100%;
    height: 44px;
    border: 0;
    padding-left: 10px;
}
#create-alert-div #search_box .query_div {
    float: left;
    width: 80%;
    padding-right: 25px;
}
#create-alert-div .search_icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABAAAAAQAFzGrcMAAAEDSURBVCjPfdGxa8JAFMfx710EG8QOLmYpxH+mQ/aQQkH/gXaxUNHZxaG0dHHuYElyzhH6lzgWuqQd66CDyesg0aOkfTccBx/ux3tPCf9X43DFfmMkAR65yvazq/cTUAIkl9pwzo4cjzO+yzB6q4CG2NdLWjKhE/boyISWXsb+8QvBzFNJxkJ1klEqZl69NEjATj1Zqc9sJbAi8MjD7QmEWz7xbJDTNe4JGJcuuQVUhiu3Vus3uCqzwH7GRk3Tu1UTVk0zZAqy/j2HJW02fHBBG4CiHESLIwDTU/fVJGXNA05FVN0ukmv9gkNBP3zVdQuKFuWAAofHQ5u1hD5f5fCPCLt+AOg2Y1fo32QyAAAAAElFTkSuQmCC')
        50% 50% no-repeat;
    display: inline-block;
    float: left;
    height: 16px;
    margin-right: 6px;
    padding-top: 45px;
    width: 16px;
}
#create-alert-div .close_icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABAAAAAQAFzGrcMAAACSSURBVCjPndGhDsIwEMbxfyen9kz1VaSeN0AQDBa9h8Dugqrv04Cem2QIsvUrYlmoau5+uX6Xupnt07AH2MVG81o2b+NwLhOudKRCzJPo3KmAAxPtQsyTaJk4AriZqhhgucUsQAjaFrAStL13zeoJiStAQoaaNHU75phr8p3w0OQruRdw46XJYybwfPc/a/75mx8zmUVe+uKH+gAAAABJRU5ErkJggg==')
        50% 50% no-repeat;
    display: inline-block;
    float: right;
    height: 16px;
    margin-right: 8px;
    padding-top: 45px;
    width: 16px;
}
#create-alert-div .close_icon:hover {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABAAAAAQAFzGrcMAAACVSURBVCjPnZExDsIwDEVfGHsQO+fI3okLcAQE4mTdOQczZe/Urp8hquIyVBXJEvs/Wf87SeyfE0cAe/iUS2zn4pPfARDCJpPPXkS9Xnw22VuoTkjntKhjqFNyYVCXlnQBSCI26WF9vZ4BCAhRDsCKQJSPxtxYC3YDEEz2P0jLvW5iW+0tamzAzT5NroiNfhWKMf/8zS9GP2x210wFeQAAAABJRU5ErkJggg==')
        50% 50% no-repeat;
}
#create-alert-div .query_div .area {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    position: relative;
}
#create-alert-div .query_div input {
    background: #ffffff;
    left: 40px;
    margin: 3px 0;
    padding: 9px 0;
    position: absolute;
    text-overflow: ellipsis;
    width: 78%;
}
.section {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.117647) 0 0 2px, rgba(0, 0, 0, 0.239216) 0 2px 4px;
    box-sizing: border-box;
    margin: 17px 0 0;
    padding: 0 25px;
}
.my_alerts .title {
    display: inline-block;
    margin-bottom: 4px;
    padding: 0;
    vertical-align: middle;
}
.my_alerts .num_alerts {
    color: rgba(0, 0, 0, 0.541176);
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px;
    margin-top: 33px;
    vertical-align: middle;
}
#manage-alerts-div {
    left: 170px;
    padding-bottom: 13px;
    padding-top: 16px;
}
#manage-alerts-div .edit_button {
    background: url('../img/modify_n.png');
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 20px;
    vertical-align: bottom;
}
#manage-alerts-div .edit_button:hover {
    background: url('../img/modify_d.png');
}
#manage-alerts-div .delete_button {
    background: url('../img/delete.png') 50% 50% no-repeat;
    display: inline-block;
    height: 20px;
    padding-left: 15px;
    padding-right: 0;
    vertical-align: bottom;
    width: 10px;
}
#manage-alerts-div .delete_button:hover {
    background: url('../img/delete.png') 50% 50% no-repeat;
}
#manage-alerts-div .show_all_alerts {
    color: #427fed;
    cursor: pointer;
    font-size: 14px;
    padding-top: 12px;
}
#manage-alerts-div li {
    border-top-color: #e5e5e5;
    border-top-style: solid;
    border-top-width: 1px;
    display: inline-block;
    width: 100%;
}
#manage-alerts-div li .query_div {
    padding-left: 0;
    width: 55%;
}
#manage-alerts-div li:hover .query_div {
    text-decoration: underline;
}
#manage-alerts-div .query_div {
    border: 0;
    cursor: pointer;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
#manage-alerts-div .query_div span {
    color: #404040;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}
#manage-alerts-div .alert_buttons {
    display: inline-block;
    float: right;
    font-size: 14px;
    padding-left: 12px;
}
#manage-alerts-div .alert_buttons .mailing-count {
    display: inline-block;
    color: #6599e2;
}
#manage-alerts-div .email_buttons {
    display: inline-block;
    float: right;
    font-size: 14px;
    padding-left: 12px;
}
#manage-alerts-div .edit_buttons {
    width: 100%;
}
#manage-alerts-div .delivery_settings_view {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}
#manage-alerts-div .delivery_settings {
    display: inline-block;
    width: 100%;
}
#manage-alerts-div .page_counter {
    float: right;
    font-size: 16px;
    font-weight: 700;
}
.alert_button {
    color: #427fed;
    cursor: pointer;
    padding: 0 8px;
}
.show_less_alerts {
    color: #427fed;
    cursor: pointer;
    font-size: 14px;
    padding-top: 12px;
}
.query_div {
    display: table-cell;
}
.query_div input {
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0;
    outline: none;
    padding-right: 12px;
    text-overflow: ellipsis;
}
.query_div .explanation_text {
    color: rgba(0, 0, 0, 0.247059);
    font-size: 14px;
}
.entity_div {
    display: inline;
    float: left;
}
.entity_div div {
    background-color: #cfdfff;
    border-radius: 3px;
    color: #555555;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 13px;
    margin: 0 1px;
    padding: 4px 5px;
    text-decoration: none;
}
.entity_div div div {
    padding: 0;
}
.result_set {
    list-style-type: none;
    padding: 0;
}
.result_set .source {
    color: #737373;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 24px 0 8px;
}
.result_set .source:empty {
    display: none;
}
.result_set .result {
    border-top-color: #e4e4e4;
    border-top-style: solid;
    border-top-width: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 0;
}
.result_set .result .share_icons {
    display: inline-block;
}
.result_set .result .share_icons a {
    text-decoration: none;
}
.result_set .result .share_icons img {
    padding-right: 8px;
    padding-top: 8px;
}
.result_set .result .flag_irrelevant {
    color: #aaaaaa;
    display: inline-block;
    font-size: 10px;
    padding-left: 16px;
    padding-top: 8px;
    vertical-align: top;
}
.result_set .result .result_image_container {
    padding: 0 0 6px 18px;
    float: right;
    display: inline-block;
}
.result_set .result .result_image_container img {
    border: 0;
}
.result_set .result .result_image_container .result_image_source {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: right;
    width: 100%;
    font-size: 9px;
    letter-spacing: 0.8px;
    box-sizing: border-box;
    padding: 3px 4px 3px 0;
    bottom: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.result_set .result .result_image_container div {
    position: relative;
    box-sizing: border-box;
}
.result_set .snippet {
    color: #707070;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    list-style: none outside none;
    text-align: left;
    visibility: visible;
}
.result_set .result_title_link {
    clear: left;
    color: #404040;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    font-style: normal;
    height: auto;
    line-height: 19px;
    list-style: none outside none;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    visibility: visible;
}
.result_title {
    font-weight: 400;
    line-height: 19px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    text-align: left;
    visibility: visible;
}
.result_source {
    color: #aaaaaa;
    font-size: 13px;
    padding: 2px 0;
    white-space: nowrap;
}
.entity_result .snippet {
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
    vertical-align: top;
    width: 80%;
}
.card .snippet {
    color: #aaaaaa;
    font-size: 12px;
    padding-top: 8px;
}
.card .alert_buttons {
    border-top-color: #d5d5d5;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    color: #aaaaaa;
    padding: 12px;
}
.card .loading {
    display: inline-block;
    float: right;
    height: 16px;
    padding: 26px 0;
    width: 16px;
}
.user_settings_trigger {
    background: url('../img/email.png') 5px 50% no-repeat;
    border: 1px solid #cccccc;
    color: #5b5b5b;
    padding: 3px 5px 3px 25px;
    content: ' ';
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: 33px;
}
.user_settings_content .loading {
    left: 50%;
    position: absolute;
    top: 0;
}
.user_settings_content .title {
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 7px;
    opacity: 0.8;
}
#result_feedback_page .title {
    margin-bottom: 20px;
}
#alert_verification_page .title {
    margin-bottom: 20px;
}
#confirmation_page + .footer {
    background: #f1f1f1;
}
#result_feedback_page + .footer {
    background: #f1f1f1;
}
#alert_verification_page + .fotter {
    background: #f1f1f1;
}
#confirmation_page .query_div {
    border: 0;
    display: inline;
    font-weight: 700;
    padding: 0;
}
.footer {
    background: #ffffff;
    border-top-color: #e4e4e4;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}
.footer ul {
    margin: auto;
    max-width: 650px;
    padding: 10px 0;
}
.footer li {
    color: #aaaaaa;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
}
.footer li a {
    color: #aaaaaa;
    text-decoration: none;
}
.upcoming_events .result_title_link {
    display: block;
    padding-bottom: 5px;
}
.function-btn {
    background: #4989f3;
    border-radius: 3px;
    color: white;
    padding: 3px 5px;
    cursor: pointer;
}
.function-btn.close-btn {
    padding: 6px 20px;
}
.function-btn.disable {
    background: #9d9ea2;
    border: 1px solid #8c8d92;
}
.news-content-container {
    background: #f1f1f1 !important;
}
.news-content-container .news-header {
    background: #256bcd;
    margin-bottom: 14px;
    box-shadow: rgba(0, 0, 0, 0.278431) 0 3px 5px;
}
.news-content-container .news-header .title-text {
    width: 650px;
    margin: 0 auto;
    color: white;
    font-size: 25px;
    font-family: '굴림';
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.news-content-container .news-content {
    background: white;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.278431) 0 3px 5px;
}
.news-content-container .news-content .content-header {
    width: 100%;
}
.news-content-container .news-content .content-header .content-title {
    padding: 20px;
    font-size: 18pt;
    font-weight: bold;
}
.news-content-container .news-content .content-header .writer-container {
    margin-top: 15px;
    padding: 5px 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #727272;
}
.news-content-container .news-content .content-body-container {
    padding: 20px;
    margin-bottom: 30px;
}
.news-content-container .news-content .content-body-container .content-image-container {
    padding-bottom: 50px;
    text-align: center;
}
.news-content-container .news-content .content-body-container .content-image-container .content-img-box {
    max-width: 100%;
    margin-bottom: 20px;
}
.news-content-container .news-content .content-body-container .content-image-container .content-img-box .content-img {
    max-width: 100%;
}
.news-content-container .news-footer {
    background: white;
    width: 100%;
    border-top: 1px solid #e4e4e4;
}
.news-content-container .news-footer .footer-text {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #9c9c9c;
    padding: 5px;
}
.modal-dialog {
    width: 400px;
    margin: 150px auto;
}
.modal-dialog .common-email-popup {
    padding: 15px;
    border: 2px solid #a8a7a5;
}
.modal-dialog .common-email-popup .title-container {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.modal-dialog .common-email-popup .comment-container {
    color: #4191e6;
}
.modal-dialog .common-email-popup .email-list-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.modal-dialog .common-email-popup .email-list-container .email-row {
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal-dialog .common-email-popup .email-list-container .email-row .left {
    float: left;
}
.modal-dialog .common-email-popup .email-list-container .email-row .right {
    float: right;
}
.modal-dialog .common-email-popup .alert-msg {
    color: #ff3333;
}
.email-btn {
    background: #f5f5f5;
    border: 1px solid #d7d9d8;
    border-radius: 3px;
    margin-right: 3px;
}
.glyphicon-remove:before {
    color: #b4b4b4;
}
.alert-popup {
    margin: 15px 30px;
}
.alert-popup .message-container {
    margin: 30px;
}
.alert-popup .btn-container {
    text-align: center;
}
