.p-3 {
    padding-top: 1rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
}

.next-prev-div {
    float: right;
    margin-bottom: 0.5em;

}

.card .card-body {
    min-height: 100px;
}

.card-title {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}

.text-justify {
    text-indent: 2em;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

p {
	font-size:1.15em;
}

hr {
	height:0.10em;
	border-width:0;
	background-color:gray;
	margin-bottom:1em;
	margin-top:1em;
}
