
.span_1 {
            width:33.0%;
			float:left;
  padding-right:20px;

        }
		
.span_2 {
            width:64.0%;
			float:left;
        }
		
.span_3 {
            margin-left:0;
  margin-top: 15px;
            width:100%;
			float:left;
        }

.span_half {
            
            width:50%;
	float:left;
        }

.entry-content li, .comment-content li, .mu_register li {
    margin: 0px 0px 0px 1.3rem;
}

div .contact-bottom {
  text-align:right;
}

.line-hr {
 width:200px; 
  float:right;
}

.site-content article {
border-bottom: 0px !important;  
	word-wrap: normal!important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
  margin-bottom:0px !important;
}



.entry-content h2{
  word-wrap: normal !important;
  
}


@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 480px) {
div .span_1 {
            width:100%;
	padding-right:0px;
	
        }
		
div .span_2 {
            width:100%;

			
        }
  
 div .span_half {
            
            width:100%;
			
        }

	div .contact-bottom {
  text-align:left;
}

.line-hr {
 width:200px; 
  float:left;
}	
  
  .site-social {
  float:left;
  }
  
  .site-social a {
   margin-right:15px;
    margin-left:0px;
  }
}