.highlight {
    background-color: yellow;
}

.user-fullname {
    background-color: #4D5153;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.user-title {
    background-color: #C72026;
    color: white;
    text-align: center;
    padding: 3px;
    width: 100%;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Background Pattern */
html {
	background-image: url("{{ asset('img/patterns/random_grey_variations.png') }}");
}
