/*.card {
    position: relative;
    display: block;
    background: white;
    color: black;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    padding: 0.5em 0.5em;
    box-sizing: border-box;
    margin-bottom: 1px;
    overflow: hidden;
}

.card:first-child {
    border-top-right-radius: 0.2em;
    border-top-left-radius: 0.2em;
}

.card:last-child {
    margin-bottom: 1px;
    border-bottom-right-radius: 0.2em;
    border-bottom-left-radius: 0.2em;
}

.card-gizmo {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    vertical-align: middle;
    font-size: 28px;
    line-height: 48px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
}

.card-gizmo:hover {
    color: #AAA;
}
*/

/*.list {
    position: relative;
    border-radius: 0.2em;
    margin: 0.5em;
    box-shadow: 0 1px 3px 1px #999;
    background-color: #CCC;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}*/

/*.card-item {
    line-height: 1.5em;
    font-size: 16px;
    margin-right: 28px;
}

.non-breaking {
    white-space: nowrap;
}

.card-item.double-height {
    line-height: 3em;
}

.card-item:not(.sub) {
    padding-left: 2em;
    text-indent: -2em;
}

.card-item.misc {
    margin-top: 0.75em;
    line-height: 14px;
    font-size: 14px;
    font-weight: 300;
}

.card-item.sub {
    font-weight: 300;
}

.card-item.trip-item.sub {
    text-indent: 3em;
}

.card:hover {
    background-color: #EFEFEF;
}*/

.right-aligned {
    text-align: right;
}

.last-page .next-page-button {
    display: none;
}

.first-page .prev-page-button {
    display: none;
}

.first-page.last-page .pages-label {
    display: none;
}