﻿.tdevent {
    margin: 5px;
    padding: 5px;
}

.tdevent-p {
    background: #d0edf7;
    border-radius: 10px 20px;
    width: 75px;
}

.appdown {
    background: #1f1f1f;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}

#customers {
    border-collapse: collapse;
    margin: auto;
    width: 90%;
}

#customers tr:nth-child(2n - 1) { background: rgba(47, 47, 47, 0.3); }

#customers td, #customers th { padding: 8px; }

.card-u-img {
    background-image: url(/images/card-enter.svg?ver=2.0);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.tpFixed {
    position: fixed;
    top: 50px;
    width: 100%;
}

.tp2Fixed {
    position: fixed;
    top: 91px;
    width: 100%;
}