

body 
    {
    padding:0;
    margin:0;
    width:100%;
    font-family: Verdana, Arial;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    }

h1
    {
    font-family:verdana, arial;
    font-size:12pt;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#660000;
    }

/* Important for the styling of the links */
a:link 
    {
    color:inherit;
    text-decoration:none;
    }

.img-feed {
    border-radius:10px;
    position:relative;
    right:0px;
    max-width:200px;
    max-height:200px;
    object-fit: cover;
    object-position: 50% 50%;
    width:90%;
    }

.news-list-item {
    padding-top:13px; 
    padding-bottom:11px; 
    border-bottom:1px solid #cccccc;
  }

.column1
    {
    float: left;
    width: 100%;
    }

.column2
    {
    float: left;
    width: 50%;
    }

.column21
    {
    float: left;
    width: 70%;
    }

.column22
    {
    float: right;
    text-align: right;
    width: 30%;
    }

/* Clear floats after the columns */
.row:after 
    {
    content: "";
    display: table;
    clear: both;
    }

.watermark
        {
          height: 50px;
        }

.news-list-item-title
        {
        color:black; font-size:14pt; font-weight:bold;
        }

.news-list-item-byline
        {
        color:black; font-size:10pt;
        }

.news-list-item-pubDate {
            color:gray; 
            font-size:10pt;
        }

.news-list-item-description
        {
        margin-top: 10px; 
        color:black; 
        font-size:11pt;
        }

/* START CHANGES 2025-03-27 */
/*
#copytext{
    margin-top:20px;
    margin-bottom:10px;  
    color:gray; 
    font-size:6pt;
    text-align: center;
}
*/

#copytext{
    margin-top:10px;
    background-image: url("/icons/LOL_logo.png");
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position-x: center;
    background-position-y: top;
    /*background-color: green;*/
    padding-top: 50px;
    color:gray; 
    font-size:6pt;
    font-weight:bold;
    text-align: center;
}

.imagetext{
    margin-top:10px;
    background-image: url("/icons/LOL_logo.png");
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position-x: center;
    background-position-y: top;
    /*background-color: yellow;*/
    padding-top: 50px;
    color:gray; 
    font-size:6pt;
    font-weight:bold;
    text-align: center;
}

.photo-credit{
    background-image: url("/icons/camera.png");
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position-y: bottom;
    vertical-align:text-bottom;
    /*background-color: green;*/
    height: auto;
    padding-left: 16px
}
/* END CHANGES 2025-03-27 */

