/* Resume Style 1 */
.cv_column_1 {
   float: left;
   width: 60%;
   padding: 10px;
   height: 230px; /* Should be removed. Only for demonstration */
   
 }
 .cv_column_2 {
   float: left;
   width: 20%;
   padding: 10px;
   height: 230px; /* Should be removed. Only for demonstration */
   margin-left: 20%;
 }
 
 /* Clear floats after the columns */
 .cv_row:after {
   content: "";
   display: table;
   clear: both;
 }
 .cv_style{
   width: 70%;
   margin: auto;
   margin-top: 30px;
   box-shadow: 1px 1px 18px #888888;
 }
 /* Cover latter */
 .cover_latter{
   float: left;
   width: 60%;
   padding: 10px;
   height: auto;
 }
 
 .clearfix::after {
   display: block;
   clear: both;
   content: "";
 }
 