html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.card-deck .card {
    min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Lato", sans-serif;
}
/**
 tabs
 */

.tab-pane {
    border-right: 1px solid rgb(222, 226, 230);
    border-bottom: 1px solid rgb(222, 226, 230);
    border-left: 1px solid rgb(222, 226, 230);
    padding: 1em;
    border-radius: 0 0 8px 8px;
}


/**
 privacy badges
 */

.badge-privacy-0 {
    color: #fff !important;
    background-color: #701b1b !important;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.badge-privacy-1 {
    color: #fff !important;
    background-color: #22701b !important;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.badge-privacy-2 {
    color: #fff !important;
    background-color: #1b6970 !important;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.badge-privacy-3 {
    color: #fff !important;
    background-color: #651b70 !important;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.help {
    color: #3c9d53
}

.attr-description {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

h2.subheading {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* -- idp login -- */
.persona-info {
    border: 1px solid silver;
    border-radius: 10px;
    padding: 10px;
    background: #eee;
    box-shadow: 4px 5px 2rem 1px rgb(51 58 78 / 14%);
}

.persona-info h4 {
    border-bottom:1px solid silver;
    padding-bottom:5px;
}
