.text-justify {
    text-align: justify;
}

a {
    color: #0066CC;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #5599DD;
    text-decoration: none;
}

.bg-blue {
    background-color: #002352 !important;
}

.popover{
    max-width: 50%; /* Max Width of the popover (depending on the container!) */
    max-height: 50%; /* Max Width of the popover (depending on the container!) */
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}