body {
    font-size: 16px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
            "\e151";
}

a.desc:after {
    content: /*"\e114"*/
            "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}


.select2-selection__rendered {
    padding-right: 20px !important;
}

.select2-container--krajee .select2-selection__clear {
//top: 0 !important;
    color: red !important;
}

.privacydb-container {
    color: #333;
    height: calc(100vh - 77px);
    /*width: 100vw;*/
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.proteus-content.embedded .privacydb-container {
    height: 100vh;
}

.privacydb-container .navbar-default .nav li a {
    color: #fff;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: medium;
    /*text-transform: uppercase;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

a, a:hover, a:focus {
    color: #4576BB;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #676a6c;
}

.navbar.navbar-proteus a.navbar-brand,
.navbar.navbar-proteus a.navbar-brand:hover,
.navbar.navbar-proteus a.navbar-brand:focus,
.navbar.navbar-proteus a.navbar-brand h1 {
    margin-top: 20px;
    margin-left: 15px;
    padding: 0;
    background-color: transparent;
    color: #676a6c;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: medium;
}

.navbar.navbar-proteus a.navbar-brand h1 {
    display: inline;
    margin-top: 0;
    margin-left: 0;
}
.navbar-brand img {
    display: inline-block;
    margin-top: -5px;
    margin-right: 15px;
}
.navbar.navbar-proteus a.navbar-brand span.italic {
    font-style: italic;
    letter-spacing: initial;
}

.navbar.navbar-proteus a.navbar-brand span.underline {
    text-decoration: underline;
    font-style: italic;
    letter-spacing: initial;
}

.navbar-wrapper .navbar.navbar-scroll, .navbar-wrapper .navbar.navbar-proteus {
    border-bottom: none;
}

.label-info {
    background-color: #9EE493;
}

.tooltip {
    position: fixed;
}

.wrap {
    margin: 0;
    padding: 0 0 0;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.wrap > .container-fluid {
    height: calc(100% - 39px);
    margin-top: 0;
}

.wrap > .container-fluid > div {
    height: 100%;
}

.standard-paragraph[id]:before {
    display: block;
    content: " ";
    margin-top: -75px;
    height: 75px;
    visibility: hidden;
}

.footer {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media(max-width: 992px)
{
    .navbar-blue .navbar-nav {
        background-color: transparent;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #676a6c;
}

.privacydb-container #maincontent {
    background-color: #326273;
    flex: 1 0 auto; /** Don't set parent of component to auto */
    /*display: flex;*/
    flex-direction: row;
    min-height: 0;
    width: 100%;
    padding-top: 45px;
}

.privacydb-container #maincontent.has-active-filters {
    padding-top: 90px;
}

.privacydb-container #maincontent.bottom60 {
    margin-bottom: 45px;
}

.embedded .privacydb-container #maincontent.bottom60 {
    margin-bottom: 0;
}

.privacydb-container .breadcrumb a {
    color: #ABC8C0;
}

.pnl {
    flex: 1 0 auto;
    overflow: auto;
}
.pnl.sidepanel {
    flex: 0 0 25%;
}

.keywords-content .pnl.sidepanel {
    flex: 0 0 470px;
    display: flex;
    flex-wrap: wrap;
}

.keywords-content .thumbnail {
    height: 300px;
}
.keywords-content .thumbnail h3 {
    text-align: center;
    margin-top: 0;
}
.keywords-content .thumbnail.selected-filter {
    background-color: #4da1ff;
}
.keywords-content .thumbnail.selected-filter h3 {
    color: #fff;
}
.standard-result-count {
    text-align: center;
}

.sidepanel {
    background: #4576BB;
    overflow: auto;
    padding: 20px 15px;
}

.sidepanel .caption {
    text-align: center;
    padding-top: 0;
}

.sidepanel a,
.sidepanel a:hover,
.sidepanel a:focus {
    color: #ABC8C0;
}

.section-panel {
    background: transparent;
    border: none;
}

.section-panel .panel-heading {
    background: transparent;
    padding: 5px 15px;
}

.section-panel.active .panel-heading {
    background: #568df1;
}

.section-panel .panel-heading:hover .glyphicon {
    color: #1edfb9;
}

.privacydb-container .panel-group .section-panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 0 30px 10px;
    /*max-width: 370px;*/
}

.panel-body a,
div.subsection-nolink{
    /*display: block;*/
    /*text-indent: -1em;*/
    /*padding-left: 1em;*/
    display: flex;
    margin-bottom: 5px;
}

div.subsection-nolink {
    color: #fff;
}

.panel-body a.active {
    color: #fff;
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
    background-color: #568df1;
}

.panel-body a.flow-links {
    display: inline-block;
    width: 35px;
    text-align: right;
}

.full-dark-bg {
    background: #326273;
}

.contentpanel {
    font-family: 'Cormorant Garamond', serif;
    overflow: auto;
    padding-top: 20px;
}

.keywords-content .contentpanel {
    /*max-width: calc(100% - 460px);*/
    flex: 1 1;
}

.contentpanel a {
    text-decoration: underline;
}
.contentpanel a:hover,
.contentpanel a.button {
    text-decoration: none;
}

.contentpanel .page {
    background: #fff;
    border: 1px solid #000;
    padding: 25px;
    margin-bottom: 20px;
    min-height: 670px;
    -webkit-box-shadow: 7px 7px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0 rgba(50, 50, 50, 0.75);
}
.contentpanel .page.no-min-height {
    min-height: auto;
}

.contentpanel .page h1,
.contentpanel .page h4 {
    font-family: 'Cormorant Garamond', serif;
}

.contentpanel .label {
    font-family: 'Open Sans', sans-serif;
}

.privacydb-container .contentpanel .breadcrumb {
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    margin-bottom: 10px;
}

.contentpanel .breadcrumb .active {
    color: #fff;
}

.standard-text {
    margin-top: 10px;
    padding-left: 1em;
}

.standard-first-line {
    text-indent: -1em;
    padding-left: 1em;
}

.subparagraph-text {
    margin-top: 10px;
    text-indent: -1.3em;
    padding-left: 2.3em;
}

.standard-paragraph {
    margin-top: 20px;
}

.standard-paragraph table th,
.standard-paragraph table td {
    vertical-align: top;
    padding: 3px 5px;
}

.standard-paragraph table th {
    white-space: nowrap;
}

.standard-paragraph table {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.standard-paragraph table thead tr {
    border-bottom: 1px solid #000;
}

.standard-paragraph table tbody tr {
    border-bottom: 1px solid #bbb;
}

.standard-paragraph table tbody tr:last-of-type {
    border-bottom: none;
}

.paragraph-tags {
    margin-left: 15px;
    line-height: 1.8em;
}

.paragraph-tags .label {
    margin-right: 5px;
}

.paragraph-origin a {
    color: #fff;
}

.tree-name {
    font-size: 14px;
    color: #fff;
}

a.tree-name,
a.tree-name:hover,
a.tree-name:focus {
    color: #fff;
    display: flex;
    flex-flow: column;
}

a:not([href]):hover {
    text-decoration: none;
    color: #bbb;
}

.tree-title {
    font-weight: bold;
}

.text-overflow .tree-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

footer p {
    text-align: center;
}

.vmap {
    margin: auto;
    height: 200px;
    width: 200px;
}

.sidepanel .vmap {
    height: 160px;
    width: 180px;
}

.mapthumb {
    display: inline-block;
    width: 300px;
}

.sidepanel .mapthumb {
    width: 200px;
    height: 300px;
    margin: 5px;
}

.standard-thumbs {
    padding: 10px 40px;
}

.highlight {
    background: #d5f5d0;
}

a.text-overflow {
    display: flex;
    /*white-space: nowrap;*/
}
a.text-overflow .subsection-title {
    margin-left: 7px;
    text-indent: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.subsection-links {
    display: flex;
    flex-direction: column;
}
div.subsection-links a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.privacydb-container .subsection-name {
    flex: 0 0 80px;
    font-size: 15px;
    min-width: 115px;
}
.privacydb-container .subsection-title {
    font-size: 15px;
    font-weight: bold;
}
.privacydb-container .navbar-wrapper {
    flex: 0 0 60px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.privacydb-container .navbar-blue {
    background-color: #3e89d8;
    min-height: 45px;
    flex: 0 0 auto;
}
.privacydb-container .navbar-blue.top72 {
    margin-top: 130px;
}
@media(max-width: 992px)
{
    .navbar-blue {
        margin-top: 66px;
    }
}
@media(max-width: 767px)
{
    .tree-name {
        font-size: 16px;
    }
    .privacydb-container .subsection-title {
        font-size: 16px;
    }
    .panel-body a,
    div.subsection-nolink {
        margin-bottom: 10px;
    }
    .wrap {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .wrap > .container-fluid {
        height: auto;
    }
}
.navbar-blue .nav > li > a {
    padding-top: 0;
}
.navbar-blue .navbar-nav > li > a {
    color: #fff;
}
.privacydb-container .navbar-blue .navbar-brand {
    font-size: 15px;
    color: #ffffff;
}
.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus {
    color: #1edfb9;
    background-color: transparent;
}
.navbar-blue .navbar-text {
    color: #ffffff;
}
.navbar-blue .navbar-nav > li > a:hover,
.navbar-blue .navbar-nav > li > a:focus {
    color: #1edfb9;
    background-color: transparent;
}
.navbar-blue .navbar-nav > .active > a,
.navbar-blue .navbar-nav > .active > a:hover,
.navbar-blue .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #15a589;
}
.navbar-blue .navbar-nav > .disabled > a,
.navbar-blue .navbar-nav > .disabled > a:hover,
.navbar-blue .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-blue .navbar-nav > .open > a,
.navbar-blue .navbar-nav > .open > a:hover,
.navbar-blue .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #15a589;
}

@media (max-width: 767px) {
    .navbar-blue .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: transparent;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #2c3e50;
        background-color: transparent;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #15a589;
    }
    .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-blue .navbar-toggle {
    border-color: #128f76;
}
.navbar-blue .navbar-toggle:hover,
.navbar-blue .navbar-toggle:focus {
    background-color: #128f76;
}
.navbar-blue .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-blue .navbar-collapse,
.navbar-blue .navbar-form {
    border-color: #149c82;
}
.navbar-blue .navbar-link {
    color: #ffffff;
}
.navbar-blue .navbar-link:hover {
    color: #2c3e50;
}
.navbar-blue .btn-link {
    color: #ffffff;
}
.navbar-blue .btn-link:hover,
.navbar-blue .btn-link:focus {
    color: #2c3e50;
}
.navbar-blue .btn-link[disabled]:hover,
fieldset[disabled] .navbar-blue .btn-link:hover,
.navbar-blue .btn-link[disabled]:focus,
fieldset[disabled] .navbar-blue .btn-link:focus {
    color: #cccccc;
}

.privacydb-container .navbar-blue .navbar-nav > li > a {
    line-height: 1;
    padding: 15px;
    margin: 0;
    border: 0;
    height: 45px;
    font-size: 15px;
    font-weight: normal;
}
.privacydb-container .navbar-blue form {
    /*display: none;*/
    width: 250px;
    margin-bottom: 0;
    margin-top: 6px;
}
.privacydb-container .navbar-blue .navbar-form .form-control {
    height: 25px;
}
.privacydb-container .navbar-blue .navbar-brand {
    height: 45px;
    padding: 15px;
    line-height: 1;
}
.privacydb-container .navbar-blue .btn {
    padding-top: 1px;
    padding-bottom: 1px;
}
a.btn.filter {
    pointer-events: none;
}
a.btn.selected-filter,
.contentpanel a.btn.btn-white.selected-filter:focus {
    background: #217dbb;
    color: white;
    border-color: #217dbb;
}
.privacydb-container .active-filters {
    margin-left: 10px;
    color: #fff;
    margin-top: 6px;
    font-size: 15px;
}
.privacydb-container .active-filters li {
    line-height: 1;
    padding: 9px 5px;
}
.privacydb-container .active-filters a.btn{
    margin-top: -5px;
    padding: 0 5px;
}
.navbar-blue .navbar-nav > li > a.btn-primary:hover,
.navbar-blue .navbar-nav > li > a.btn-primary:focus {
    background-color: #11816a;
    color: #fff;
}

.filter-tag .btn-group, .filter-standard .btn-group {
    padding-top: 2px;
}

.btn-group-transparent a.btn{
    color: #fff;
}

.btn-group-transparent:hover a.btn {
    background-color: #337ab7;
    border-color: #337ab7;
}
.btn-group-transparent a.btn.filter-close:hover {
    background-color: #2a5285;
    border-color: #2a5285;
}

.btn-white {
    background-color: #fff;
    border-color: #95a5a6;
    color: #95a5a6;
    font-family: 'Open Sans', sans-serif;
}
.btn-white:hover {
    background-color: #9EE493;
    border-color: #9EE493;
    color: #fff;
}
.contentpanel a.btn-white {
    text-decoration: none;
    margin: 5px;
}

.contentpanel a.btn-white:focus {
    color: #95a5a6;
}

/* spinner */
.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.proteus-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 4s linear infinite;
    -webkit-animation: spin 4s linear infinite;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

.navbar-blue .spinner {
    width: 20px;
    height: 20px;
    margin: 10px;
}

/*#filter-apply .spinner {*/
/*    margin: -4px 10px;*/
/*    display: none;*/
/*}*/
#filter-apply {
    background-color: #337ab7;
    color: #fff;
}
#filter-apply:hover {
    background-color: #11816a;
    color: #fff;
}
/* end spinner */

@media all and (max-width: 992px) {
    html, body {
        height: auto;
        width: auto;
    }
    #maincontent {
        flex-direction: column;
        flex: 1 0 auto; /** Don't set parent of component to auto */
    }

    .pnl.sidepanel {
        flex: 0 0 auto;
    }
}

.noresult {
    color: #ABC8C0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-flow: row nowrap;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: xx-large;
    height: 70%;
}
.noresult div {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

#full-page-loader {
    z-index: 1050;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(66,66,66,.4) !important;
}

#full-page-loader > div {
    background: white;
    border-radius: 10px;
    padding: 10px;
}

.flag-icon-us_ca {
    background-image: url(../flags/4x3/us_ca.svg);
}

.flag-icon-us_me {
    background-image: url(../flags/4x3/us_me.svg);
}

.flag-icon-us_nv {
    background-image: url(../flags/4x3/us_nv.svg);
}

.flag-icon-us_ny {
    background-image: url(../flags/4x3/us_ny.svg);
}

.flag-icon-sg,
.flag-icon-jp,
.flag-icon-us_ca {
    border: 1px solid #666;
}

.big-flag.flag-icon {
    background-size: cover;
    width: 52px;
    height: 39px;
}

.middle-flag.flag-icon {
    background-size: cover;
    width: 40px;
    height: 30px;
}

.site-index {
    overflow-y: auto;
}

.site-index h1, .keywords-h1 {
    color: #fff;
    font-size: 22px;
}

.site-index h1 {
    padding-left: 25px;
    margin-bottom: 0;
}

.keywords-h1 {
    padding-left: 5px;
}

.index-help-text, .keywords-help-text {
    color: #fff;
}

.index-help-text {
    padding: 10px 0 0 25px;
    margin-bottom: -10px;
}

.keywords-help-text {
    flex: 1 0 100%;
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif;
}

#search-button {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    padding-bottom: 2px;
}
#search-button:hover {
    background-color: #11816a;
    border-color: #11816a;
}

.navbar-blue form .input-group {
    margin-top: 2px;
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
    .privacydb-container #maincontent {
        display: flex;
        flex: 1 0 0;
    }

    .privacydb-container .navbar-blue.top72 {
        margin-top: 90px;
    }
}

@media (min-width: 1240px) {
    .privacydb-container .navbar-blue.top72 {
        margin-top: 72px;
    }
}

@media (max-width: 768px) {
    .contentpanel .page {
        line-height: 1.5;
        font-size: 18px;
    }
    #breach-calculator-button {
        display: none;
    }
}

.continent-container {
    display: inline-block;
    padding: 10px;
    padding-bottom: 0;
}

.continent-container h2,
.continent-side h2 {
    color: #fff;
    font-size: 25px;
    text-align: initial;
    margin-top: 0;
}

.thumbnail {
    margin-bottom: 10px;
}

.side-continent-standards {
    display: flex;
    flex-wrap: wrap;
}

.continent-side {
    margin-bottom: 20px;
}
.continent-side h2 {
    font-size: 20px;
    padding-left: 5px;
}

.disclaimer-content {
    background: #fff;
}
.disclaimer-content h1 {
    padding-left: 20px;
}

.disclaimer-content p {
    margin: 170px 50px 50px 50px;
}
#copyright {
    position: absolute;
    left: 25px;
}
#disclaimer {
    position: absolute;
    right: 125px;
}
#notification-bar {
    background: #545454;
    background: linear-gradient(#747474, #545454);
    border-radius: 10px;
    margin: -5px 70px 0 70px;
    color: #fff;
    padding: 2px 20px;
    font-weight: bold;
    max-width: 60%;
    display: inline-block;
    height: 29px;
}
#notification-bar span {
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
}
#notification-bar a{
    color: #fff;
}
.hcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hcenter div {
    color: gray;
    font-size: 18px;
    width: 100px;
    height: 100px;
    text-align: center;
}
.hcenter div .glyphicon {
    color: lightgray;
    display: block;
    text-align: center;
    margin: 15px;
    font-size: 32px;
}

.w100 {
    width: 100%;
}

.in-pro .thumbnail {
    background-color: #cfcfcf;
}

.modal-footer .btn-primary {
    padding: 6px 12px;
}

.embedded .footer {
    display: none;
}

.popover {
    min-width: 500px;
    color: #333;
}

.popover-title {
    background: #3e89d8;
    color: #fff;
    font-weight: 600;
}