
#newsContainer{
margin-left: 270px;
padding-top: 40px;
padding-right: 20px;
}

.articleContainer{
border: 1px #333 solid;
margin-bottom: 10px;
height: 170px;
border-radius: 10px;
padding: 10px;
}

h2{
font-size: 12pt;
margin: 0px;
}

h2 span{
font-size: 10pt;
color: #333;
font-weight: normal;
font-style: italic;
}

#articleBody{
height: 70px;
text-align: justify;
overflow: hidden;
}

.articleButton{
background-color: #97e61a;
border-radius: 10px;
padding: 3px 10px;
color: #000;
text-decoration: none; 
}

#singleArticleContainer{
margin-left: 280px;
padding-top: 60px;
padding-right: 20px;
}

#singleArticleBody{

}