﻿.row,
[class*="col-"] {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-bottom: 4px !important;
}

.content {
    margin: 2px;
}
#cardcont {
    position: relative;
    height: 99%;
}
#card {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}

.fa-trash {
    padding-left: 4px;
}

.fa-trash:hover {
    color: red;
    text-shadow: 1px 1px yellow;
}