﻿.SpecificationsTable
{
    width: 185px;
}
.Row
{
    background-color: White;
}

.AltRow
{
    background-color:#e3e3e3;
}
.bookItButton
{
   background-color: Black;
   width: 180px; 
   vertical-align:middle;
   margin:0 auto;
}
.bookItButton:hover
{
    background-color: Gray;
}
.bookItText
{
    color:White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    display: block;
    text-align: center;
    padding-bottom: 2px;
}
