#successMsg {
	color: green;
    margin-left: -21px;
}

.address-mobile {
    display:none;
}

@media only screen and (max-width: 600px) {

    .address-mobile {
        display:block !important;
    }
    
}    