/* Custom styles that override AdminLTE */
.content-wrapper {
    background-color: #f4f6f9;
}

.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.table {
    font-size: 14px;
}

.img-thumbnail {
    max-width: 100px;
    transition: transform .2s;
}

    .img-thumbnail:hover {
        transform: scale(1.5);
    }
