.logo {
    max-height: 65px;
    max-width: 225px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.left {
    padding: 0 10px 15px 10px;
    margin-right: 5px;
}

h2 {
    background: none;
    margin-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    color: #333;
}

.right {
    padding: 0 10px 15px 20px;
    margin-left: 5px;
    min-width: 250px;
}

.right button {
    background: #4283a2;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.right label {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

.left a:link, a:visited {
    color: #447e9b;
    text-decoration: none;
    line-height: 16px;
    padding: 8px;
}

.left a:focus, a:hover {
    color: #036 !important;
}

.left p {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin: 15px 6px 11px 6px;
}

.colored {
    border: 1px solid #dfdfdf;
    background: white;
}

.container {
    text-size-adjust: none;
    padding: 5px 0 5px 0;
    display: grid;
    margin: 0 auto 5px auto;
    grid-template-columns: 250px 1fr;
    max-width: 1000px;
    min-width: 535px;
}

.top-navbar {
    color: #e4e5e7;
    background-color: rgb(79, 119, 139) !important;
}

.aligned {
    padding-bottom: 0 !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.link-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    margin: 7px;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069 !important;
    text-decoration: underline;
    cursor: pointer;
}

.inline-form {
    margin: 0;
    padding: 0;
    display: inline;
}

input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 2px;
}

textarea {
    border: 1px solid #ccc;
    border-radius: 4px
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #525253;
    background-color: #f3f3f4;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;

    width: 500px;
    padding: 8px 16px;
    color: white;
    text-align: justify;
    background-color: rgb(1, 131, 157) !important;
    border-radius: 0rem;
    border: 1px solid rgb(87, 80, 80);
    opacity: 1.0 !important;
    filter: alpha(opacity=100);

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Show the tooltip text when you click on it */
.tooltip:active .tooltiptext {
    visibility: visible;
}

.tooltiptext a {
    background: rgb(131, 224, 255);
}
