﻿.lowertext {
    font-size: 1em !important;
}

.clearall {
    clear: both;
}

.smalltext {
    font-size: 0.8em;
}

.spaceleft {
    padding-left: 14px;
}

.logpaging {
    position: relative;
    min-height: 74px;
}

.logpaging-current {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
}

.logpaging-prev {
    float: left;
    text-align: left;
    width: 42%;
}

.logpaging-next {
    float: right;
    text-align: right;
    width: 42%;
}

.clearall {
    clear: both;
}

.notloggedin {
    padding-left: 0 !important;
}

.badgefit {
    padding: 8px;
    width: 100%;
}

.apptitle {
    color: #000;
    font-size: 1.4em;
}

.app-header__logo a,
.app-header__logo a:hover,
.app-header__logo a:link,
.app-header__logo a:visited {
    text-decoration: none;
}

.closed-sidebar .apptitle {
    display: none
}

.striped-legend .row:nth-of-type(odd) {
    background-color: #eee;
}

.striped-legend .row:nth-of-type(even) {
    background-color: #fff;
}

.product-row {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px;
    margin: 6px;
}

.product-row a {
    line-height: 5.4;
}