﻿/*Center the div instead of padding it to allow for 
size anomolies in the containing generated iframe*/
#cse-search-results
{
    margin:auto;
}