.Section_PlantOfTheWeek
{
    height: 50%;
    background-color: beige;
}
.Section_PlantOfTheWeek_Mobile
{
    display: none;
}
.Section_PlantOfTheWeek_Wide
{
    display: none;
}

.Section_NewsItems
{
    margin-left: auto;
    margin-right: auto;
}

.NewsColumn
{
    
}
.NewsBoard
{
    overflow: auto;
    border: 1px solid black;
    margin: 0px 5px 10px 5px;
}
.NewsBoardTitle
{
    margin-left: 10px;
    margin-top: 5px;
    font-size: large;
}
.NewsBoardItemGroup
{
    max-height: 8lh;
    overflow: auto;
}
