<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.textB {
    width: 100%;
    color: rgb(42, 86, 165);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 15px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.textBox {
    width: 100%;
    border: thin solid rgb(42, 86, 165);
    color: rgb(42, 86, 165);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 15px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.marginBottom {
    margin-bottom: 10px;
}
.marginBottom1 {
    margin-bottom: 18px;
}
.presenterImage {
    background-clip: content-box;
    background-color: rgba(113,203,243,1.00);
}
}

.vertical {
    max-height: 325px;
	max-height: 100%;
}</pre></body></html>