.p-title{
    font-size: 1.5em;
    font-weight: bold;
}

.form-control:focus {
	border: 1px solid #475688;
	transition: all 0.1s ease-in-out;
	box-shadow: 0px 0px 0px 1px #475688 !important;
}

.table-responsive{
    padding: 5px;
}

/* body{
    font-family: "Roboto Condensed", sans-serif;
} */

