/* 
    Created on : May 12, 2022, 8:16:53 AM
    Author     : Bob Shaw
*/
    

    #hr-tableWx {
        font-size:14px;
        border-collapse:collapse;
    }
    #hx-tableWx {
        font-size:14px;
        border-collapse:collapse;
    }
    #hr-tableWx th, #hr-tableWx td {
        border: thin black solid; 
        text-align: center;
        margin:0; 
        padding:0;
    }
    #hx-tableWx th, #hx-tableWx td {
        border: thin black solid; 
        text-align: center;
        margin:0; 
        padding:0;
    }
    #current-td {
        color:#FFFFFF; 
        font-size: 16px;
        color: white;
        text-align: center;
        padding-top: 10px;
    }
    #astronomy-td {
        width:49%; 
        color:#FFFFFF; 
        font-size: 16px;
        color: white;
        text-align: center;
    }
    .hiddenimg {
        display: none;
        position: absolute;
        right: 110px;
        top: 40px;
        z-index: 1;
    }
    .hiddentxt:hover ~ .hiddenimg {
        display: inline;
    }     

    .desc-td {
        width:33%; 
        color:#FFFFFF; 
        font-size: 18px; 
        color: white; 
        text-align: center;
        padding-bottom: 6px;
        border: none;
    }

    /* Create five unequal columns that float next to each other */
    .column {
        position:relative;
        float:left;
        height: 40px;
        background-color: #bdd4ff;
    }

    .left, .right {
       width: 40%;
    }

    .middle {
       width: 20%;
       font-size: 20px;
       font-weight: bold;
       text-align: center;
       padding: 5px;
      }

    /* Position the "next button" to the left */
   .nextday {
        float: left;
   }
    /* Position the "previous button" to the right */
   .prevday {
       float: right;
   }         

    /* Next & previous buttons */
    .prevday img,
    .nextday img {
        cursor: pointer;
        border-radius: 10px;
        padding: 5px 0 0 0;
       -webkit-user-select: none;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prevday:hover,
    .nextday:hover
    {
        opacity: 0.6;
    }

    select {
        font-size: 14px;
        line-height: 1;
        border: 0;
        border-radius: 5px;
        height: 26px;
        overflow: hidden;
        outline: none;
        float:right;
        cursor:pointer;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
        -webkit-appearance: none;
        background-position-x: 90%;
    }
    
    #current-td {
        color:#FFFFFF; 
        font-size: 18px;
        color: white;
        text-align: center;
        padding-top: 14px;
    }
        
    .wxcolumn {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        /*float: left; */
        width: 100%;
        height: 350px;
    }

    .wxleft {
        width: 45%;
        margin: 0;
        float: left;

        padding-top: 10px;
        padding-left: 20px;
    }

    .wxright {
        width: 55%;
        margin:0;
        float: right;
        padding: 10px;
        background-color: #cccccc;
        }

        /* Clear floats after the columns */
    .wxrow:after {
        content: "";
        display: table;
        clear: both;
    }
        
    .topline {
        width: 98%;
        border: 3px solid #cccccc;
    }
        
        /* Tooltip css*/
    .tooltip {
        position: relative;
        display: inline-block;
    }
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #bdd4ff;
        color: black;
        font-size: 13px;
        text-align: center;
        border-radius: 6px;
        padding: 8px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top : 100%;
        right: 50%;
        margin-left: -100px;  /*half the size of tooltip width */
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
    
    /* moon phases css */
    .hiddenimg {
        display: none;
        position: absolute;
        right: 110px;
        top: 40px;
        z-index: 1;
    }

    .hiddentxt {
        color: #FFFFFF;
    }

    .hiddentxt a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .hiddentxt:hover ~ .hiddenimg {
        display: inline;
      }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    
    #hx-description-bar {
        position: relative;
        display: block;
        background-color: #8085ab;
        height: 50px;
    }
    
    #hour-description-bar {
        position: relative;
        display: block;
        background-color: #8085ab;
        height: 50px;
    }

