<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.profile img.photoRight {
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #333333;
    float: right;
}
.profile img.photo {
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid black;
    float: right;
}

.profile .extraBottomMargin40 {
    margin-bottom: 40px;
}
.profile .topMargin {
    margin-top: 20px;
}
.profile .footerSpace {
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;;
}
.profile .bottomArrowLeft {
    margin-right: 20px;
}
.profile .bottomArrowRight {

}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}</pre></body></html>