.block {
 font-style : normal; 
text-align : justify; 
margin-right : 10%; 
margin-left : 10%; 
padding: 10px;

	}
ul 
{
font-style : normal; 
text-align : justify; 
margin-right : 1%; 
margin-left : 10%; 
} 

.shadowBoxcontent{
    padding-left:0px;
    margin-left: 1%;
    margin-right: 1%;
}

.shadowBox{
    -webkit-box-shadow: 0 0 15px #000000;
    -moz-box-shadow: 0 0 15px #000000;
    box-shadow: 0 0 15px #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.post{
    background-color: #FFFFFF;
    margin: 7px 1% 1em 1%;
    margin-right: 1%;
    padding: 0;
    width: 73%;
    float: left;
    position: relative;
}


#first-block {
text-align:left;
padding:3.5em 0;
}
footer {
background:#fff;
padding:3.5em 0;
text-align:center;
}

/* sticky footer css */
html {
height: 100%;
overflow: hidden;
}
 
body {
height: 100%;
overflow: scroll;
}

a.plink:link { color : #0000FF; text-decoration : none; font-weight : normal; }
a.plink:hover { color : #33FF00; text-decoration : none;}
a.plink:active { color : #000000; text-decoration : none; }
a.plink:visited {  color : #444;  text-decoration : none; }
 
.with-sticky-footer {
display: table;
height: 100%;
table-layout: fixed;
width: 100%; 
}
 
.sticky-footer {
display: table-row;
height: 1px;
} 


@media screen and (max-width: 800px) {
  .right {
  float:none;
  }
}