body {
    font-family: "Helvetica Neue";
    font-weight: lighter;
    color: #2a2a2a;
    background-color: #f0f0ff;
    
    -webkit-appearance: none;  
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);    
}

h1 {
    text-align: center;
}

button {
    margin-top: 20px;
    -webkit-appearance:none;    
    font-size: 1.2em;
}

#mainPage {
    text-align:center;
}

#detailPage {
    text-align:center;
    font-size: 2em;
}

#detailPage button {
    margin-top: 40px;
    font-size: 0.6em; /* undo 2em from parent */
}

ul {
    list-style: none;
    border-bottom: 1px solid #d3d3d3;    
    text-align: left;
}

li {
    margin-left: -40px;
    padding: 5px;        
    padding-top: 10px;
    min-height: 50px;
    border-top: 1px solid #d3d3d3;    
    font-size: 0.9em;
}