body {
    width: 100%;
}

.tab-pane p, div.ident {
    font-family:  'Montserrat', sans-serif;
    font-size: 14pt;
}

#gsh-menu-tabs {
    font-size: 1.8em;
}

div.ident {
    margin-left: 30px;
/*   border: 1px gray solid; */
}

#gsh-banner {
    background: rgb(171,218,225); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(171,218,225,1) 0%, rgba(59,141,229,1) 30%, rgba(244,202,63,1) 63%, rgba(229,121,71,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(171,218,225,1) 0%,rgba(59,141,229,1) 30%,rgba(244,202,63,1) 63%,rgba(229,121,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(171,218,225,1) 0%,rgba(59,141,229,1) 30%,rgba(244,202,63,1) 63%,rgba(229,121,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abdae1', endColorstr='#e57947',GradientType=1 ); /* IE6-9 */
    border: 3px black solid;
    padding: 5px 20px 5px 20px;
    width: 100%;
}

        #gsh-banner {
            background-color: rgb(171,218,225); /* Old browsers */
            background-color: -moz-linear-gradient(left, rgba(171,218,225,1) 0%, rgba(59,141,229,1) 30%, rgba(244,202,63,1) 63%, rgba(229,121,71,1) 100%); /* FF3.6-15 */
            background-color: -webkit-linear-gradient(left, rgba(171,218,225,1) 0%,rgba(59,141,229,1) 30%,rgba(244,202,63,1) 63%,rgba(229,121,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background-color: linear-gradient(to right, rgba(171,218,225,1) 0%,rgba(59,141,229,1) 30%,rgba(244,202,63,1) 63%,rgba(229,121,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abdae1', endColorstr='#e57947',GradientType=1 ); /* IE6-9 */
            border: 3px black solid; 
            padding: 5px 20px 5px 20px; 
            width: 100%;
        }


.gsh-annoucement {
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    color: black;
    padding: 5px 10px 5px 10px;
    background-color: #F8F8F8;
    box-shadow: 5px 10px 18px #888888;
    overflow: hidden;
    clear: both;
    border: 2px darkgray solid;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #505050;
    margin: 10px 10px 20px 10px;
}

    #gsh-roster {
          background-color: #012B39;
          border-radius: 0.25em;
          border-collapse: collapse;
          margin: 10px 10px 10px 0px;
    }

    
    #gsh-roster > tbody > tr:hover {
        background-color: #014055;
    }

    #gsh-roster > tbody > tr {
        transition: background 0.25s ease;
    }

    #gsh-roster > thead > tr th {
          border-bottom: 1px solid #364043;
          color: #E2B842;
          font-size: 1em;
          font-weight: 600;
          padding: 6px 10px;
          text-align: left;
          background-color: black;
          border-bottom: white 1px solid;
    }

#gsh-roster > tbody tr td:first-child {/* border: 2px red solid; */text-align: right;}
    
    #gsh-roster > tbody > tr > td {
          color: #fff;
          font-weight: 400;
          padding: 2px 10px;
          border-bottom: 1px solid #606060;
    }

#gsh-roster > tbody > tr:nth-child(odd) {
    background-color: #113B49;
}
        
    .roster-updated {
        font-size: medium;
        font-weight: bold;
        color: darkblue;
        text-align: center;
        margin: 0 auto;
    }
    
    .gsh-author {
        font-family:  'Montserrat', sans-serif;
        font-size: small;
        font-weight: bold;
    }


    #offline-payment-info-list {
        list-style-type: none;
    }

    #offline-payment-info-list li {
        margin-bottom: 8px;
    }

    #offline-payment-info-list i {
        margin-left: -42px;
        margin-right: 20px;
        color: green;
    }
