/********** Template CSS **********/
.swagger-ui .scheme-container { display: none; }
.swagger-ui .information-container { display: none; }
.swagger-ui .topbar { display: none; }

:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
    --red: #680303;
    --blackish: #051b11;
	--ql-list-style-width: 1.2em;
	--ql-list-style-margin: 0.3em;
	--ql-list-style-outer-width: calc(var(--list-style-margin) + var(--list-style-width));
    margin: 0;
    padding: 0;
    max-width:100vw;
}

.small, small {
    font-size: .75rem;
}

#header {
	max-height: 15vh; /* fixed height */
	margin-left: 1hw;
	margin-right: 1hw;
}

@media (orientation: portrait) {
	#langSelect{
		right: -1vw;
        top: 1vh !important;
	}
	.navbar{
		padding-left: unset;
	    padding-right: unset;
	}
}

@media (orientation: landscape) {

	.navbar{
		padding-left: 5vw !important;
	    padding-right: 5vw !important;
	}
	#langSelect {
	    right: 5vw;
	}
}

.navbar {
    background-image: linear-gradient(180deg, var(--blackish), var(--dark), var(--dark), var(--dark), var(--dark), #fafafa);
    background-color:white;
    height:10vh;
}

#langSelect {
	float:right;
	text-align:right;
    color:#fafafa;
	height:1vh;
    position: absolute;
	top: 0;
    z-index: 100;	
}

#langSelect a {
    text-decoration: none;
    color: inherit;
}

#body {
	margin-left: 0;
	margin-right: 0;
	text-align: justify;
	flex-grow: 1; /* expand to fill available space */
}

#body .row{
	margin-left:unset;
	margin-right:unset;
}

#footer {
	display: block !important;
    text-align: center;
	height: 5vh; /* fixed height */
    top: calc(100% - 5vh);
}

.button-bar {
	display: flex;
    justify-content: flex-end;
    
    margin-top:1vh;
    margin-right:2vw;
}

#sorry-no-french {
    font-style: italic;
    color: var(--dark);
    text-align:center;
    max-width:100%;
}

.sd-code {
	background-color: whitesmoke;
    border-style: outset;
    border-radius: .5rem;
    display: block;
    height: auto;
    padding: 2rem;
    font-family: monospace;
    overflow-x:scroll;
}

.blog-entry {
	padding-bottom:1rem;
    margin-bottom: 2rem;
    overflow-y: hidden;
    max-height: 25vh;
    border-bottom:3px ridge var(--dark);
}

#editor-container p{
    margin-bottom: 2rem;
}

img.blog-post{
    float: left;margin-right: 1vw;margin-bottom: 1vh;	
}

.fingerprint-result {
    border-style: outset;
    border-radius: 1rem;
    display: flex;
    color: var(--bs-code-color);
    text-align: center;
    font-weight: bold;
    height: auto;
    min-height:3rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.copy-button{
	background-color: transparent;
	border-width:0;
	position:absolute;
	left:calc(100% - 2.5rem);
	top:.5rem;
}

.copy-button-icon {
	color:var(--bs-link-color);
	font-size:1.25rem;
}

.copy-success{
	color:green;
}

div {
    position: relative;
}

.text-danger {
    color: var(--red);
}

.global-error-box {
    border-color: var(--red);
    border-width: 3px;
    border-style: outset;
    color: var(--red);
    font-weight: bold;
}

.facts .fa {
    font-size: 2vw;
}

.blockDiv {
    position: unset;
    right: 0;
    left: 0;
    top: 0;
    display: block !important;
}

.facts {
    display: block;
    z-index: 1;
}

.factCounter {
    display: inline-block;
    text-align: center;
}

.factCounter h1 {
    font-size: 2vw;
}

.factCounter h5 {
    font-size: 1.5vw;
}

/*** Navbar ***/
.navbar-dark {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.navbar-collapse {
    margin-left: 2vw;
    padding-left: 1vw;
}

.navbar-toggler {
    color: var(--primary);
    border-color: var(--primary);
}

.sticky-top.navbar-dark {
    position: fixed;
}

.nav-link:hover {
    color: var(--primary);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover::before,
.navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
}

.navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
}

.sticky-top.navbar-dark .navbar-brand h1 {
    color: white;
}

.navbar-brand{
	margin-left: 1rem;
}

.mb-3 {
    margin-bottom: 0.5vw !important;
}

.innoLabWordmark {
    font-size: 4vh;
    margin-top: .75vh;
}

.innoLabWordmark img {
    vertical-align: middle;
    width: 7.5vh;
    padding-bottom: 2.5vh;
    padding-right: 2.5vh;
}

/*** Spinner ***/
.spinner-outer {
    opacity: 0.75;
}

.spinner {
    width: 80px;
    height: 80px;
    background: var(--primary) url(../img/innoLab_logo-white.png);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 3s infinite ease-in-out;
    animation: sk-rotateplane 3s infinite ease-in-out;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    25% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
    75% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    25% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
    75% {
        transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-179.9deg)
    }
    100% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
}

.quote {
    display: block;
    margin-left: 20%;
    margin-right: 20%;
    max-width: 60%;
    width: 100%;
    color: var(--dark);
}

.inner-quote {
    border-left: 6px solid var(--primary);
    border-left-style: ridge;
    display: block;
    font-style: italic;
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10%;
    width: max-content;
    color: var(--dark);
}

.quote-attr {
    display: block;
    font-style: italic;
    font-size: 1.2rem;
    text-align: right;
    color: var(--dark);
}


/*** Heading ***/
h1, h2, h3, h4, h5, h6, div, .form-control, input, textarea, button, a {
    font-family: 'Times New Roman', serif;
    font-size: 1rem;
}

h1 {
    font-size: 1.5rem;
    font-weight: 800 !important;
}

h2 {
    font-size: 1.25rem;
    font-weight: 800 !important;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
}

h4 {
    font-weight: 400;
    font-style: italic;
}

h5 {
    font-weight: 200;
    font-style: italic;
}

h6 {
    font-weight: bold;
    font-style: italic;
}

.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 100 !important;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.dropdown-item {
    color: var(--primary);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--secondary);
    background-color: transparent;
    border-color: var(--primary);
    border-width: 1px;
}

.carousel-caption {
    top: 10vw;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.image-credit {
    font-size: .75vw !important;
    font-style: italic !important;
    color: var(--dark) !important;
    text-align: right  !important;
}

.image-credit a {
    font-size: .75vw !important;
    text-decoration: none;
    color: var(--dark) !important;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    border-radius: 2px;
}


.section-title.section-title-sm::before {
    width: 100%;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 1%;
    height: 1px;
    bottom: 1px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s ease-in-out infinite alternate;
    animation: section-title-run 5s ease-in-out infinite;

}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
        width: 1px;
    }
    25% {
        width: 10%;
    }
    50% {
        left: 100%;
        width: 1px;
    }
    75% {
        width: 10%;
    }
    100% {
        left: 0;
        width: 1px;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }
    50% {
        left: 50%;
        margin-left: 45px;
    }
    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
        width: 1px;
    }
    25% {
        width: 5%;
    }
    50% {
        left: 100%;
        width: 1px;
    }
    75% {
        width: 5%;
    }
    100% {
        left: 0;
        width: 1px;
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 100px 3px 0;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}


/********************************
 *
 * Modifications to bootstrap_v5.3.0-alpha3.css
 *
 ********************************/


body {
	font-family: 'Times New Roman', serif;
    /*line-height: 1.5rem;*/
    color: var(--blackish);
    background-color: #fafafa;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    height:100vh;
}

#navbarCollapse div {
    background-color: var(--dark);
    border-top-width: 2px;
    border-top-color: var(--dark);
}

#accountDD {
    left: calc(50% * -1);
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25em !important
}

.m-2 {
    margin: .5em !important
}

.m-3 {
    margin: 1em !important
}

.m-4 {
    margin: 1.5em !important
}

.m-5 {
    margin: 3em !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25em !important;
    margin-left: .25em !important
}

.mx-2 {
    margin-right: .5em !important;
    margin-left: .5em !important
}

.mx-3 {
    margin-right: 1em !important;
    margin-left: 1em !important
}

.mx-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important
}

.mx-5 {
    margin-right: 3em !important;
    margin-left: 3em !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25em !important;
    margin-bottom: .25em !important
}

.my-2 {
    margin-top: .5em !important;
    margin-bottom: .5em !important
}

.my-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}

.my-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important
}

.my-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25em !important
}

.mt-2 {
    margin-top: .5em !important
}

.mt-3 {
    margin-top: 1em !important
}

.mt-4 {
    margin-top: 1.5em !important
}

.mt-5 {
    margin-top: 3em !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25em !important
}

.me-2 {
    margin-right: .5em !important
}

.me-3 {
    margin-right: 1em !important
}

.me-4 {
    margin-right: 1.5em !important
}

.me-5 {
    margin-right: 3em !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25em !important
}

.mb-2 {
    margin-bottom: .5em !important
}

.mb-3 {
    margin-bottom: 1em !important
}

.mb-4 {
    margin-bottom: 1.5em !important
}

.mb-5 {
    margin-bottom: 3em !important;
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25em !important
}

.ms-2 {
    margin-left: .5em !important
}

.ms-3 {
    margin-left: 1em !important
}

.ms-4 {
    margin-left: 1.5em !important
}

.ms-5 {
    margin-left: 3em !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.25em !important
}

.m-n2 {
    margin: -.5em !important
}

.m-n3 {
    margin: -1em !important
}

.m-n4 {
    margin: -1.5em !important
}

.m-n5 {
    margin: -3em !important
}

.mx-n1 {
    margin-right: -.25em !important;
    margin-left: -.25em !important
}

.mx-n2 {
    margin-right: -.5em !important;
    margin-left: -.5em !important
}

.mx-n3 {
    margin-right: -1em !important;
    margin-left: -1em !important
}

.mx-n4 {
    margin-right: -1.5em !important;
    margin-left: -1.5em !important
}

.mx-n5 {
    margin-right: -3em !important;
    margin-left: -3em !important
}

.my-n1 {
    margin-top: -.25em !important;
    margin-bottom: -.25em !important
}

.my-n2 {
    margin-top: -.5em !important;
    margin-bottom: -.5em !important
}

.my-n3 {
    margin-top: -1em !important;
    margin-bottom: -1em !important
}

.my-n4 {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important
}

.my-n5 {
    margin-top: -3em !important;
    margin-bottom: -3em !important
}

.mt-n1 {
    margin-top: -.25em !important
}

.mt-n2 {
    margin-top: -.5em !important
}

.mt-n3 {
    margin-top: -1em !important
}

.mt-n4 {
    margin-top: -1.5em !important
}

.mt-n5 {
    margin-top: -3em !important
}

.me-n1 {
    margin-right: -.25em !important
}

.me-n2 {
    margin-right: -.5em !important
}

.me-n3 {
    margin-right: -1em !important
}

.me-n4 {
    margin-right: -1.5em !important
}

.me-n5 {
    margin-right: -3em !important
}

.mb-n1 {
    margin-bottom: -.25em !important
}

.mb-n2 {
    margin-bottom: -.5em !important
}

.mb-n3 {
    margin-bottom: -1em !important
}

.mb-n4 {
    margin-bottom: -1.5em !important
}

.mb-n5 {
    margin-bottom: -3em !important
}

.ms-n1 {
    margin-left: -.25em !important
}

.ms-n2 {
    margin-left: -.5em !important
}

.ms-n3 {
    margin-left: -1em !important
}

.ms-n4 {
    margin-left: -1.5em !important
}

.ms-n5 {
    margin-left: -3em !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25em !important
}

.p-2 {
    padding: .5em !important
}

.p-3 {
    padding: 1em !important
}

.p-4 {
    padding: 1.5em !important
}

.p-5 {
    padding: 3em !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25em !important;
    padding-left: .25em !important
}

.px-2 {
    padding-right: .5em !important;
    padding-left: .5em !important
}

.px-3 {
    padding-right: 1em !important;
    padding-left: 1em !important
}

.px-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important
}

.px-5 {
    padding-right: 3em !important;
    padding-left: 3em !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25em !important;
    padding-bottom: .25em !important
}

.py-2 {
    padding-top: .5em !important;
    padding-bottom: .5em !important
}

.py-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.py-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important
}

.py-5 {
    padding-top: 2vw !important;
    padding-bottom: 2vw !important;
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25em !important
}

.pt-2 {
    padding-top: .5em !important
}

.pt-3 {
    padding-top: 1em !important
}

.pt-4 {
    padding-top: 1.5em !important
}

.pt-5 {
    padding-top: 3em !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25em !important
}

.pe-2 {
    padding-right: .5em !important
}

.pe-3 {
    padding-right: 1em !important
}

.pe-4 {
    padding-right: 1.5em !important
}

.pe-5 {
    padding-right: 3em !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25em !important
}

.pb-2 {
    padding-bottom: .5em !important
}

.pb-3 {
    padding-bottom: 1em !important;
}

.pb-4 {
    padding-bottom: 1.5em !important
}

.pb-5 {
    padding-bottom: 3em !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25em !important
}

.ps-2 {
    padding-left: .5em !important
}

.ps-3 {
    padding-left: 1em !important
}

.ps-4 {
    padding-left: 1.5em !important
}

.ps-5 {
    padding-left: 3em !important
}

.img-float-r {
    float: right;
    margin-left: 1.5vw;
    margin-bottom: 1vw;
    font-size: .75rem;
    width: 50%
}

.img-float-l {
    float: left;
    margin-right: 1.5vw;
    margin-bottom: 1vw;
    font-size: .75rem;
    width: 50%
}

.img-float-r img {
    width: 100%;
    max-width: 100%;
}


@keyframes collapseMe {
    from {
        max-height: 100%; /* or a fixed height */
    }

    to {
        height: 0;
        opacity: 0; /* optional, for a fade-out effect */
    }
}

.collapseMe {
    animation-name: collapseMe;
    animation-timing-function: ease-in;
    animation-duration: .5s;
    animation-fill-mode: forwards; /* keep the final state */
    overflow: hidden; /* hide the content when collapsing */
}

#blog-content .chat-bubble-right{
	font-family: 'Comic Sans MS' !important; 
	font-size:1rem !important;
}

#blog-content .chat-bubble-left{
	font-family: 'Courier New' !important; 
	font-size:1rem !important;
}

.chat-bubble-right::before {
    z-index:auto;
    content: "";
    position: absolute;
    left: calc(100% - .5rem);
    top: .75rem;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
    background-color:#f6f6f6;
    border-color: #999;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);*/
}
.chat-bubble-right {
    border-radius: 1rem;
    box-shadow: .5rem .5rem .5rem rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: .5rem;
    padding-right: 1.25rem;
    margin-right:1vw;
    margin-left:10%;
    margin-bottom:2rem;
    position: relative;
    width:calc(90% - 1rem);
    background-color: #f6f6f6;
    border-color: #999;
    border-width: 1px;
    border-style: solid;
    top: 0px;
    font-style: italic;
    font-family: Arial, sans-serif;
    font-size: 1em;
    text-align: left;
}

.chat-bubble-left::before {
    z-index:auto;
    content: "";
    position: absolute;
    left: -.5rem;
    top: .75rem;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
    background-color:#f6f6f6;
    border-color: #999;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);*/
}
.chat-bubble-left {
    border-radius: 1rem;
    box-shadow: .5rem .5rem .5rem rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: .5rem;
    padding-left: 1rem;
    padding-right:1.25rem;
    left:1rem;
    margin-left:1vw;
    margin-right:10%;
    margin-bottom:2rem;
    position: relative;
    width:calc(90% - 1rem);
    background-color: #f6f6f6;
    border-color: #999;
    border-width: 1px;
    border-style: solid;
    font-size: 1.2em;
    top: 0px;
    text-align: left;
}

.imageCredit{
    color: #999;
    text-align:right;
    float:right;
    font-size:.75rem;
    font-style:italic;
    text-decoration: none;
    margin-bottom:.25rem;
}
#blog-content blockquote {
	margin-left: 2vw;
	padding-left: 1vw;
	border: 0 solid transparent;
	border-image-source: url("/static/img/blockquote.svg");
	border-image-width:1vw;

	/* This is the effective padding, as padding-left is more like an offset from the margin. */
	border-left-width: 1vw;
	border-image-slice: 0 0 0 100%;
	border-image-repeat: stretch;
	border-image-width: 0 0 0 1vw;
}

#blog-content blockquote p{
	font-size: 1rem;
    margin: 0 0 -0.5vh 0;
}