

/*-BEGGINING-To remove top margin on the form-*/
.embed .cmp-embed {
    margin-top: 0px!important;
}
/*-END-To remove external icon which is breaking layout on mobile-*/

/*-BEGGINING-To remove external icon which is breaking layout on mobile-*/
.icon_ext_link{
display: none;
}
/*-END-To remove external icon which is breaking layout on mobile-*/

/*-BEGGINING-To remove white space above the form-*/
.cmp-embed#embed-de249eb12a {
    margin-top: 0px !important;
}
/*-END-To remove white space above the form-*/

/*-BEGGINING-Left alignment of tabs container to the text of above component-*/
.cmp-tabs {
    max-width: 81.625rem;
}
@media screen and (min-width: 1024px)  and (max-device-width: 1570px){
.eastman-corp-tabs.eastman-tabs.tabs .cmp-tabs {
    max-width: 85% !important;
}
}
/*-END-Left alignment of tabs container to the text of above component-*/


/*-BEGGINING-To make the horizontal scroll of the Tabs shorter-*/
.cmp-tabs__tablist {
    width: 60rem!important;
}
/*-END-To make the horizontal scroll of the Tabs shorter-*/


/*-BEGGINING-Change distributors font color from grey to black-*/
.distributors .distributordescription{
    color: #000 !important;
}
/*-END-Change distributors font color from grey to black-*/

/*-BEGGINING-Removing extra padding of distributors within tab component-*/
.productdetailsWrapper {
    padding: 0rem 1rem 2rem;
}

@media (max-width: 1023.98px){
.distributormargins {
    padding: 0rem 1rem 2rem;
}

.productdetailsWrapper .product-details_section:first-child {
    padding-top: 0;
}
}

@media (max-width: 767.98px){
 .productdetailsWrapper .product-details_section:first-child {
    padding-top: 0;
}
 .distributormargins {
    padding: 0;
}
}
/*-END-Removing extra padding of distributors within tab component-*/
