/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 26.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


.pricing-table{
	max-width: 900px;
    margin: 0px auto 25px;
}

.pricing-table table{
	border: none !important;
	border-radius: 16px !important;
    overflow: hidden;
	color: #0f3567;
}
.pricing-table th {
    background: #0f3567 !important;
    color: #fff;
    border: none !important;
    font-weight: bold !important;
}
.pricing-table tr td:nth-child(2) {
    background: #fed500;
    font-weight: bold;
}

.pricing-table tr td{
	border: none !important;
    border-bottom: 1px solid #000 !important;
	padding: 15px 20px !important;
    vertical-align: bottom;
}

.pricing-table tr td:first-child{
	text-align: left;
}

.pricing-table tr:last-child td{
	border-bottom: none !important;
}

.pricing-table th:nth-child(2) {
    color: #fed500 !important;
}

.pricing-table td p:nth-child(2) {
    margin-bottom: 0;
}
