body {
    width: 100%;
    /*max-width: 1920px;*/
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16.5PX;
}
.container {
    max-width: 1400px !important;
    width: 99.5% !important;
}
header .container {
    position: relative;
}
.fixed-header{ margin-top:84px;}
.fixed-header header{
    position: fixed;
    z-index: 99999999;
    background: rgba(255,255,255,.93);
    width: 100%;
    top: 0px;
    left: 0px;
}
#top-logo {
    float: left;
}
#top-logo img {
    height: auto;
    margin-top: 4px;
    max-height: 72px;
    margin-bottom: 12px;
}
#top_nav {
    float: right;
    padding-right: 0;
    padding-bottom: 0;
    clear: right;
}
#top_nav a {
    color: #000;
    white-space: nowrap;
    font-weight:600;
text-transform:uppercase;
}
#top_nav .nav-item.active,
#top_nav .nav-item:hover {
    background: #6293d9;
}
#top_nav .nav-item.active a,
#top_nav .nav-item:hover a {
    color: #fff;
}
#sec_nav {
    float: right;
    margin-right: 1rem;
}
#sec_nav a {
    font-weight: 700;
    color: #000;
}
#sec_nav a img {
    vertical-align: sub;
}
#sec_nav span {
    font-size: 1.5rem;
}

footer .content {
    background: #275290;
    color: #fff;
    padding-bottom: 18px;
    padding-top: 18px;
    font-size: .8em;
}
footer a {
    color: #fff;
}footer a:hover {
    color: #fff;
}
footer .tw {
    width: 28px;
}
footer p {
    margin-bottom: 8px;
}
h1 {
    color: #09225d;
    font-size: 3.3rem;
    margin-top: 32px;
    margin-bottom: 28px;
}
h1,h2 {
    line-height: 1;
}
.home main {

    background: url(../img/bg.png);
    background-repeat: repeat-y;
    background-size: 100%;
}
main {
    color: #717171;
    min-height:700px;
    padding-bottom:50px;
    /*
    background: url(../img/bg.png);
    background-repeat: repeat-y;
    background-size: 100%;
    */
}
/*
main:after {
    content: url(../img/footer-top-bg.png);
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: -10px;
}
*/
/*
footer:before {
    content: url(../img/footer-top-bg.png);
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: -13px;
    text-align:right;
}
*/
.featured-products {
    background: #c7c9cb;
    padding-top: 8px;
    padding-bottom: 84px;
}
.markets {
    margin-top: 90px;
    margin-bottom: 80px;
}
.events-news {
    padding-top: 48px;
}
.barrel {
    border-radius: 10% / 100%;
}
.market-item {
    background: #6293D9;
    color: #fff;
    overflow: hidden;
    margin-bottom: 56px;
    min-height: 230px;
}

.barrel-blue { background: #002d77; }
.barrel-red { background: #e72533; }
.barrel-purple { background: #422bc8; }
.barrel-green { background: #7a840d; }
.barrel-default { background: #6293d9; }
.market-item a {
    color: #fff;
}
.market-item a:hover {
    color: #fff;
    text-decoration: none;
}
.market-item i {
    color: #B90000 !important;
}
.market-img {
    width: 50%;
    float: left;
}
.market-img img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.market-content {
    width: 50%;
    float: right;
    padding: 32px 22px 0 22px;
}
.market-content h2{white-space: nowrap;}
.market-content p {
    margin-bottom: 6px;
    font-size: 14.5px;
    /*line-height: 18px;*/
    font-weight:100;
}
.market-item.prod-finder {
    /*background: url(../img/prod-finder-bg.jpg);*/
background: #43494e;
background: -moz-linear-gradient(90deg, #43494e 0%, #43494e 100%);
background: -webkit-linear-gradient(90deg, #43494e 0%, #43494e 100%);
background: linear-gradient(90deg, #43494e 0%, #43494e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43494e",endColorstr="#43494e",GradientType=1);
    background-size: cover;
}
.market-item.prod-finder h2 {
    color: #B90000;
}
.market-item .form-finder {
    color: #000;
    margin: 12px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+65,b90000+65,b90000+100 */

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 1%, #ffffff 65%, #43494e 65%, #43494e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 1%,#ffffff 65%,#43494e 65%,#43494e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 1%,#ffffff 65%,#43494e 65%,#43494e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#43494e',GradientType=1 ); /* IE6-9 */


    display: flex;
}
.market-item .form-finder fieldset {
    padding: 24px 32px 24px 65px;
    width: 65%;
    float: left;
}
.market-item .form-finder button {
    border: none;
    background: none;
}
.market-item .form-finder p {
    margin-bottom: 0;
    line-height: 1.3;
}
.market-item .form-finder p.select-box {
    background: #43494F;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    margin-top: 14px;
}
.market-item .form-finder p.select-box i {
    color: #fff !important;
    margin-left: 10px;
}
.market-item .form-finder .button-wrapper {
    width: 35%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.market-item .form-finder button i {
    color: #fff !important;
    font-size: 5rem;
}
.events-news h3 {
    color: #0B40D2;
}
.events-news .event {
    margin-bottom: 32px;
}
.events-news .event p {
    margin-bottom: .2rem;
}
.featured-products .prod {
    background: #fff;
    margin-bottom: 52px;
    display: flex;
}
.featured-products .prod-img {
    width: 45%;
    float: left;
}
.featured-products .prod-img img {
    width: 100%;
}
.featured-products .prod-content {
    float: right;
    width: 55%;
    padding: 10px 16px;
    color: #000;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}
.featured-products p {
    margin-bottom: .45rem;
    line-height: 1.2;
    clear: both;
    font-size: .9rem;
}
.featured-products p.new {
    font-weight: 800;
    font-style: italic;
    font-family: "Arial black", arial, helvetica, sans-serif;
    color: #f00;
    font-size: 1.45rem;
}
.featured-products h2 {
    letter-spacing: -.9px;
}
.featured-products p.category {
    color: #fff;
    font-size: .8rem;
    padding: 6px 10px 4px 10px;
    border-radius: 20px;
    float: left;
    width: fit-content;
}
.pink {
    background: #FF6A96;
}
.other .prod {
    overflow: hidden;
}
.other img {
    width: 109.6%;
}
.other a {
    position: absolute;
    display: block;
    width: 100%;
    top: 30%;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}
.other a:hover {
    text-decoration: none;
}
.row {
  /*
    overflow-x: hidden;
    */
}

.dropdown-menu {
    top: 94%;
    border-radius: 0;
    background: #21A0FD;
}
.con {
    cursor: pointer;
   display: inline-block;
   width: auto;
   margin: 0 auto;
   -webkit-transition: all .7s ease;
   -moz-transition: all .7s ease;
   -ms-transition: all .7s ease;
   -o-transition: all .7s ease;
   transition: all .7s ease;
 }

 .hamb {
   width: 24%;
   text-align: center;
   height: auto;
   position: absolute;
 }

 .middle {
   margin: 0 auto;
 }

 .bar {
   display: block;
   height: 8px;
   width: 38px;
   background: #008cd2;
   margin: 4px auto;
   border-radius: 4px;
   -webkit-transition: all .7s ease;
   -moz-transition: all .7s ease;
   -ms-transition: all .7s ease;
   -o-transition: all .7s ease;
   transition: all .7s ease;
 }

 .con.active .top {
   -webkit-transform: translateY(12px) rotateZ(45deg);
   -moz-transform: translateY(12px) rotateZ(45deg);
   -ms-transform: translateY(12px) rotateZ(45deg);
   -o-transform: translateY(12px) rotateZ(45deg);
   transform: translateY(12px) rotateZ(45deg);
 }

 .con.active .bottom {
   -webkit-transform: translateY(-12px) rotateZ(-45deg);
   -moz-transform: translateY(-12px) rotateZ(-45deg);
   -ms-transform: translateY(-12px) rotateZ(-45deg);
   -o-transform: translateY(-12px) rotateZ(-45deg);
   transform: translateY(-12px) rotateZ(-45deg);
 }

 .con.active .middle {
   width: 0;
 }
/*css dropdown animation:*/
.dropdown .dropdown-menu{
    -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) alternate both;
            animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) alternate both;
}

.dropdown-menu.level1 .nav-item:hover .dropdown-menu.level2{
display: block !important;
position: absolute !important;
left:225px;
top:0px;
font-size: 12px;
padding: 0px;
background: #d7eeff;
}
.dropdown-menu.level2 li{ padding: 0rem 1.5rem; color:#000 !important; }
.dropdown-menu.level2 li a{color:#000 !important;}

.dropdown-menu.level1:hover .dropdown-menu.level3,.level3:hover,.level2 .nav-item.active{
display: block !important;
position: relative !important;
font-size: 12px;
padding: 0px;
background: #d7eeff !important;
border:0px;
}
/*.menu-color-cosmetics,.menu-macaras,.menu-skin-care,.menu-toiletries,.menu-sun-care,.menu-hair-care{background: #d7eeff !important;}*/

.level3 a{padding: .25rem 1.5rem; font-weight: 100 !important;}
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
.navbar-toggler {
    position: fixed;
    top: 6px;
    right: 40px;
    outline: 0;
}


.ptfe-replacement .featured-products-customx .prod-content-wide,
.ptfe-replacement-dev .featured-products-customx .prod-content-wide{
    height: 100%;
    position: relative;
    padding-bottom: 46px !important;
}

.ptfe-replacement .featured-products-customx .featured-product-action-links,
.ptfe-replacement-dev .featured-products-customx .featured-product-action-links {
    position: absolute;
    bottom: 12px;
}

.green {color: #75ae03;}

.product div.error {border: 3px solid #a30; padding: 16px;margin-bottom: 18px;}
.product div.error span {font-size:22px;color: #000;font-weight:600;}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-lg .navbar-nav {
        margin-right: -1rem;
    }
}

@media (max-width: 1200px) {
    h2 {
        font-size: 2vw;
    }
    .market-item .form-finder p {
        line-height: 1;
    }
    .market-item .form-finder {
        margin: 6px;
    }
}
@media (max-width: 992px) {
    h2 {
        font-size: 2rem;
    }
    .market-item .form-finder p {
        line-height: 1.3;
    }
    .market-item .form-finder {
        margin: 12px;
    }
    .featured-products .prod-img {
        width: 30%;
    }
    .featured-products .prod-content {
        width: 70%;
    }
    #top_nav {
        background: #fff;
        width: 100%;
    }
    #top_nav .nav-item.active, #top_nav .nav-item:hover {
        background: #fff;
    }
    #top_nav a {
        color: #21a0fd !important;
        font-size: 1.4rem;
        padding-bottom: .2rem;
    }
    .dropdown-menu {
        display: block;
        background: #fff;
        position: relative !important;
        border: none;
    }

    #navbarContent {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    #top-logo img {
        max-width: 70vw;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    .market-item {
        display: flex;
    }
    .market-item .form-finder p {
        line-height: 1;
    }
    .market-item .form-finder {
        margin: 4px;
    }
    .featured-products .prod-img {
        width: 45%;
    }
    .featured-products .prod-content {
        width: 55%;
    }
    .market-content p {
        margin-bottom: 10px;
        font-size: .85rem;
        line-height: 1.2;
    }
    .market-content {
        padding: 28px 8px 0 14px;
        display: flex;
        justify-content: space-evenly;
        flex-flow: column;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
}
.carousel-indicators{ bottom: -10px !important; }
.carousel-indicators li { border-radius: 50% !important; height:13px !important; width:13px !important; }
.gradient-hr{
background: -moz-linear-gradient(90deg, rgb(238 62 64) 0%, rgba(7,31,115,1) 100%);
background: -webkit-linear-gradient(90deg, rgb(238 62 64) 0%, rgba(7,31,115,1) 100%);
background: linear-gradient(90deg, rgb(238 62 64) 0%, rgba(7,31,115,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e72533",endColorstr="#071f73",GradientType=1);
min-height:7px; width:100%; clear:both;}
ol.breadcrumb{ background:none !important;text-transform: uppercase; visibility: hidden; padding:0px; /* JF EDIT 7-21-2021 */}
ol.breadcrumb-item{ text-transform: capitalize !important;}
.breadcrumb-item+.breadcrumb-item::before{ content:'>' !important;}
.interior-header{ font-size:48px; margin-bottom: 15px; }
.interior-sub-header{ font-size:29px; font-weight:300; line-height:36px; color:#000; }
.interior-header sup{ font-size: 16px;vertical-align: super;}
.sub-application-list{ padding-top:30px;}
.sub-application-item a h3 { text-transform:uppercase; color:#000; font-size:26px; font-weight:normal; display:block; padding-top:15px;}
.sub-application-item h3 .fa{color:#6293d9; padding-left:15px; text-decoration:none;}
body.product main h2,body.product main p,body.product main ul{ color:#000 !important;}
body.product main{font-size:18px;}
.interior-header-related-products{ font-size:48px; margin-bottom: 15px; color:#09225d;}
.related-products h5{ text-transform:uppercase; color:#000; font-size:24px;}
.related-products span em{ color:#ff0000; font-weight:bold; font-size:20px; }
body .hide{ display:none !important; }
.typical-properties-tbl{width: 100%; color: #000;}
.typical-properties-tbl tr{ border-bottom:1px solid rgba(0,0,0,.1); }
.typical-properties-tbl td{padding:8px 5px;}
.typical-properties-tbl .typical-property-link,.typical-properties-tbl .show-all-properties-trigger{padding-right:10px; font-size:15px; color:#09225d;}
.typical-properties-tbl thead tr:last-child,.typical-properties-tbl tfoot tr:last-child{ background:#f2f6f7; }
.product .typical-properties-tbl thead a{display:none;}
.typical-properties-tbl .show-all-properties-trigger{visibility: hidden;}
.footnote{margin-bottom:0px; margin-top:10px; font-size:15px;}

.optional-filter-wrapper .text-left.form-control{margin-bottom:20px;}
.optional-filter-wrapper .text-left.form-control:last-child{margin-bottom:0px;}

.product-search .product-feature-wrapper span,.product-search .product-feature-wrapper em{display:none;}

.product-finder-item{  margin:10px 0px 20px 0px; color:#000; position:relative; }
.product-finder-item .product-wrapper{background:#fff; border:2px solid #545558; padding:20px 20px 8px 20px; }
.product-finder-item:hover .product-wrapper{ background:#f2f6f7;}
.product-finder-item .product-clickable-wrapper{cursor: pointer;}
.product-finder-item .product-name{  font-weight:600; text-transform: uppercase;}
.product-finder-item .product-name a{color:#000;}
.product-finder-item .compare-wrapper spanx{border-radius: 16px;padding: 0px 12px;background: #f2f6f7;border: 1px solid #e6e6e6;}
.product-finder-item .compare-wrapper .badge{padding:5px 5px;}
.product-finder-item .compare-wrapper .badge .compare-checkbox{vertical-align: middle;}
.product-finder-item .compare-wrapper .badge label{margin-bottom:0px;vertical-align: middle;}
.product-finder-item .natural-wrapper{color:#339900; font-size:12px;}
.product-finder-item .footnote-wrapper,.footnote-wrapper{color:#015196 !important; /*font-size:12px;*/}
.product-finder-item .fa-leaf,body.product main .natural-wrapper p, .natural-wrapper .fa-leaf{color:#339900 !important; font-size:24px;}
.product-finder-item .fa-tint{font-size:24px;}
.product-finder-item .product-feature-outer-wrapper{ }
.product-finder-item .product-feature-wrapper{ padding:5px 15px 0px 35px; margin-right:15px; font-size: 14px; }
.product-finder-item .product-sub-txt ul{margin: 0px;padding: 0px 0px 5px 17px;}
.product-finder-item h3 sup{ vertical-align: middle;font-size: 12px; }
.product-finder-item .product-feature{ padding-right:15px; cursor: pointer;display:none;}
.product-finder-item .product-feature.feature-show{display:inline-block;}
.product-finder-item .product-feature:hover .product-feature-label{text-decoration: underline;}

.product-finder-item .result-footnote{font-size:13px; font-style: italic;}
.product-finder-item .typical-property-link.badge-pill{position: absolute;right: 15px;top: 15px;font-size: 14px; font-weight:normal;}
/*.product-finder-item .product-feature-wrapper .product-feature:nth-of-type(1n+6){ display:none; } */


.sample-cart-tbl{width: 100%; color: #000;}
.sample-cart-tbl tr{ border-bottom:1px solid rgba(0,0,0,.1); }
.sample-cart-tbl td{padding:8px 5px;}
.sample-cart-tbl thead tr:last-child,.sample-cart-tbl tfoot tr:last-child{ background:#f2f6f7; font-size:12px; }

#sampleRequestFrm .col-xs-12,#contactFrm .col-xs-12{position: relative; margin-bottom:5px;}

.optional-filter-wrapper li{white-space: nowrap;}
.optional-filter-wrapper label{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;/*width: 80%;width: 85%;*/width:calc(100% - 40px);vertical-align: text-top; font-size:14px;}

.half-circle,.full-circle,.empty-circle{font-size:24px;}
.half-circle{}
.empty-circle:before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 0px;
content: "";
background: url("../img/empty-circle.png") no-repeat 0 0;
background-size: 100%;
}
.full-circle:before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 0px;
content: "";
background: url("../img/full-circle.png") no-repeat 0 0;
background-size: 100%;
}
.half-circle:before{
display: inline-block;
width: 20px;
height: 20px;
margin-right: 0px;
content: "";
background: url("../img/half-circle.png") no-repeat 0 0;
background-size: 100%;
}

.fa-circle:before,.fa-circle-thin:before { margin-left: 2px;}
.no-property-value:before{content:'–';margin-left: 8px;}
.property-value{min-width:25px;text-align: center; display: inline-block;}
.systems-and-applications .property-value,
.composition .property-value,
.recommended-addition-levels .property-value {text-align:left;}

.product-feature-label{vertical-align:middle;}

.related-product-item{ cursor:pointer; border: 1px solid #27538f;padding: 10px 20px;background: #fff;min-height: 240px;box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);margin-bottom: 15px; }
.related-product-item:hover{background:#f2f6f7;}

.featured-product-item{cursor:pointer;}

.feature-tbl-wrapper{ /*width:100%;max-width:100%; flex: none;*/}
.feature-group-header{cursor: pointer;}
.feature-group-header.collapsed .group-header-direction-symbol:after{content: "+";}
.feature-group-header.expanded .group-header-direction-symbol:after{content: "-";}
.compare-products .feature-group-header.expanded .group-header-direction-symbol:after{content: "";}

.filter-col{height: fit-content;}

.compare-products .typical-properties-tbl{position: relative;}
.compare-products .typical-properties-tbl thead td{ top: 0px;position: sticky; background:#f2f6f7; box-shadow: 0px 2px 0px #000;}
.compare-badge-sticky{ position:fixed;top:0px;z-index:1;padding:10px;}

.news .barrel-green{display:none;}

.featured-product-item .prod-content-wide{height:200px;}
.events .prod-content-wide{margin-bottom:30px; }
.event .featured-product-item{}
.event-url-wrapper a{word-wrap:break-word;}
.agents-and-distributors .optional-filter-wrapper, .agents-and-distributors.subapplication-filter{display:none;}
table.dataTable {font-size:14px !important;}
table.dataTable th{white-space: nowrap;}

textarea:focus, input:focus{
    outline: none;
}
#site-search{vertical-align: bottom !important;}
.tt-hint{display:none !important;}
.tt-menu{
  background: #fff;
    padding: 0px;
    font-size: 13px;
    max-width: 300px;
    border: 1px solid #000;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    cursor: pointer;
    box-shadow: 0px 8px 8px #00000070;
    margin-top:-1px !important;
    max-height: 250px;
    overflow-y: scroll;
  }
  .tt-selectable{padding:7px !important; white-space: nowrap;border-bottom: 1px solid #ccc;}
  .tt-selectable:hover{background:#6293d9; color:#fff;}

  body #cconsent-bar,body #cconsent-modal{ font-family: 'Open Sans', sans-serif !important; }
  body #cconsent-bar{ padding: 0px 15px !important; }
  .ccb__left{ width:75%; }

  .about-micro-powders main p,
  .innovation main p,
  .sustainability main p,
  .legal-information main p,
  .events-and-news-interior main p,
  .landing main p {font-size:18px; line-height: 32px;}

.quality-policy main p{font-size:20px; line-height: 32px;}
.quality-policy main h2{font-size:2rem !important;}

  .news h2{font-size: 24px;}
  .hp-news h2{ color: #0B40D2; font-size: 1.75rem;}
  .COSMOS-wrapper img,.Upcycled-wrapper img{max-width: 100px;width: 100%;padding-bottom: 20px;}
  .Upcycled-wrapper {display: inline-block; padding-left: 10px; }

  .event-brief-description{height:115px; overflow-y: auto;}
  .event-brief-description em{display: block; line-height: 22px;}

  .home .event-brief-description{height:inherit;}
  .site-srch-btn{margin-left:-15px;position:absolute;top:8px;}
  
  .field-note{position:absolute;right: 20px;top: 5px;font-size:11px;color:#ccc;pointer-events: none;}
  .req-field-note{position:absolute;right: 20px;top: 5px;font-size:11px;color:#e14c4c;pointer-events: none;}
  
  .how-to img {width: 100%; max-width: 340px; display: block; margin: 12px 0; margin-left: 50%; transform: translate(-50%);}
  
  .blue {color:#007bff;}

@media (max-width: 767px) {
  .site-srch-btn{ position:relative; z-index:101; top: -0px;}
}
  @media (max-width: 576px) {
    .related-product-item{min-height: inherit;}
    .product-finder-item .typical-property-link.badge-pill{position:initial;}
  }
  @media (max-width: 676px) {
    .market-content h2 {white-space: inherit;margin-top: -17px; }

  }

  #tinymce .COSMOS-wrapper img{width:25px !important;}
  
#microspersion .new {font-weight: 800;font-style: italic;color: #f00;}
#microspersion {padding: 18px 24px 0 24px; border: 3px solid #2d8dff; margin-top: 18px;display: none;}
