body,html{
    font-family: helvetica;
    color: white;
    margin: 0px;
    background: black;
    word-wrap: break-word;
}

a{
    color: white;
}

a:hover{
    text-decoration: none;
    color: white;
}

.itemContainer{
    max-width: 600px;
    margin: auto;
    padding: 10px;
}

.iosTopBar{
    display: none;
    width: 100%;
    height: 20px;
}

#iosTopBar{
    background: black;
    position: fixed;
    z-index: 400;
}