/*Boxed Div*/
.boxedborder{
    background-color: #fff;
    color: #666;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
padding:10px;}