/*
Theme Name: Brand Candy 
Theme URI: http://brandcandy.co.za
Author: Developer Name
Author URI: http://brandcandy.co.za
Description: Designed by the fantastic Brand Candy team.
License: Brandcandy WordPress Theme, Copyright 2018 Richard Burgess
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Brandcandy
*/
/*Remove body margin*/
body{
	margin: 0px !important;
}
/*Stop x overflow*/
body 
{
	overflow-x: hidden;
}
/*Padding for tables*/
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 10px;
}
/*Margin for divider*/
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
