/**************************/

/**        GENERAL       **/

/**************************/
html, body {
    height: 100%;
}
body {
    background: #e5e4e5 url("../images/bg_main.png") repeat right top;
    overflow: hidden;
    padding-bottom: 20px;
}

.view-frame {
    height: calc(100% - 35px);
    padding-top: 50px;
    padding-bottom: 60px;
    overflow-y: scroll;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #20C4F4;
}

hr.grey {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #e0e0e0;
}

.page-header {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
}

.warn {
    color: #F89B24;
}

.pointer {
    cursor: pointer;
}

a {
    cursor: pointer;
    color: #666;
}

.required:after {
    content: "*";
    color: red;
    margin-left: 2px;
    padding: 0;
}

.top-padded-10 {
    padding-top: 10px;
}

.top-margin-10 {
    margin-top: 10px;
}

.section {
    padding-top: 5px;
    background-color: #F7F7F7;
    margin-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.white {
    color: white;
}

.no {
    color: red;
    font-weight: bold;
}

.yes {
    color: green;
    font-weight: bold;
}

#form-button-group {
    display: inline;
}

.font8 {
    font-size: 10pt;
}

.odd {
    background-color: white;
}

.even {
    background-color: #eee;
}

.sort-icon {
    padding-left: 10px;
    color: #20C4F4;
}

.error {
    color: red;
}

.tcHref {
    color: #428bca;
    font-weight: bold;
}

.lb-table-background {
    background-color: white;
}

.lb-table-section-spacing {
    margin-top: 10px;
}

.lb-quasi-table-row {
    background: #fff;
    padding: 13px 7px 7px 7px;
}

button.tooltip-enabled:disabled {
    pointer-events: none;
}

/**************************/

/**     AJAX LOADING     **/

/**************************/
#veil {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: not-allowed;
    filter: alpha(opacity = 60);
    opacity: 0.6;
}

#loading {
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#loading .container {
    width: 300px;
    background-color: white;
    padding-top: 15px;
}

#loading .container.well {
    padding-bottom: 0px;
}

.loading-message {
    margin-top: 5px;
}
/*************************/

/**        LOGIN        **/

/*************************/
.login {
    max-width: 650px;
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.login-form {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 11px;
    line-height: 16px;
    color: #678889;
}

.login-form .form-control {
    width: 100%;
}

.login-form .form-control-login {
    width: 100%;
}

.forgot-pw {
    margin-top: 10px;
}

#org-manage-buttons button {
    margin-bottom: 10px;
    width: 49%;
}

@media ( min-width : 480px) {
    #org-manage-buttons button {
        margin-bottom: 10px;
        width: 32%;
    }
}

@media ( min-width : 768px) {
    #org-manage-buttons button {
        margin-bottom: 10px;
        width: 19%;
    }
}

@media ( min-width : 992px) {
    #org-manage-buttons button {
        margin-bottom: 10px;
        width: auto;
    }
}

/*************************/

/**        FOOTER       **/

/*************************/
#footer {
    position: fixed;
    /*-10px to compensate for the loading bar*/
    bottom: -10px;
    width: 100%;
    height: 60px;
}

.footer {
    text-align: right;
    list-style: none;
    position: relative;
    bottom: 0;
}

.footer li {
    display: inline;
    padding: 0px 10px;
}

.logo_text {
    color: #20C4F4;
}

.footerText {
    margin: 25px 65px 0 65px;
    font-size: 12px;
    color: white;
}
/*copyright etc small text*/
.footer_sm {
    padding-left: 5px;
    font-size: 11px;
}
/* Call and e-mail */
.footerContact {
    position: absolute;
    top: 15px;
    /* Center box */
    left: 50%;
    /*margin-left: -148px;*/
    /*width: 300px;*/
    margin-left: -75px;
    width: 150px;
    height: 30px;
}
/* phone section */
.footerContactLeft_bg {
    position: absolute;
    left: 0;
    height: 29px;
    width: 150px;
    background: transparent url("../images/footer_call.png") no-repeat right
    top;
}
/* Mail section */
.footerContactRight_bg {
    position: absolute;
    right: 0;
    height: 29px;
    width: 145px;
    background: transparent url("../images/footer_mail.png") no-repeat right
    top;
}
/* Text inside phone and mail sections */
.footerContactLeft,.footerContactRight {
    margin-left: 30px;
    margin-top: 8px;
    font-size: 12px;
    color: white;
    text-align: center;
}

.footerContactRight a {
    color: white;
}
/*************************/

/** BOOTSTRAP OVERRIDES **/

/*************************/
@media ( min-width : 1200px) {
    .text-right-lg {
        text-align: right;
    }
    .inline-lg {
        display: inline;
    }
}

@media ( min-width : 992px) {
    .text-right-md {
        text-align: right;
    }
}

legend {
    padding-bottom: 5px;
}

.form-group-compact {
    margin-bottom: 7px;
}

.label-wide {
    width: 100%;
}

.label-checkBox{
    font-weight: normal;
}

@media ( min-width : 768px) {
    label {
        width: 33%;
    }
    label.label_narrow {
        width: 140px;
    }
    .form-control {
        display: inline;
        width: 64%;
    }
    .radio-group {
        display: inline;
        width: 64%;
    }
    .radio-group-vertical {
        display: inline;
        width: 66%;
    }
    .form-group-vertical label {
        width: 100%;
    }
    .form-group-vertical .form-control {
        width: 100%;
    }
    .form-control-error {
        float: right;
        width: 66%;
    }
}

.form-control-error {
    display: block;
}

.well {
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
}

.radio-group label {
    font-weight: normal;
}

input[type="radio"],input[type="checkbox"] {
    margin-right: 5px;
}

.btn {
    padding: 6px 12px;
}

.btn-primary {
    color: #fff;
    background-color: #20C4F4;
    border-color: #20C4F4;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
{
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-approve {
    color: #fff;
    background-color: #009130;
    border-color: #006e25;
}

.btn-approve:hover,.btn-approve:focus,.btn-approve:active,.btn-approve.active,.open .dropdown-toggle.btn-approve
{
    color: #fff;
    background-color: #006e25;
    border-color: #006c24;
}

.btn-decline {
    background-color: #f20404;
    border-color: #c80303;
}

.btn-decline:hover,.btn-decline:focus,.btn-decline:active,.btn-decline.active,.open .dropdown-toggle.btn-decline
{
    color: #fff;
    background-color: #c80303;
    border-color: #ae0303;
}


.modal-dialog {
    margin: 80px auto;
}

.modal-login {
    width: 90%;
}

.modal-login .login {
    margin-top: 20px;
}

@media ( min-width : 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
    .modal-md {
        width: 450px;
    }
    .modal-login {
        width: 600px;
    }
}

@media ( min-width : 992px) {
    .modal-lg {
        width: 960px;
    }
    .modal-login {
        width: 700px;
    }
}

.modal-header.general {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #39B3D7;
    color: white;
}

.modal-header.info {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #33A8CA;
    color: white;
}

.modal-header.error {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: red;
}

.modal-header.warning {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #F89B24;
}

.navbar-inverse .navbar-brand {
    color: #22C3F3;
}

.navbar-inverse .navbar-nav>li>a {
    color: #eee;
    height: 56px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #666;
    border-bottom: 3px solid #20C4F4;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
{
    color: #fff;
    background-color: #22C3F3;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
{
    color: #fff;
    background-color: #222;
}

@media ( min-width : 768px) {
    .navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
    {
        color: #fff;
        background-color: #222;
        border-bottom: 3px solid #20C4F4;
    }
}

.navbar {
    border: 0px;
}

.legend {
    padding-bottom: 10px;
}

.panel {
    margin-right: 0px;
    margin-left: 0px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default>.panel-heading.light {
    background-color: #f5f5f5;
    color: #333;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.panel-default>.panel-heading.dark {
    background-color: #868686;
    color: #fff;
}

.help-block {
    padding-right: 15px;
    font-size: 12px;
    margin-top: -25px;
    margin-right: 20px;
}

.form-group {
    padding-left: 15px;
    padding-right: 15px;
}

.input-group {
    width: 100%;
}

.glyphicon {
    top: 0;
    margin-right: 10px;
    text-decoration: none;
}

.glyphicons {
    margin-right: 10px;
    text-decoration: none;
}

.no-margin {
    margin-right: 0px;
}

.no-padding {
    padding: 0;
}

.no-margin-padding {
    padding: 0;
    margin: 0;
}

.alert {
    margin-bottom: 20px;
    white-space: pre-wrap;
}

.alert-wrapped {
    margin-bottom: 20px;
    white-space: pre-wrap;
}

.alert-sm {
    margin-bottom: 0px;
}
/*********************/

/* JSON debug drawer */

/*********************/
#json-drawer-button {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

#json-drawer {
    color: #fff;
    position: fixed;
    bottom: 80px;
    left: 0;
    height: 80%;
    display: none;
    z-index: 999;
    width: 350px;
}

#json-drawer pre {
    height: 100%;
    overflow: auto;
}

/*********************/

/* Test Data drawer */

/*********************/
#testdata-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#testdata {
    color: #fff;
    position: fixed;
    bottom: 80px;
    right: 0;
    height: 80%;
    display: none;
    z-index: 999;
    width: 350px;
    border: 1px solid black;
    background-color: white;
    padding: 10px;
}
/********************/

/*     Address      */

/********************/
.address_holder {
    clear: both;
}

.address_holder .address_radio {
    float: left;
}

.address_holder .address_address {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
/**********************/

/*       Wizard       */

/**********************/
#wizard {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
{
    background-color: #AAD3DF;
}
/*********************/

/*       upload      */

/*********************/
.progress_upload {
    display: block;
    width: 90%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #86989C;
    border-radius: 0px;
}

.progress_upload div {
    height: 25px;
    font-size: smaller;
    background: #20C4F4;
    text-align: center;
    padding-top: 3px;
}

.upload_image {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

input .upload_image_button {
    margin-left: 0px;
}

/*********************/

/*  Password Strength */

/*********************/
#strength {
    display: none;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}

#strength ul {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

.color-dark-blue {
    color: #4B6A86;
}

#wizard-steps {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 10px;
}

#wizard-steps .wizard-progress {
    color: #000;
    background: #fff;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto 10px;
    padding-top: 12px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

#wizard-steps .invalid-step {
    border: 2px solid red;
}

#wizard-steps .wizard-step {
    color: #000;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    /*text-transform: uppercase;*/
    text-decoration: none;
    cursor: default;
    font-size: 12px;
}

#wizard-steps .wizard-step:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: relative;
    left: -50%;
    z-index: -1;
}

#wizard-steps .pointer {
    cursor: pointer;
}

#wizard-steps .wizard-label {
    height: 20px;
    vertical-align: middle;
}

#wizard-steps .wizard-step.active .wizard-progress {
    background: #428bca;
    color: #fff;
}

#wizard-steps .wizard-step.complete .wizard-progress {
    background: #D4E0EA;
    color: #fff;
    border: 1px solid #96B6D0;
}

#wizard-steps .wizard-label span.active {
    color: #428bca;
}

/* Editor styling */
.ta-toolbar {
    background-color: #F0F0F0;
    padding: 10px 10px 5px;
    margin-left: 0px; /* Override bootstrap */
    border: 1px solid #EEE;
}

.ta-toolbar .btn-group {
    margin-bottom: 5px;
}

.ta-editor,.white-box {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #EEE;
}

textarea.ta-bind {
    width: 100%;
}

#wizard-bar-wrapper {
    text-align: center;
    position: relative;
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 10px;
}
/*progressbar*/
#wizard-bar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 0px;
}

#wizard-bar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    float: left;
    position: relative;
}

#wizard-bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 11px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
/*progressbar connectors*/
#wizard-bar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: white;
    position: absolute;
    left: -50%;
    top: 13px;
    z-index: -1; /*put it behind the numbers*/
}

#wizard-bar li:first-child:after {
    content: none;
}

#wizard-bar li.active:before,#wizard-bar li.active:after {
    background: #22C3F3;
    color: white;
}

.wizard-header {
    min-height: 20px;
    padding: 15px 10px 0px 10px;
    background-color: #f0f0f0;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    z-index: -1;
}

.wizard-body {
    min-height: 200px;
    padding: 15px 0 0 0;
    margin-top: -1px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
}

.wizard-footer {
    min-height: 20px;
    padding: 10px;
    margin-top: -1px;
    background-color: #f0f0f0;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-15 {
    margin-top: 15px;
}

.home-statistics-spacing > div:not(:last-child) {
    margin-bottom: 15px;
}

.stats-total{
    font-weight: bold;
    background-color: lightgrey;
}

.quicklink {
    width: 90px;
    padding-top: 10px;
    margin: 0px auto;
}

.quicklink:hover {
    background-color: #eeeeee;
}

.quicklink .glyphicon {
    margin: 0px;
}

.quicklink-icon {
    color: #aaa;
}

.quicklink-icon .glyphicon {
    margin: 0px;
    font-size: 36px;
}

.quicklink-icon .glyphicons {
    margin: 0px;
    font-size: 36px;
}

.quicklink .quicklink-label {
    margin-top: 10px;
}

.img-thumbnail-borderless {
    border: 0px;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.masonry-item {
    background: #fff;
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.masonry-item-header {
    background-color: #B9DAE4;
    padding: 10px;
}

.masonry-item-body {
    padding: 10px;
    background-color: #fff;
}

.unit-item {
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #eee;
    cursor: pointer;
}

.unit-item:first-child {
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #eee;
    cursor: pointer;
}

.unit-item:last-child {
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #eee;
    cursor: pointer;
}

.unit-item:hover,.unit-item:last-child:hover {
    background-color: #B9DAE4;
}

/******************************************/
/* verification */
/******************************************/
.verification {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: white;
}

.arrow_box {
    position: relative;
    background: #88b7d5;
}

.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #88b7d5;
    border-width: 20px;
    margin-left: -20px;
}

.welcome {
    font-size: 18px;
}

.welcome p {
    margin: 20px;
    color: #999;
}

.welcome .reminder {
    padding-top: 20px;
    color: #88B7D5;
}

.features {
    padding-top: 40px;
    background-color: #F6F6F7;
    text-align: center;
}

.features-alt {
    padding-top: 40px;
    background-color: #fff;
    text-align: center;
}

.features .heading {
    color: #3389AD;
    font-size: 20px;
}

.features-alt .heading {
    color: #3389AD;
    font-size: 20px;
}

.heading-right {
    float: right;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
}

.col-fixed {
    /* custom width */
    width: 320px;
}

.col-min {
    /* custom min width */
    min-width: 320px;
}

.col-max {
    /* custom max width */
    max-width: 320px;
}

.item {
    width: 100%;
    height: 100%;
    padding: 16px 8px;
}

.content {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    color: #5B9CB6;
}

.banner p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.paperless-bg {
    background: URL(images/paperless.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.form-col {
    width: 90%;
    margin: 0 auto;
}

@media ( min-width : 768px) {
    .form-col {
        width: 80%;
        margin: 0 auto;
    }
}

@media ( min-width : 992px) {
    .form-col {
        width: 66%;
        margin: 0 auto;
    }
}

.rotate90
{
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.filterCollapse
{
    width: 30px;
    height: 180px;
    text-align: center;
    margin-left: 15px;
}

.autoOverflow
{
    overflow: auto;
}

.procedureTextArea
{
    resize: none;
    vertical-align: top;
}

.info-stat-item {
    background: #eeeeee;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    margin: 10px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.info-stat-item .info-stat-item-label {
    margin-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    font-size: 13px;
}

.ui-accordion * {
    outline:0; !important
}

.navbar-collapse {
    overflow-y: visible;
}

a:focus {
    outline: none;
}

.time-input {
    padding-left: 0px;
    padding-right: 10px;
}

.time-label {
    padding-left: 0px;
    padding-right:10px;
}

.pagingViewItems {
    padding-bottom: 20px !important;
}

.signUpInfoText {
   font-size: 11px;
    color: #999
}

.signUpWidth {
    width: 100%;
}

.box-content-equal-height {
    display: flex;
    align-items: stretch;
}
.box-content-center-vertical {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box-content-center-horizontal {
    display: flex;
    justify-content: center;
}

.attachment-container {
    width: 95px;
    height: 65px;
    display: block;
}

.attachment-thumbnail {
    max-width: 94px;
    max-height: 65px;
    margin: auto;
}

.margin-bold-padding {
    margin-left: 10px;
    margin-top: 5px;
}

.nudge-up-5 {
    margin-top: -5px;
}

.nudge-down-2 {
    margin-top: 2px;
}

.mb-20 {
    margin-bottom: 20px;
}

.use-newlines {
    white-space: pre-wrap;
}
