@font-face {
    font-family: 'League Gothic';
    src: url('leaguegothic-regular-webfont.woff') format('woff'), url('leaguegothic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
    background-color: black;
    color: #ccc;
    font-family: "League Gothic", "Helvetica Neue", Arial;
    font-size: 1.8em;
    margin: 0;
}

#whisky-list {
    padding: 10px 20px 0;
}

#whisky-list input {
    width: 100%;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.list {
    list-style-type: none;
    padding: 0;
    margin: 0 -20px;
}

.list li {
    border-bottom: 1px solid #444;
    padding: 5px 0;
}

.list li > div {
    display: inline-block;
}

.list li .number {
    width : 40px;
    text-align: right;
    padding-right: 10px;
    color: white;
}

.list li:nth-child(odd) {
    background-color: rgba(255,255,255,.05);
}
