.smls-comments{
    background: #f6f6f6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 30px;
    float: right;
    width: 100%;
    border: 2px solid #ececec;
   	margin: 0 0 50px;
}

.smls-comments h2{
    background: url(../../img/smls-icon-present-orange.png) no-repeat 0 0;
    padding: 10px 50px 0;
    height: 28px;
    line-height: 40px;
    font: 18px "nunito-regular";
    color: #FF9934;
    margin: 0 0 20px;
    text-align: left;
    width: 100%
}
.smls-comments .smls-profile{
	float: left;
	font-weight: bold;
    width: initial;
}
#smls-gift-smiles .smls-details-event p.smls-profile {
	float: right;
    margin: 20px 0 0;
    width: initial;
}
span.smls-txt-alert{
    background: url(../../img/icon-alert.png) no-repeat 0 0;
    padding: 5px 40px 0;
    height: 28px;
    line-height: 40px;
    color: #909090;
    font-weight: bold;
    margin: 0 153px;
}
.smls-txt-details{
	width: 950px;
    margin: 0 auto;
    text-align: left;	
}
#editEvent {
    margin: 0 20px;
}
@media only screen and (max-width: 450px) {
	span.smls-txt-alert{
		margin: 0
	}
	.smls-comments{
		padding: 20px;
		margin: 0 0 20px
	}	
	.smls-txt-details{
		width: 100%
	}
}
   @media only screen and  (min-width: 375px) and (max-width: 414px) { 
       #editEvent{
     	margin: 0 20px;
 	}
 }	
    @media only screen and (max-width: 320px) { 
       #editEvent{
    		margin: 20px 0;
 		}
    }