/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.price-hdng-content
{
	background:#2bbbad;
}
.price-hdng-content-sub
{
	background:#f5f5f5;
}

.table-striped.custom-table-c tbody tr:nth-of-type(odd) {
    background-color: #2bbbad;
	color:#fff;
}
.table-striped.custom-table-c tbody tr:nth-of-type(even) {
    background-color: #5c6bc0;
	color:#fff;
}
.table-striped.custom-table-c tbody tr td
{
	font-weight:500;
	font-size: 17px;
}
.table-striped.custom-table-c tbody tr td:first-child
{
	width:70%;
}
.table-striped.custom-table-c tbody tr td:last-child
{
	text-align:center;
	width:30%;
}
