
a {
    color: cornflowerblue;
}

a:hover, a:focus {
    color: #9B4A1B;
    text-decoration: none;
}

.alert-sm {
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 3px 5px;
    font-size: 13px;
}

/* this is from pro version */
.tab-pane {
    padding: 15px 0;
}

/* css related date/time display */
.clockdate-wrapper {
    #background-color: #fff;
    padding:5px;
    max-width:350px;
    width:100%;
    text-align:left;
    border-radius:5px;
    margin:0 auto;
    margin-top:1%;
    margin-bottom:1%;
}
#clock{
    #background-color: rgba(255, 255, 255, 0.23);
    font-family: sans-serif;
    font-size:30px;
    text-shadow:0px 0px 1px #fff;
    color:#4d4d4d;
}
#clock span {
    color:#4d4d4d;
    text-shadow:0px 0px 1px rgba(255, 255, 255, 0.23);
    font-size:10px;
    position:relative;
    top:-27px;
    left:-10px;
}
#date {
    letter-spacing:0px;
    font-size:14px;
    font-family:arial,sans-serif;
    color:#23CCEF;
}

#macroaxis_world_summary_frame {
    height: 365px !important;
}

/*
#iframe_investing_earnings_cal {
    height: 300px !important;
}

#iframe_investing_currency_chart {
    height: 300px !important;
}
*/
/* in currency table */
#cross_rate_1 {
    width: 450px !important;
}

@media screen and (max-width: 600px) {
    /* hide live quote widget on mobile */
    #mktquote {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}


.content-top {
    display: block;
    width: 100%;
    overflow-x: inherit;
    overflow-y: auto;
    position: relative;
    margin-top: 100px;
}

.content {
    display: block;
    width: 100%;
    /*max-height: 800px;*/
    overflow-x: inherit;
    overflow-y: auto;
    position: relative;
}

/*
increasing height (from 200) of select - visible options to see more liquid options
*/
.select2-container--default .select2-results>.select2-results__options {
    max-height: 600px;
}