<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Imagebox top right*/
div.vpwidget .ImageBox {
    color: #575757;
    background-color: #efefef;
    float: right;
    padding: 0 1px 5px 1px;
    margin-top: 3px;
}

div.vpwidget .ImageTitle {
    padding-left: 5px;
    font-weight: bolder;
}

div.vpwidget .ImageBox .ImageTitle {
    display: none;
}

div.vpwidget .ImageCaption {
    margin-left: 5px;
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
    display: table-row;
    line-height: 1.5em;
}

div.vpwidget .ImageCommands {
    text-align: center;
    color: #575757;
    margin-top: 15px;
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
}
/* No alignment types*/
div.vpwidget .ImageBoxNoFloat {
    color: #575757;
    background-color: #efefef;
    padding: 5px;
    /*margin-top: 3px;*/
    display: table;
}

div.vpwidget .ImageBoxNoFloat img {
    margin-bottom: 5px !Important;
}

div.vpwidget .ImageBoxNoFloat .ImageTitle {
    display: none;
}

div.vpwidget .NoAlignment {
    margin: 2px 30px 2px 10px !important;
    padding: 0px 20px 0px 0px;
}
/*New Image Alignments*/
div.vpwidget .ImageLeftAlignment {
    float: left;
    clear: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.vpwidget .ImageCenterAlignment {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

div.vpwidget .ImageRightAlignment {
    float: right;
    clear: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

div.vpwidget .HideImageTitle {
    display: none;
}

div.vpwidget .ShowImageTitle {
    padding-left: 5px;
    font-weight: bolder;
}

/* End new IMage Alignments*/
div.vpwidget table.DosesTable {
    width: 75%;
    border-collapse: collapse;
}

div.vpwidget table.DosesTable TD {
    border: 1px solid #969696;
    padding-left: 5px;
}

div.vpwidget table.DosesTable TH {
    border: 5px solid #969696;
}

/* Disclaimer box */
div.vpwidget .disclaimer-box {
    width: 98%;
    margin-top: 15px;
    height: auto;
    border: dotted 1px #6C6C6C;
    padding: 0 5px 0 8px;
    border-top: 1px solid #6c6c6c;
    background: #FFC url(/global/images/icon/exclamation.png) 8px 6px no-repeat;
    list-style: none;
}

div.vpwidget .disclaimer-box p {
    font-weight: 400;
    color: #181818;
    margin: 1px 0 9px 0;
}

div.vpwidget span.disclaimer {
    font-weight: 800;
    color: #424242;
    line-height: 2;
    letter-spacing: 1px;
    margin: 8px 0 0 25px;
}

/* Image Table Types (VINControlRendering/Library.cs) */
div.vpwidget table.BookReviewLeftImageboxContainer td {
    padding-right: 35px;
    padding-bottom: 10px;
}

div.vpwidget table.BookReviewRightImageboxContainer td {
    padding-left: 35px;
    padding-bottom: 10px;
}

div.vpwidget table.BookReviewDefaultImageboxContainer td {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
}

div.vpwidget table.PresentationTable,
div.vpwidget table.PresentationTable table.ImageCell1 td {
    background-color: #C8C8DC;
    padding: 1px;
}

div.vpwidget table.PresentationTable.Type2 table.ImageCell1 td,
div.vpwidget table.PresentationTable.Type3 table.ImageCell1 td,
div.vpwidget table.PresentationTable.Type5 table.ImageCell1 td,
div.vpwidget table.PresentationTable.Type7 table.ImageCell1 td,
div.vpwidget table.PresentationTable.Type13 table.ImageCell1 td {
    background-color: white;
}

div.vpwidget table.PresentationTable td {
    background-color: white;
    vertical-align: top;
    line-height: 1;
}

div.vpwidget table.PresentationTable.TableType2 table.ImageCell1 td,
div.vpwidget table.PresentationTable.TableType3 table.ImageCell1 td,
div.vpwidget table.PresentationTable.TableType5 table.ImageCell1 td,
div.vpwidget table.PresentationTable.TableType7 table.ImageCell1 td,
div.vpwidget table.PresentationTable.TableType13 table.ImageCell1 td {
    background-color: white;
}

div.vpwidget table.PresentationTable.Type2,
div.vpwidget table.PresentationTable table.ImageCell2 td {
    background-color: white;
}

div.vpwidget table.PresentationTable.Type1 table.ImageCell2 tr:first-of-type td:first-of-type,
div.vpwidget table.PresentationTable.Type2 table.ImageCell2 tr:first-of-type td:first-of-type,
div.vpwidget table.PresentationTable.Type8 table.ImageCell2 tr:first-of-type td:first-of-type,
div.vpwidget table.PresentationTable.Type11 table.ImageCell2 tr:first-of-type td:first-of-type,
div.vpwidget table.PresentationTable.Type12 table.ImageCell2 tr:first-of-type td:first-of-type {
    background-color: #C8C8DC;
}

div.vpwidget table.PresentationTable.Alignleft {
    margin-left: 0;
    margin-right: auto;
}

div.vpwidget table.PresentationTable.Alignright {
    margin-left: auto;
    margin-right: 0;
}

div.vpwidget table.PresentationTable.Aligncenter {
    margin-left: auto;
    margin-right: auto;
}

div.vpwidget .RightNewsImageboxContainer, div.vpwidget .LeftNewsImageboxContainer {
    margin: 10px;
}

div.vpwidget .RightNewsImageboxContainer {
    float: right;
    clear: right;
}

div.vpwidget .LeftNewsImageboxContainer {
    float: left;
    clear: left;
}

div.vpwidget .RightNewsImageboxContainer .ImageCaption, div.vpwidget .LeftNewsImageboxContainer .ImageCaption {
    display: block;
}

div.vpwidget table.PresentationTable textarea {
    width: auto;
}

div.vpwidget .SearchHint {
    display: none;
}
/* table style1 */
div.vpwidget .table-style1 {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 0.857em;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    width: 98%;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

div.vpwidget .table-style1 th {
    background: linear-gradient(#777, #444);
    border-left: 1px solid #555;
    border-right: 1px solid #777;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    box-shadow: inset 0 1px 0 #999;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    position: relative;
    text-shadow: 0 1px 0 #000;
    text-align: center;
}

div.vpwidget .table-style1 th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

div.vpwidget .table-style1 th:first-child {
    border-left: 1px solid #777;
    box-shadow: inset 1px 1px 0 #999;
}

div.vpwidget .table-style1 th:last-child {
    box-shadow: inset -1px 1px 0 #999;
}

div.vpwidget .table-style1 td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1px;
    position: relative;
    transition: all 300ms;
    text-align: center;
}

div.vpwidget .table-style1 td:first-child {
    box-shadow: inset 1px 0 0 #fff;
}

div.vpwidget .table-style1 td:last-child {
    border-right: 1px solid #e8e8e8;
    box-shadow: inset -1px 0 0 #fff;
}

div.vpwidget .table-style1 tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

div.vpwidget .table-style1 tr:last-of-type td:first-child {
    box-shadow: inset 1px -1px 0 #fff;
}

div.vpwidget .table-style1 tr:last-of-type td:last-child {
    box-shadow: inset -1px -1px 0 #fff;
}

div.vpwidget .style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
}


@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}
</pre></body></html>