body {
    margin: 0;
}

.middle {
    display: inline;
}

.demo-title {
    padding-bottom: 20px;
}

ul.retina-select {
    list-style-type: none;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

ul.retina-select li {
    display: block;
    float: left;
    line-height: 1;
    white-space: nowrap;
    font-size: 16px;
    padding: 0;
    margin: 0 12px 0 0;
    color: #929292;
}

ul.retina-select li.active {
    color: #252525;
    font-weight: 500;
}

.retina-select::before {
    content: "\f06e";
    display: block;
    float: left;
    margin-right: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: relative;
    top: -1px;
}

.retina-select.expanded::after {
    content: 'Retina';
    color: #ddd;
    display: block;
    text-align: center;
    clear: both;
}

.expression-field {
    text-align: center;
}

.small {
    font-size: 80%;
    font-weight: bold;
}

.percent {
    font-size: 54px;
    display: inline-block;
    line-height: 256px;
    z-index: 2;
    color: #dd4b39;
}

.percent-label {
    font-size: 16px;
    position: absolute;
    bottom: 85px;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    width: 256px;
    margin: 0;
    color: #dd4b39;
}

.chart {
    position: relative;
    display: inline-block;
    width: 256px;
    height: 256px;
    margin: 0;
    text-align: center;
    top: -255px;
}

.chart canvas {
    position: absolute;
    top: -1px;
    left: 0;
}

.fingerprint-comparison {
    background-image: url('../img/fingerprint-comparison-shadow.png');
    width: 778px;
    height: 262px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 12px;
    opacity: 0.3;
}

.fingerprint-comparison img {
    position: relative;
    top: 1px;
}

.status-messages, .info-messages {
    text-align: center;
    color: #252525;
    margin: 12px;
}

.status-messages {
    font-size: 16px;
    font-weight: 500;
}

.info-messages {
    font-weight: normal;
    font-size: 14px;
}

.btn-shortcuts {
    display: none;
}

.nav.nav-comparison button {
    padding: 0 6px 2px 8px;
}

.vs-seperator {
    padding: 0 13px;
}

.ui-tooltip {
    position: absolute;
    top: 100px;
    left: 100px;
}