.notiphone {display: none;}
.iphone {display: inherit;}

.button {
width: 100px;
color: white;
background-color: #7070E0;

border-width: 1px;
border-style: solid;
border-color: black;

font-size: 14px;
font-family: helvetica;
text-align: center;
font-weight: bold;

-webkit-border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin: 5px;
}


