﻿body 
{
}

.savedQuotes
{
    width:1000px;
    padding:0 0;
    margin:0 0;
    background-color:#ffff;
    border:1px solid red;
}

.savedQuotes table
{       
    border-collapse:collapse;    
}

.savedQuotes table th
{       
    border-bottom:2px solid black;
}

.savedQuotes img
{
    
}

