﻿#header {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#footer {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


.portalTooltip {
    font-size: 14px;
    color: darkblue;
    background-color: white;
    border-radius: 6px;
    padding: 10px 10px;
    border: 1px solid black;
}

.navLogo {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    width: 32px;
}

.col-form-label {
    color: royalblue;
    font-weight: bold;
    font:x-large;
}

.playlist-label {
    color: royalblue;
    font-weight: bold;
    font-size:x-large
}

.playlist-value-label {
    color: black;
    font-weight: bold;
    font-size: x-large
}

.h2, .text-info {
    color: royalblue;
    font-weight: bold;
}


/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: lightgrey;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;*/
/* Position the tooltip */
/*position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }*/


