/**************

Use this file (CustomStyles.css) to make your custom CSS changes. Copy what styles you need to change from main.css, paste in this file,
    make your changes, and save. *Only copy/paste the lines you plan on changing, nothing more.

    For example, to update the slideshow copy/paste this to make your changes:
    .home-slide1 {
        background: linear-gradient(rgba(43, 65, 117, 0.5), rgba(43, 65, 117, 0.5)), url("../../images/traverse/wrench-screws.jpg"); }

**********/

#item-description table, #item-description th, #item-description td {
  	border-style: solid;
 	border-color: #D3D3D3;
  	border-width: 1px;
	border-collapse: collapse;
	width: 350px;
}

table, tr {
    width: 100%;
}