#specs {
    border-bottom-width: 0;
}
#specs dt {
    font-weight: 600;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1.33333333;
    color: white;
    margin-top: 1em;
	margin-bottom: 0em !important;
    width: auto;
/*    padding: 1.77777778em 0 0;  */

}
#specs .section {
    font-weight: 600;
    font-size: 22px;
    font-size: 1.1rem;
    line-height: 1.27272727;
    color: white;
    margin-left: 0;
    margin-bottom: 0;
    width: 250px;
/*    padding: 1.45454545em 1.45454545em 0 0;  */

}
#specs .comment,
#specs dd {
    font-weight: 300;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.625;
    color: white;
    margin-left: 0px;
	padding-left:inherit
    margin-bottom: 1.875em;
    min-height: 0;
    padding: 0;
    border-width: 0;
}
#specs .comment {
    margin-left: 0;
    padding-top: 1.25em;
    margin-bottom: 0;
    border-top-width: 1px;
}
#specs .comment + .comment {
    border-top-width: 0;
}
#specs .comment:last-child {
    margin-bottom: 1.875em;
}
#specs .comment img {
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    #specs {
        padding: 0 15px;
		        text-align: left !IMPORTANT;
    }
    #specs dt {
        text-align: left !IMPORTANT;
        margin-left: 0;
        margin-top: 1em;
			margin-bottom: 0em !important;
       padding: 0 0 0 0;  
    }
    #specs .section {
        text-align: left !IMPORTANT;
        width: auto;
      padding: 0 0 0 0;  
    }