﻿.tableWidth {
    background-color: lightgray;
    float: none;
    margin: 0 auto;
    border-collapse: separate;
}

.tableHeader {
    background-color: #333333;
}

.headerLinkBtn {
    text-decoration: none !important;
    color: #9d9d9d;
}

th {
    border-bottom: none !important;
    vertical-align: middle !important;
    text-align: center !important;
}

td {
    vertical-align: middle !important;
}

.ownedBy {
    padding: 6px;
    background-color: #6499c9;
    border-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 25px;
}

.coinCard {
    background: #254e73;
    text-align: center;
    padding: 20px;
    width: 220px;
    border-radius: 6px;
}

.title {
    text-align: center;
    color: darkgray;
}

.error {
    float: right;
    padding: 40px;
}
