/* listSuccess.php */

table.machinery-listing
{
  width:590px;
  border-collapse:collapse;
}

table.machinery-listing th
{
  border:collapse:
  font-weight: bold;
  font-size: 110%;
  color: #FFDD00;
}

table.machinery-listing td
{
  border:collapse:
  color:#FFFFFF;
  padding: 3px 3px;
}

table.machinery-listing a
{
  color:#FFFFFF;
  text-decoration:underline;
}


col#stock-num
{
  width:70px;
}

col#picture
{
  width:60px;
}

col#make
{
  width:90px;
}

col#model
{
  width:100px;
}

col#hp
{
  width:60px;
}

col#year
{
 width:60px;
}

col#hours
{
  width:60px;
}

col#price
{
  width:80px;
}

.sold-note
{
  color:#FF0000;
  font-weight:bold;
}

/* showSuccess.php */

div.machinery-images
{
  width:180px;
  float:right;
}

table.machinery-details
{
  width:260px;
  border-collapse:collapse;
}

table.machinery-details th
{
  border:collapse:
  font-weight: bold;
  font-size: 110%;
  color: #FFDD00;
}

table.machinery-details td
{
  border:collapse:
  color:#FFFFFF;
  padding: 3px 3px;
}

/* editSuccess.php */

.form-row
{
  margin:5px 0px;
  padding: 1px;
}

.form-row label
{
  float:left;
  width:120px;
}

.form-row input
{
  float: left;
  width:100px;
}

.form-row select
{
  float: left;
  width:100px;
}

.save 
{
  margin-top: 20px;
}