a[href^=tel]{
    color:#ffffff;
    text-decoration:none;
    outline:none;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
 		margin-top: 0px;
}

.newline {
    display: block;
}

@media screen and (max-width: 768px) and (min-width: 400px) { 
    .alignright {
        width: 40%;
    }
}

@media screen and (max-width: 400px) {
    .alignright {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width:400px) {
.newline-mobile {
    display: block;
}
}