<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.asform__submit .btn,
.select-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.asform__header--item:hover,
.checkbox-block,
.select-block select {
    cursor: pointer
}

.asform .owl-next.disabled,
.asform .owl-prev.disabled {
    opacity: 0
}

body {
    margin: 0;
    padding: 0
}

input:focus {
    outline: 0
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proximanovasemibold.otf);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proximanovabold.otf);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: icon;
    src: url(../fonts/icon.eot?gflhn1);
    src: url(../fonts/icon.eot?gflhn1#iefix) format("embedded-opentype"), url(../fonts/icon.ttf?gflhn1) format("truetype"), url(../fonts/icon.woff?gflhn1) format("woff"), url(../fonts/icon.svg?gflhn1#icon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.asform,
.select-block input,
.select-block option,
.select-block select {
    font-family: ProximaNova
}

.icon-aerialplatform:before {
    content: "\e900"
}

.icon-attachement:before {
    content: "\e901"
}

.icon-battery:before {
    content: "\e902"
}

.icon-boomlift:before {
    content: "\e903";
    font-size: 50px;
}

.icon-diehandler:before {
    content: "\e904"
}

.icon-forklift:before {
    content: "\e905";
    font-size: 50px;
}

.icon-icon:before {
    content: "\e906"
}

.icon-scissorlift:before {
    content: "\e907"
}

.icon-scrubber:before {
    content: "\e908"
}

.icon-telehandler:before {
    content: "\e909";
    font-size: 50px;
}

.icon-towtractor:before {
    content: "\e90a"
}

.asform__header:after,
.asform__header:before {
    content: "";
    display: block;
    height: 105px;
    position: absolute;
    background-color: rgba(0, 0, 0, .65)
}

.asform .owl-controls {
    position: absolute;
    width: 100%;
    color: #717172;
    font-size: 25px;
    top: 0
}

.asform .owl-next {
    position: absolute;
    right: 2px;
    top: 40px
}

.asform .owl-prev {
    position: absolute;
    left: 2px;
    top: 40px
}

.asform {
    /*background-image: url(../images/bg-search.jpg);*/
    background-color: #333;
    min-height: 570px;
    background-position: center;
    background-size: cover;
    font-size: 14px
}

.asform__wrapper {
    max-width: 1400px;
    margin: 0 auto
}

.asform__header {
    margin: 0 auto
}

.asform__header:before {
    width: calc(100vw/2 - 700px);
    left: calc(700px - 100vw/2)
}

.asform__header:after {
    top: 0;
    width: calc(100vw/2 - 700px + 3px);
    right: calc(700px - 100vw/2)
}

.asform__header--item {
    padding: 15px 5px;
    position: relative;
    font-size: 10px;
    height: 75px;
    background-color: rgba(0, 0, 0, .65)
}

.asform__header--item .add-wrapper {
    display: table;
    width: 100%
}

.asform__header--item .icon {
    display: block;
    margin: 0 auto 3px;
    width: 70px;
    height: 50px;
    color: #fff;
    font-size: 40px;
    text-align: center
}

.asform__header--item span {
    display: table-cell;
    height: 25px;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.asform__header--item.active .icon,
.asform__header--item.active span,
.asform__header--item:hover .icon,
.asform__header--item:hover span {
    color: #ffd71a
}

.asform__header--item.active {
    background: 0 0
}

.asform__body {
    padding: 25px 30px 35px;
    display: none
}

.asform__body--item {
    width: 30%;
    color: #fff;
    float: left;
    padding: 0 1.6666%
}

.asform__submit {
    width: 30%;
    margin: 21px auto 0;
    text-align: center;
    font-size: 0
}

.asform__submit .btn {
    appearance: none;
    width: 47%;
    background-color: #a4a4a4;
    border: 2px solid #a4a4a4;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    height: 34px;
    padding: unset;
}

.asform__submit .btn:hover {
    background-color: #d70000;
    border-color: #d70000;
    color: #fff
}

.asform__submit .btn:last-child {
    margin-left: 6%
}

.asform__submit .yellow-btn {
    background-color: #ffd71a;
    border-color: #ffb503
}

.asform__submit .yellow-btn:hover {
    background-color: #9bbc44;
    border-color: #9bbc44;
    color: inherit
}

.asform__submit .orange-btn {
    background-color: #fe9700;
    border-color: #724400;
    color: #fff;
}

.asform__submit .orange-btn:hover {
    background-color: #9bbc44;
    border-color: #9bbc44;
    color: inherit
}
.asform__btn-wrapper {
    /* display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto; */
    width: 402px;
}
.asform__btn-wrapper .orange-btn {
    width: 100%;
    margin-left: 0px;
}

.asform__submit .disabled-btn {
    background-color: #FFFFFF;
    border-color: #FEFEFE
}

.asform__submit .disabled-btn:hover {
    background-color: #C4C4C4;
    border-color: #BDBDBD;
    color: inherit
}

.start-form {
    width: auto;
    float: none;
    text-align: center;
    max-width: 600px;
    margin: 140px auto 0
}

.start-form input {
    max-width: 300px;
    padding-right: 10px
}

.start-form input::-webkit-input-placeholder {
    text-align: center
}

.start-form .select-block {
    margin-bottom: 0
}

.start-form .select-block label {
    margin-bottom: 15px
}

.start-btn {
    margin-left: 0!important
}

.slider-block__slider {
    margin-left: 8px;
    margin-right: 8px
}

.slider-block__top {
    font-size: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    grid-column-start: span 3;
}

.slider-block__top span {
    font-size: 16px
}
/*
.slider-block__top--range span {
    font-size: 14px
}
*/
.slider-block__top input {
    display: none
}

.slider-block__top--range {
    color: #ffd71a;
    display: inline-block;
    margin-left: 10px
}

.slider-block__bottom {
    display: table;
    width: 100%
}

.slider-block__bottom span {
    display: table-cell;
    color: #a4a4a4;
    font-size: 10px;
    padding-top: 8px;
    padding-bottom: 13px
}

.slider-block__bottom span:last-child {
    text-align: right
}

.slider-block {
   /* display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap; */
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr auto;
}

.slider-block__slider {
    flex-grow: 1;
}
.slider-block__plus-minus {
    display: flex;
    justify-content: center;
    /*align-items:center;*/
    margin-top: 7px;
    width: 42px;
}
.slider-block__plus-minus img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.slider-block__plus-minus img:first-child {
    margin-right: 2px;
}

.select-block {
    margin-bottom: 13px
}

.select-block label {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    white-space: nowrap;
}

@media only screen and (max-width: 374px){
  .select-block label {
      font-size: 14px;
  }
}

.select-block label span{
    font-weight: 400;
    font-size: 11px;
    color: #333;
}
.select-block div.static {
    font-weight: 400;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px){
    .select-block label span{
        display: none;
    }
    .radio-block__group label.checkbox-block span {
        display: inline-block;
    }
}

.checkbox-block span,.select-block .radio-block__group {
    display: inline-block
}

.select-block select {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 30px;
    border: 1px solid #a4a4a4;
    background-color: white;
    appearance: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 25px;
}

@media only screen and (max-width: 374px){
  .select-block select {
      margin-top: 22px;
  }
}

.select-block label + select{
    margin-top: 0;
}

.select-block select[multiple]{
    height: 102px;
    background-image: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
}

.select-block select[multiple] option{
    padding-top: 3.3px;
    padding-bottom: 3.3px;
    padding-left: 5px;
}

.select-block option {
    font-size: 14px;
    font-weight: 700
}

.select-block input {
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
    padding-left: 5px;
    font-size: 14px;
    border: 1px solid #a4a4a4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0;
}

.select-block input[type=number] {
    -moz-appearance: textfield
}

.select-block .radio-block {
    margin-top: 10px
}
.select-block .radio-block.radio-block-centered {
    text-align: center;
}

.select-block .radio-block__group:nth-child(2) {
    margin: 0 25px
}

.checkbox-block input {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px
}

.checkbox-block input:not(checked) {
    position: absolute;
    opacity: 0
}

.checkbox-block input:not(checked)+span {
    position: relative;
    padding-left: 24px
}

.checkbox-block input:not(checked)+span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 13px;
    background: #FFF;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.checkbox-block input:not(checked)+span:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: #fff
}

.checkbox-block input:checked+span:after {
    background: #9FD468
}

.select-block .checkbox-block span {
    text-transform: none;
    font-size: 14px;
    vertical-align: top;
    margin: 0 3px 0 0;
    height: 17px;
    line-height: 17px;
    color: white;
}

.hours:after,
.lbs:after {
    text-transform: uppercase
}

.dol:before {
    content: "$"
}

.lbs:after {
    content: " lbs";
}

.hours:after {
    content: " hours";
}

.inches:after {
    content: "\" or higher";
}

.width-50 {
    width: 47%;
    float: left
}

.width-50:last-child {
    margin-left: 6%
}

@media only screen and (max-width: 374px){
    .width-50{
        width: calc(50% - 5px);
    }
    .width-50:last-child {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1050px) {
    .asform__body--item {
        width: 45%;
        padding: 0 2.5%;
        float: none
    }

    .asform__body--item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
    div[data-form-name="all_equipment"] .asform__body--item:nth-child(2) {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: 100%
    }
    div[data-form-name="all_equipment"] .asform__body--item:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%
    }

    .asform__body--item.start-form {
        width: 100%
    }
    .asform__item-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .asform__submit {
        width: 60%
    }
}

@media only screen and (max-width:768px) {
    .asform__body {
        padding-right: 30px;
        padding-left: 30px
    }
    .asform__body--item {
        width: 100%
    }
    .asform__submit {
        width: 90%
    }
}

/* KS Styles */
/* find and reset buttons are inputs, don't want the indent */
.btn {
    text-indent: 0;
}

/* copied from old search form */
.sort div.sort-form {
    width: 49%;
    float: left;
    text-align: center;
    padding: 0;
}
.sort div.sort-form select {
    text-transform: none;
}

/* expired and delete buttons */

.item_img_adv {
    position: relative;
}
.item_img_adv .btn {
    position: absolute;
    top: 100px;
    background: red;
    padding: 2px 2px 2px 2px;
    width: 100px;
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    box-sizing: border-box;
}
.item_img_adv .btn a {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    color: #FFF;
    text-transform: uppercase;
}
.item_img_adv .btn a:hover {
    text-decoration: underline;
}
.item_img_adv .extend {
    left: 0px;
}
.item_img_adv .delete {
    left: 120px;
}
.item_img_adv .deleted {
    position: absolute;
    top: 100px;
    left: 0px;
    background: red;
    padding: 2px 0px 2px 0px;
    width: 220px;
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    color: #FFF;
    text-transform: uppercase;
}
.item_img_adv .expired {
    position: absolute;
    top: 30px;
    left: 0px;
    background: #FFF;
    padding: 5px 0px 5px 0px;
    width: 220px;
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
}
.bordered .expired {
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
}
.bordered .extend {
    border-left: 1px solid #a4a4a4;
}
.bordered .delete {
    border-right: 1px solid #a4a4a4;
}

/* video overlay */
.item_img_adv .video-overlay {
    position: absolute;
    top: 6px;
    left: 180px;
    background: #FFF;
    /*padding: 5px 0px 0px 5px;*/
    width: 40px;
    height: 34px;
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
}
.item_img_adv .video-overlay img {
    float: right;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    margin-top: 4px;
}

@media screen and (max-width: 801px) {
    .item_img_adv .expired {
        width: 180px;
        top: 0;
        border-radius: 5px 5px 0 0;
    }
    .item_img_adv .deleted {
        width: 180px;
        top: 35px;
    }
    .bordered .expired {
        border-left: 1px solid #a4a4a4;
        border-right: 1px solid #a4a4a4;
        border-top: 1px solid #a4a4a4;
    }
    .item_img_adv .btn {
        top: 35px;
        font-size: 12px;
        width: 80px;
    }
    .item_img_adv .extend {
        left: 0px;
    }
    .item_img_adv .delete {
        left: 100px;
    }
}

.content_item_adv_mob .item_img_adv .video-overlay {
    position: absolute;
    top: 6px;
    left: 0px;
    background: #FFF;
    width: 40px;
    height: 34px;
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
}
.content_item_adv_edit .item_img_adv .video-overlay {
    position: absolute;
    top: 6px;
    left: 0px;
    background: #FFF;
    width: 40px;
    height: 34px;
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
}

.content_item_adv_mob .item_img_adv .expired {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px 0px 0px 0px;
    background: #FFF;
    padding: 5px 0px 5px 0px;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
}
.content_item_adv_mob .item_img_adv .extend {
    top: 45px;
}
.content_item_adv_mob .item_img_adv .delete {
    top: 75px;
    left: 0px;
}

.search-list-view .content_item_adv_edit .expired {
    top: 0px;
    border-radius: 5px 0 0 0;
    width: 100%;
}
.search-list-view .content_item_adv_edit .btn {
    top: 116px;
    width: 90px;
}
.search-list-view .content_item_adv_edit .extend {
    left: 0px;
    bottom: 1px;
    top: auto;
    border-radius: 0 0 0 5px;
}
.search-list-view .content_item_adv_edit .delete {
    bottom: 1px;
    right: 0px;
    left: auto;
    top: auto;
}
.search-list-view .content_item_adv_edit .bordered .expired {
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-right: none;
}
.search-list-view .content_item_adv_edit .bordered .extend {
    border-left: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
    bottom: 0px;
}
.search-list-view .content_item_adv_edit .bordered .delete {
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
    bottom: 0px;
}

/* tjf */
.asform__body--full {
    width: 96.66666%;
    color: #fff;
    float: left;
    padding: 0 1.66666%;
}
.select-block.heading {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
}
.select-block label span.new {
    background-color:#ff8c00;
    color: white;
    padding: 2px 3px 2px 3px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    margin-left: 9px;
}
span.new {
    background-color:#ff8c00;
    color: white;
    padding: 2px 3px 2px 3px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    margin-left: 9px;
}

@media only screen and (max-width:1050px) {
    .asform__body--full {
        width: 95%;
        padding: 0 2.5%;
    }
}

.other-subcat-list option {
    font-weight: bold;
}
.other-subcat-list option[disabled] {
    font-weight: normal;
}
.multiselect-block label.heading {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 5px
}
.multiselect-block  {
    margin-bottom: 13px;
}
.SumoSelect {
    color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #a4a4a4;
    height: 32px;
    width: 100%;
}		
.SumoSelect .CaptionCont {
    border: none;
    height: 22px;
}
.SumoSelect .CaptionCont span, .SumoSelect .CaptionCont span.placeholder {
    height: 22px;
    line-height: 22px;
    color: black;
    font-style: normal;
    font-weight: 700;
}
.SumoSelect &gt; .CaptionCont &gt; label &gt; i {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 22px;
    margin-top: 9px;
}
.optWrapper .options .opt label {
    font-size: 14px;
    text-transform: none;
}
.optWrapper .options .disabled span i {
    visibility: hidden;
}

/* stops zoom on iOS */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    select,
    textarea,
    input {
        font-size: 16px;
    }
}
/* sumo drop downs */
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnOk {
    background-color: #ffd71a;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnOk:hover {
    background-color: #9bbc44;;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnCancel {
    background-color: #a4a4a4;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .MultiControls &gt; p.btnCancel:hover {
    background-color: #d70000;
}
/* JUST TESTING - Half Moon Slider Handles */
.ui-slider .ui-slider-handle {
    width: 20px;
    top: -23px;
}
.ui-slider .ui-slider-handle:nth-child(3) {
    margin-left: 0px !important;
}
.ui-slider .ui-slider-handle:before {
    content:"";
    display:block;
    position:absolute;
    height:24px;
    width:12px;
    background-color:#ffd71a;
    border-radius:0px;
    top:12px;
    left:12px
}
.ui-slider .ui-slider-handle:nth-child(2):before {
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    left: 7px;
}
.ui-slider .ui-slider-handle:nth-child(3):before {
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
    left: 1px;
}

.slider-block-single .ui-slider .ui-slider-handle:before {
    content:"";
    display:block;
    position:absolute;
    height:24px;
    width:24px;
    background-color:#ffd71a;
    border-radius:0px;
    top:12px;
    /*left:12px*/
}
.slider-block-single .ui-slider .ui-slider-handle:nth-child(2):before {
    border-radius: 12px;
}
.slider-block-single .ui-slider .ui-slider-handle:nth-child(3) {
    width: 0;
    display: none;
}
.slider-block-single .ui-slider .ui-slider-handle:nth-child(3):before {
    width: 0;
    display: none;
}
.slider-block-single .ui-widget.ui-widget-content {
    /*margin-right: 0px;*/
}
/* .ui-slider .ui-slider-handle.ui-state-hover:before {
    background-color: green;
    z-index: 500;
} */
.ui-slider .ui-slider-handle:nth-child(3):before {
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
    left: 1px;
}
.slider-block__bottom span {
    padding-top: 13px;
    padding-bottom: 8px;
}

.model_links {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-content: flex-start;
    margin-top: 10px;
}
.model_links div {
    flex-grow: 0;
    width: 125px;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
    font-size: .9em;
}
.model_links div a {
    text-decoration: none;
    color: #444444;
    word-wrap: break-word;
}
.model_links div a:hover {
    text-decoration: underline;
}
.subtype_links {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-content: flex-start;
    margin-top: 10px;
}
.subtype_links &gt; div {
    flex-grow: 0;
    width: 340px;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
    font-size: .9em;
}
.subtype_links &gt; div &gt; a {
	color: rgb(68, 68, 68);
    text-overflow: ellipsis;
    overflow: hidden;
}
.subtype_links &gt; div &gt; a:hover {
	text-decoration: underline;
}
.subtype_links &gt; div &gt; a:visited {
	color: rgb(68, 68, 68);
}
.view-details .fa.fa-youtube-play {  
    font-size: 18px;
    line-height: 14px;
    vertical-align: middle;
    color: #ff0000;
}
.view-details img.youtube-play {  
    height: 12px;
    line-height: 14px;
    vertical-align: middle;
    padding-bottom: 2px;
}</pre></body></html>