<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vvBody .vvScoreBox {
    font-size: .8em;
}
.vvBody .vvScoreBox &gt; span 
{
    display: inline-block;
    font-size: 1.4em;
    text-align:center;
}
.vvBody &gt; section.vvNoSubsectionHeaders &gt; section {
    padding-top: 0px;
}
/* search and user logout */
.vvBody &gt; section &gt; section.vvAdjacentSection {
    display: inline-block;
    margin-top: 0px;
    width: 46%;
    vertical-align: top;
}
.vvBody &gt; section &gt; section.vvAdjacentSection:last-child {
    padding-left: 2%;
}
.vvBody &gt; section &gt; section.vvAdjacentSectionWRAPPED 
{
    display: block;
    padding-left: 8px !important;
    width: auto;
}
.vvBody &gt; section &gt; section.vvFullAddressUI {
    text-align: center;
}
.vvBody &gt; section &gt; section.vvFullAddressUI &gt; span {
    display: block;
    text-align: left;
}
.vvBody .vvSpinnerAddressSearch,
.vvBody #vvSpinnerNameSearch {
    display: none;
    padding: 0px 34px;
    vertical-align: middle;
}

/* My Scorecard results */
.vvBody #vvIndividualScorecardSearch &gt; .vvNoContent {
    height: 0px;
    overflow-y: hidden;
    margin: 0px;
    padding: 0px;
}
.vvBody #vvIndividualScorecardSearch section.vvNoContent + p.vvScorecardSearchResults {
    /* the .vvNoContent tactic doesn't _quite_ work for the search controls: adjust */
    margin-top: -17px;
}
.vvBody section.vvScorecardSearchResults label + span,
.vvBody section.vvScorecardSearchResults label + span + span {
    font-size: 0.815em;
}
.vvBody section.vvScorecardSearchResults table {
    margin-top: 0.815em;
    width: 100%;
}
.vvBody section.vvScorecardSearchResults .scorecardSearchImageColumn {
    width: 7%;
	text-align: left;
	vertical-align: middle;
}
.vvBody section.vvScorecardSearchResults .scorecardSearchImageColumn &gt; img {
	height: 3em;
}
.vvBody section.vvScorecardSearchResults .scorecardSearchNameColumn {
    vertical-align: middle;
	text-align: left;
	width: 43%;
	padding-left: 0.5em;
}
.vvBody section.vvScorecardSearchResults .scorecardSearchScoreColumn {
    width: 50%;
	vertical-align: middle;
	text-align: left;
}
.vvBody section.vvScorecardSearchResults .scorecardSearchScoreColumn &gt; div {
	width: 100%;
	vertical-align: middle;
}
.vv_ThumbnailName {
	text-align: left;
	vertical-align: middle;
}
.vvBody p.vvScorecardSearchResults {
    font-size: .815em;
}

#vvIndividualScorecardSearch&gt;header { 
    margin-bottom: 10px;
}
.vvBody section#vvConsolidatedScorecardResults &gt; section &gt; div {
    overflow-x: auto;
}
.vvBody section#vvConsolidatedScorecardResults &gt; section &gt; aside.vvScroller-left,
.vvBody section#vvConsolidatedScorecardResults &gt; section &gt; aside.vvScroller-right {
    background-color: rgba(128, 128, 128, 0.5);
    color: white;
    font-weight: bold;
    height: 100%;
    width: 50px;
    z-index: 0;
    position: relative;
}
.vvBody section#vvConsolidatedScorecardResults &gt; section &gt; aside.vvScroller-left,
.vvBody section#vvConsolidatedScorecardResults &gt; section &gt; aside.vvScroller-right {
    background-position: 9px 64px;
    background-repeat: repeat-y;
}
.vvBody section#vvConsolidatedScorecardResults &gt; section &gt; aside.vvScroller-left {
    background-image: url('/Content/images/chevron-left-repeat320.png');
    float: left;
    margin-right: -50px;
}
.vvBody section#vvConsolidatedScorecardResults &gt; section &gt; aside.vvScroller-right {
    background-image: url('/Content/images/chevron-right-repeat320.png');
    float: right;
    margin-left: -50px;
}

.vvBody section#vvConsolidatedScorecardResults &gt; #vvLoadingScorecards {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 0;
}

.vv_ProfileContainer {
    margin-left: 10px;
	display:table; 
}

.vv_ProfileSection {
    padding: 10px;
}

.vv_ProfiledEntityDescriptionContainer{
	display:table-cell;
}

.vv_ProfilePhotoContainer{
	display:table-cell;
	width: 100px;
}

.vv_ProgressBar{
	width: 50%;
	height: 25px;
	line-height: 25px;
	background-color: #CCCCCC;
	vertical-align: middle;
}
.vv_ProgressBar &gt; div {
	height: 100%;
	background-color: green;
	text-align: right;
	padding-right: 2%;
	font-size: 1.0em;
	color: white;
	font-weight: bold;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

table.vvScorecardAggregate tr td:first-child {
    border-left-style: solid;
    border-color: transparent;
    border-width: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

table.vvScorecardAggregate tr td:last-child {
    border-right-style: solid;
    border-color: transparent;
    border-width: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#vvIndividualScorecardSearch input[type="button"] {
    height: 36px;
}


.vvBody &gt; section .vv_ProfiledEntityDescriptionContainer ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.vv_ProfiledEntityDescriptionContainer {
    padding-left: 1.9em;
}

.vvBody #vvScorecardsByOffice ul.ui-tabs-nav {
    margin-top: -2px;
}
</pre></body></html>