<strong></strong>@charset "utf-8";
/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,s
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

/* ======= Site Created by 
Courtney Thoendel =======/

/*RID OF IOS STYLING*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

ol, ul {list-style: none;}
.clear {clear:both; height:0px; margin:0;}

html, body {
	width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit; 
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*
ORANGE #d92e00;
BLACK: #000000
GRAY: #333333
TAN/PEACH: #d9c4ab
*/

/* Hides giant arrows that show up on inventory pages on Chrome */


/*=========================
		TYPOGRAPHY 
=========================*/
a {text-decoration: none; color: #fff; font-weight: 400;}

a:link {text-decoration: none; color: inherit;}

a:visited {color:inherit;}

a:hover{text-decoration: none; font-weight: bold; color: #ff0000;}

a:active {color: #000;}

body a {color: #000; margin: 0;}

p {font-family: 'Roboto', sans-serif, Arial; font-weight: 400; font-size: 20px;}

h1 {font-family: 'Roboto', sans-serif, Arial; font-weight: bold; text-transform: uppercase; font-size: 40px; color: #000; letter-spacing: 1px;}
h2 {font-family: 'Roboto', sans-serif, Arial; font-weight: 700; color: #000;}
h3 {font-family: 'Roboto', sans-serif, Arial; font-weight: 700; text-transform: uppercase; color: #000; letter-spacing: 1px;}

.hiddenicons {display: none;}
.bid {width: 85%;}
.location {font-weight: 900; font-style: italic; padding: 15px 0 0 25px;}
.bold {font-weight: 900;}
/*=========================
		BASE STYLES
=========================*/
.col1 {width: 100%; display:inline-block; vertical-align:top; position:relative; background: #fff;}
.col2 {width: 50%; float:left; position:relative; height: auto; display:inline-block;}
.col3 {width: 33.33%; float:left; position:relative; height: auto;}
.col4 {width: 25%; float:left; position:relative; height:auto;}
.col5 {width: 20%; display:inline-block; vertical-align:top; position:relative;}
.col6 {width: 16.666%; float:left; position:relative; height: auto; display:inline-block;}
.col3-8 {width: 37.50%; float:left; position:relative; height: 130px;}
.col2-3 {width: 66.66%; float: left; position: relative; height: auto;}
.col3-4 {width: 75%; float: left; position: relative; height: auto; display: inline-block;}
.col30 {width: 30%;}
.colcenter {width: 60%; text-align: center; position: relative; margin: 0 auto; margin-top: .60em;}
.col-left {display:inline-block; position: relative; vertical-align: top; width: 25%}
.col-middle {display:inline-block; position: relative; vertical-align: top; width: 49%;}
.col-right {display:inline-block; position: relative; vertical-align: top; width: 23%}

.grey {background-color:rgba(204, 204, 204, 0.25);}
.padding {padding: 2em;}
/*=======================
		SLIDESHOW
=========================*/
.cycle-slideshow {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
}

/*=======================
		WELCOME
=========================*/
.welcome {
	background:#fff;
	position: relative;
	padding:3em 5em;
}

.welcome-heading {
	background: #d92e00;
	padding: 15px;
	color: #fff;
	margin-top:2em;
	font-size: 26px;
}

.col3 img {
	width: 325px;
	margin: 0 auto;
	display: block;
}

.sign {
	margin:3em 0;
}

/*=======================
	   ZOOM BUTTONS
=========================*/
.button-wrap { 
	background-image: url(../siteart/background-texture.jpg);
    border-top: 15px solid #000;
	border-bottom: 15px solid #000;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-zoom-container {
	list-style: none;
	font-size: 0px;
	text-align: center;
}

.zoom-container, .zoom-container-info {
    position: relative;
    overflow: hidden;
    width: 20%;
    margin: 1% .5% 0 .5%;
    text-align: center;
    display: inline-block;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
}

.zoom-container .zoom-caption, .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .4);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
}

.zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    background: #d92e00;
    color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
	padding: 7px;
}


.zoom-container:hover img, .zoom-container-double:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* IE 9 */
        -o-transform:scale(1.25); /* Opera */
         transform:scale(1.25);
}

.zoom-container:hover .zoom-caption, .zoom-container-double:hover .zoom-caption {
	background: none;
}

.last {margin-bottom: 20px;}

.map {background-color:#d9c4ab;}

.info {text-align: left;}

.padding1 {padding: 1.5em 2.5em 1.5em 2em;}

/*=======================
		  CONTENT 
=========================*/

.banner img {width: 100%; height: auto;}
.banner2 img{
	margin-left: auto; margin-right: auto; display: block;
}
.content-wrap {
	padding: 6% 15%;
	background-image: url(../siteart/groovepaper.png);
	background-size:auto;
    background-position: center center;
}

.content-wrap p {font-size: 17px!important;}

.content-wrap ul li {
	font-family: 'Roboto', sans-serif, arial;
	font-size: 16px;
	list-style: circle;
	line-height: 23px;
	margin-left: 4em;
}

.iframe {margin-top: 2em; position: relative;     
	-webkit-box-shadow: 0px 15px 30px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 30px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 30px -3px rgba(0,0,0,0.2);}

body .full .inner-wrap {
    max-width: 95%;
    margin: 0 auto;
    margin-top: 1%;
}


/*=======================
	 BOBCAT INV PAGE 
=========================*/

    :root {--dealer-color:#d92e00; --black-color:#000; --white-color:#fff; --gray-color:#777; --ltgray-color:#bab6b6; --drkgray-color:#333; --green-color:#5ba52f;}
    #BcIcontentLP {display:grid; margin:0 auto; max-width:1920px; width:100%; box-sizing:border-box;}
    #BcIcontentLP * {box-sizing:border-box;}
    #BcIcontentLP a {font-family:Arial,Helvetica,sans-serif !important;}
    #BcIcontentLP a:hover {font-weight:400;}
    #BcIcontentLP .centeralign {text-align:center;}
    #BcIcontentLP .dealercolor {color:var(--dealer-color) !important;}
    #BcIcontentLP .contentsection {padding:2rem 4rem;}
    #BcIcontentLP .boxsection {background:var(--ltgray-color); width:100%; padding:2rem; justify-content:center; display:flex; flex:0 1 auto; flex-wrap:wrap;}
    #BcIcontentLP .boxsection .box {margin:1rem; display:flex; align-items:stretch; text-align:center; max-width:100%; max-height:380px; overflow:hidden; width:100%;}
    #BcIcontentLP .boxsection .box div {width:100%; padding:25% 2%; transition:all ease-in-out .2s; -moz-transition:all ease-in-out .2s; -webkit-transition:all ease-in-out .2s;}
    #BcIcontentLP .boxsection .box:hover div {transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2);}
    #BcIcontentLP .boxsection .box a {text-align:center; text-decoration:none; text-transform:uppercase; color:var(--white-color); font-size:1.35vw;}
    #BcIcontentLP .boxsection .box .one {background: url(https://s3.amazonaws.com/cka-dash/082-0321-WAG1150/skid-steer-loaders.jpg) no-repeat center/cover;}
    #BcIcontentLP .boxsection .box .two {background: url(https://s3.amazonaws.com/cka-dash/082-0321-WAG1150/track-loaders.jpg) no-repeat center/cover;}
    #BcIcontentLP .boxsection .box .three {background: url(https://s3.amazonaws.com/cka-dash/082-0321-WAG1150/mini-track-loaders.jpg) no-repeat center/cover;}
    #BcIcontentLP .boxsection .box .four {background: url(https://s3.amazonaws.com/cka-dash/082-0321-WAG1150/compact-excavators.jpg) no-repeat center/cover;}
    #BcIcontentLP .boxsection .box .five {background: url(https://s3.amazonaws.com/cka-dash/082-0321-WAG1150/attachments.jpg) no-repeat center/cover;}
    #BcIcontentLP .boxsection .box .six {background: url(https://s3.amazonaws.com/cka-dash/082-0321-WAG1150/telehandlers.jpg) no-repeat center/cover;}
    #BcIcontentLP .boxsection .box .seven {background: url(https://s3.amazonaws.com/cka-dash/082-0321-WAG1150/utility-vehicles.jpg) no-repeat center/cover;}
    #BcIcontentLP .buttons {display:grid; grid-template-columns:repeat(3, 1fr); grid-gap:1rem; margin:1rem auto 3rem; width:100%;}
    #BcIcontentLP .buttons a {background:var(--dealer-color); color:var(--white-color); font-size:1.15rem; text-decoration:none; text-transform:uppercase; text-align:center; padding:1rem; transition:all ease-in-out .2s; -moz-transition:all ease-in-out .2s; -webkit-transition:all ease-in-out .2s;}
    #BcIcontentLP .buttons a:hover {background:var(--drkgray-color); color:var(--white-color);}
    #BcIcontentLP .disclaimer {font-size:.75em; font-style:italic;}
    @media only screen and (min-width:601px) {
    #BcIcontentLP .boxsection .box {max-width:42%;}
    }
    @media only screen and (min-width:879px) {
    #BcIcontentLP .boxsection .box {max-width:21%;}
    }
    @media only screen and (min-width:1727px) {
    #BcIcontentLP .boxsection .box {max-width:380px;}
    #BcIcontentLP .boxsection .box a {font-size:1.5rem;}
    }
    @media only screen and (max-width:878px) {
    #BcIcontentLP .boxsection .box a {font-size:1.5rem;}
    }
    @media only screen and (max-width:650px) {
    #BcIcontentLP .buttons {grid-template-columns:repeat(1, 1fr);}
    }

.inv-btn{
    padding:20px 40px;
    text-align:center;
    background:#d92e00;
    color:#fff!important;
    text-transform:uppercase;
    transition:.3s ease;
    text-decoration:none;
    font-family: 'Roboto', sans-serif, Arial;
}

.inv-btn:hover{background:#333333}

/*=======================
	 INVENTORY PAGES 
=========================*/

.container.cf {
	background-image: url(../siteart/groovepaper.png);
	background-repeat: repeat;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.container.cf a {
	color: #000;
}

body .full .inner-wrap {
	text-align:left;
}

.parts {
	width:1200px;
	height:auto;
}

.contentwrap {
    text-align: left;
    background-color: #fff;
    width: 85%;
    height: auto;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0px 15px 30px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 30px -3px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 30px -3px rgba(0,0,0,0.2);
    padding: 30px;
    z-index: 30;
    line-height: 25px;
}


header *, footer * {box-sizing:border-box!important;}
.container.body-content {background: linear-gradient(0deg, rgba(256, 256, 256, 0.95), rgba(256, 256, 256, 0.95));}
.detail-content {padding:35px 5px;}

/*-- Font family --*/
.body-wrapper, span, .listing-portion-title, .dealer-name, .dealer-data, .phone-link, .modal-top .modal-title, .modal-form-el label+input, .list-sort-order-select, .detail-title, .dealer-info h3, .dealer-company-header, .data-row, .data-value, .modal-form-el label+input, .modal-form-el label+select, .modal-form-el label+textarea, .list-page-number, .listing-description {font-family:'Manrope', sans-serif!important; }

/*-- Font size --*/
span, .list-sort-order-select, .selected-facet, .dealer-data, .listing-category, .modal-form-el label+input, .modal-form-el label+select, .modal-form-el label+textarea, .dealer-company-header, .field-value, .breadcrumbs, .send-email-btn, .email-this, .print-this, .breadcrumbs-element, .machine-location {font-size:13px!important;}
span.currency-selector, .error-message {font-size:24px!important;}
.list-title-text, .ui-selectmenu-text, span.parts-title-text span {font-size: 22px!important;}
.price, .detail-price-value span, .part-list-price span {font-size:20px!important;}
h5 span, .offer-btn span, .offer-btn, .detail-additional-data h4, h4 span{font-size:18px!important;}
.data-label, .data-value, .detail-category {font-size:14px!important;}
.legal-text-container p {font-size:12px!important;}

/*-- Border-radius --*/
.email-this, .print-this, .list-sort-order-select, .faceted-text-input, input[type="text"], .modal-form-el textarea, .modal-form-el select, .ui-corner-all, .listing-widgets a, .mc-thumb-toggles .mc-btn, .contact-bar-btn, .back-button, .apply-button, .list-page-nav {border-radius:0px!important;}

.selected-facet, .button, .faceted-search, .faceted-show-all-btn, .btn.show-all-apply-filter, .view-listing-details-link, .contact-btn, .contact-options a, .detail-btn-calc, .detail-btn-calc-ca, .offer-btn, .buy-btn, .send-email-btn, .dealer-phone-container a, .mobile-done-button, .fin-calc-btn-mobile  {border-radius:0px!important;}

/*-- Button color --*/
.selected-facet, .noUi-handle, .noUi-connect, .noUi-connects, .data-label, .view-listing-details-link, .faceted-search, .faceted-show-all-btn, .show-all-apply-filter, .button, .offer-btn, .buy-btn, .list-page-nav, .apply-button, .mobile-done-button, .fin-calc-btn-mobile{background:#d92e00!important;}

.view-listing-details-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .show-all-apply-filter:hover, .button:hover, .offer-btn:hover, .buy-btn:hover, .list-page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .fin-calc-btn-mobile:hover {background:#000!important;}

/*-- Button transition --*/
.view-listing-details-link, .faceted-search, .faceted-show-all-btn, .show-all-apply-filter, .button, .offer-btn, .buy-btn, .list-page-nav, .back-button, .apply-button, .mobile-done-button, .contact-bar-btn, .listing-widgets a, .dealer-phone-container a {transition:.25s!important;}

/*-- Font color --*/
.price, .list-listings-count, span.currency-selector, .search-results, .rent-title, .lease-title, .fractional-title, span.rent-title-details, span.parts-listings-count, span.part-list-price, .detail-price-value span, .search-results-link, .paging-container .list-page-number, .paging-container .list-page-number .ui-selectmenu-button {color:#d92e00!important;}
.info {color:#000!important;}
      
     
/*-- specific styles --*/
.body-wrapper {padding:15px 0px;} 
.option-name {padding-left:3px; margin-top:2px!important;}
.dealer-phone-container a {height:30px!important;}
.noUi-handle {box-shadow:none!important; cursor:ew-resize!important;}
.noUi-connect {cursor:auto!important;}
.send-email-btn, .back-button {color:#d92e00!important; border:1px solid #d92e00!important; background:transparent!important;}
.send-email-btn:hover, .back-button:hover {color:white!important; background-color:#d92e00!important; border:1px solid #d92e00!important;}
.offer-btn, .offer-btn {width:263px!important; z-index:10;}
.detail-main-body .main-detail-data .detail-btn-calc {width:232px!important; z-index:10;}
.mobile-breadcrumb {background-color:#000!important;}
.list-error {background-color:transparent!important;}
.faceted-section-box {background-color:#fff;}
.data-value {background-color:#d4d4d4!important;}
.listing-widgets a {background-color:#d4d4d4!important;}
.listing-widgets a:hover {background-color:#949494!important;}
.red {font-size:20px!important;}


@media only screen and (max-width : 1000px) {
    .body-wrapper {padding:0px;}
    .contact-options a, .contact-bar-btn, .collapsible-content a,  a.buy-btn-link, fin-calc-btn-mobile {background-color:#d92e00!important;}
    .contact-options a:hover, .contact-bar-btn:hover, .collapsible-content a:hover,  a.buy-btn-link:hover {background-color:#000!important;}
    .collapsible-content span, .collapsible-content a  {color:#fff!important;}
    .dealer-phone-container a {background-color:#f2f2f2!important; border:none!important; }
    .dealer-phone-container a:hover {background-color: #ddd!important;}
}

@media only screen and (max-width : 767px) {
    .body-wrapper {margin: 0px 15px!important;}   
}



/*=======================
		  FOOTER
=========================*/
footer {
	background-color: #333333;
	width: auto;
	text-align: left;
	padding: 1.5em 2em;
	position: relative;
	height: auto;
	text-transform: uppercase;
	color: #fff!important;
}

.center {text-align: center; font-style: italic; font-size: 12px; font-weight: 400px;}

.right {text-align: right;}

.orange-link {color:#d92e00; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 29px; padding-bottom: 15px;}

.orange-header {color:#d92e00; font-weight: 900; font-style: italic; text-transform: uppercase; font-size: 40px; padding-bottom: 15px;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Roboto', Arial, Helvetica, sans-serif; font-size:13px;color:#fff!important;}

a.footerlink:hover {text-decoration:none; font-family: 'Roboto', Arial, Helvetica, sans-serif;font-size:13px;color:#fff!important;}

.footertext{font-family:'Roboto', Arial, Helvetica, sans-serif;font-size:13px; color:#fff!important;}

.smallfootertext{font-family: 'Roboto', Arial, Helvetica, sans-serif;font-size:10px; color:#fff!important;}

.divfooter {width:100%; text-align:center; margin:0 auto; background-color: #000; padding:1.3em;}
/*===================== 
	  FORM STYLES 
=======================*/

.form p{
    font-size: 20px;
    text-align: center;
    margin: 2% 1%;
    padding: 15px 0 15px 0;
    font-weight: bold;
    color: #000;
	font-family: 'Roboto', sans-serif, arial;
}

.col1 form input, .col1 form select {
    width: 90%;
    padding: 8px;
    margin: 0 0 0 0;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif, Arial;
    border-radius: 0;
}

.col1 form label {
    width: 100%;
    display: block;
    margin: 7px 0 0 0;
    font-family: 'Roboto', sans-serif, Arial;
    font-weight: bold;
    text-align: left;
    font-size: 17px;
}
.col1 form textarea {
    width:90%;
    display: block;
    font-family: 'Roboto', sans-serif, Arial;
    border-width: 1px;
	padding: 8px;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #ccc;
}

.col1 form input.button {
	background:#333333;
	border:none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	width: 50%;
	-webkit-appearance: none;
	border-radius: 0;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}

.col1 form input.button:hover {
	box-shadow:#333 3px 3px 3px;
	background:#d92e00;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

.col1 input[type=text]:focus{
  outline: #0e31a2;
}

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
font-family:'Roboto', sans-serif, Arial;
}
.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}
.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}
.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
line-height:0;
margin:0 0 0 0;
padding:8px 0 8px 0 !important;
font-family:'Roboto', sans-serif, Arial;
font-size: 12px;
text-decoration: underline;
}

/*=======================
	  MEDIA QUERIES
=========================*/
@media screen and (max-width: 1400px) {
	.zoom-container, .zoom-container-info {
		width: 33%;}
.button-wrap { 
	background-size: contain;
    background-repeat: repeat-y;
    background-position: center center;
	}
}
@media screen and (max-width: 1200px) {
	.welcome {padding: 1em 2em;}
	p {font-size: 18px;}
	.col3 img {width: 280px;}
	.contact-bottom h2 {font-size:20px;}
	.location h1{font-size: 25px!important;}
}

@media screen and (max-width: 1070px) {
	.zoom-container, .zoom-container-info {width: 45%; margin: 2% 1.5% 0 1.5%;}
	.col3 img {width: 250px;}
	.content-wrap {padding: 4% 5%;}
	p {font-size: 17px;}
	footer .col2 {width: 50%;}
	footer p {font-size: 17px; line-height: 20px;}
}
@media screen and (max-width:775px) {
	.parts {
	max-width:100%;
	height:auto;
}
	h1 {font-size: 28px;}
	footer p {font-size: 15px; line-height: 20px;}
	footer .col2 {width:50%;}
	.sign {display: none;}
	.col2-3 {width: 100%;}
	.welcome {padding: 2em;}
	.welcome-heading {margin-top: 1em;}
	.cycle-slideshow {width: 100%;height: auto;overflow: hidden; z-index: 1;}	
	.cycle-slideshow img {width: 100%;height: auto;top: 0;transform: translateY(0);}
	.zoom-container .zoom-caption h3 {font-size: 19px;}
	.col3-4 {width: 100%;}
	.col4 {width: 100%; text-align: center;}
	.padding1 {padding: 0.5em 1.55em .5em 1em;}
	.center p {font-size: 12px; line-height: 15px;}
	.col3 img {width: 200px;}
}

@media screen and (max-width: 655px) {
	footer p {font-size: 16px;}
	.col2 {width:100%;}
	.col1 form input, .col1 form select {width: 100%;}
	.orange-header {font-size: 32px;}
	footer .col3 {width: 100%;}
}

@media screen and (max-width: 500px) {
	h1 {font-size: 23px;}
	footer p {font-size: 14px; line-height: 20px;}
	footer {padding: 1em;}
	footer h2 {font-size:21px;}
	.welcome-heading {font-size: 21px;}
	.zoom-container, .zoom-container-info {width: 90%; margin: 2% 1.5% 0 1.5%;}
	.zoom-container .zoom-caption h3 {font-size: 17px; padding: 11px;}
}

