/*
 Theme Name:   Simply Digital Websites Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Business Child Theme
 Author:       Simply Digital Websites
 Author URI:   http://www.simplydigitalwebsites.com.
 Template:     business
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  business-child
*/
@import url("https://www.calcocup.co.uk/wp-content/themes/business/style.css");

table, th, td {
   border: 1px solid #b3b3b3;
}

th {
    font-size: 1.1em;
    text-align: left;
    padding: 5px;
    background-color: #29abe2;
    color: #ffffff;
}

td {
    color: #000000;
    background-color: #d9f0f9;
    padding: 3px;
}

.box{
    width:550px;
    float:left;
    padding:30px;
    
}