.latestblock
{
float:left;
width:23%;
overflow:hidden;
text-align:justify;
position: static;
padding-left:1%;
padding-right:1%;
}

.latestblockname
{
background-color:#d7e1e9;
float:left;
width:25%;
overflow:hidden;
text-align:center;
position: static;
font-weight:bold;
font-size:medium;
}

.latestimgdiv
{
float:left;
width:30%;
height:auto;
padding-top:1%;
padding-left:1%;
padding-bottom:1%;
padding-right:1%;
display: table-cell; vertical-align: middle; position: static;
}
.newsimage {
width:100%;
}
.newsimage2 {
height:100px;
}

.latestblockheader
{
background-color:#d7e1e9;
text-align:center;
padding-left:15%;
width:70%;
max-width:1280px;
padding-right:15%;
border-style:solid;
border-width:1px;
border-color:#d6d7d9;
color:#000000;
}
.latestblockbody
{
text-align:center;
max-width:1280px;
border-style:solid;
border-width:1px;
border-color:#d6d7d9;
background-color:#FFFFFF;
color:#000000;
overflow:hidden;
}