bodys {
    background-image: url("/assets/img/background.jpg")!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-color: #e9ecef!important;
}

div#main {
    margin: 3rem;
}

.frontcard {
    margin: 2rem;
}
a:hover {
    text-decoration: none;
}
li.list-group-item {
    color: black;
}
.content-table {
    background-color: white;
    border-radius: 5px;
    border-top: none;
}

.row.buttons.dontprint {
    padding-right: 15px;
    padding-left: 15px;
}
li.nav-item {
    border-left: 1px solid rgba(255,255,255,.5);
	padding-bottom: 5px;
}

li.nav-item:hover {
	border-bottom: 3px solid #28a745;
}
.navbar {
	height: 65px;
}
