html, body {
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #555;
}

.PressComposer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.PressComposer-cases {
    display: -webkit-flex;
    display: flex;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.PressComposer-case {
    display: -webkit-flex;
    display: flex;
    padding: 8px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-right: 1px solid #DDD;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.PressComposer-case.selected {
    color: #43b5de;
}

.PressComposer-case.active {
    opacity: .7;
}

.PressComposer-case:hover {
    cursor: pointer;
}

.PressComposerCase-label {
    text-align: center;
}

.PressComposer-substitution {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.NestBox {
    height: 60%;
    width: 60%;
}

.Cell button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media only screen
and (max-device-width : 667px) {
    .PressComposer-case {
        font-size: .75em;
        padding: 4px;
    }
}

.PressComposer .Captions {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    border-top: 1px solid #DDD;
}
