h1 h2 h3 h4 h5 {
    padding: 3px;
}
.gsl-menu{
    /*display:inline-block;*/
}
.gsl_header{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    background-color: #eee;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}
.gsl-bg-white{
    background-color: #eee;
    color: #1f1f1f;
}
.gsl-container{
    padding-top: 70px;
}
@media screen and (max-width: 800px) {
    .gsl-container{
        padding-top: 136px;
    }
}
.gsl-title{
       color: green;
}
.gsl-logo{
    max-height: 30px;
}
.gsl_msg_err{
    text-align: center;
    color: yellow;
}
.gsl_msg_ok{
    text-align: center;
    color: green;
}

#addlistid button {
    margin: 15px;
    font-size: 150%;
}

.gsl_news_list {
    display: flex;
    padding: 2px;
}

.gsl_news_list_div1 {
    max-width: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gsl_news_list_div1 img {
    max-width: 100%;
    max-height: 100%;
}

.gsl_news_list_div2 {
    padding: 10px;
}

.gsl_news_list_div21 {
    padding-left: 20px;
    font-size: 130%;
}

.gsl_news_list_div22 {
    font-size: 90%;
    padding-top: 25px;
    padding-left: 20px;
}