/**
 * (c) Kjeld Borch Egevang
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

div.card, header {
    margin-bottom: 20px;
}

.card-title {
    background-color: #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.btn img {
    filter: invert(1);
}

.btn {
    margin-left: 10px;
}

img.cp {
    margin-top: 5px;
    margin-left: 5px;
    float: right;
}

.flip img {
    transform: scaleX(-1);
}

.clear {
    clear: both;
}

h1 {
    background-color: #d0d0d0;
    margin-bottom: 20px;
    border: 1px solid;
}

table, td, th {
    border: 1px solid;
}
