.button {
border-radius: 4px;
}
.main-navigation .sub-menu ul li a {
border-top: #ff0055 4px solid;
}
.button.dark,
.button.dark:visited {
background: #222222;
color: #fff;
}
.button.dark:hover {
background: #ff0055;
color: #fff;
}
.widget-title {
border-bottom: #ff0055 1px solid;
padding-bottom: 9px;
}
.footer-widgets .widget_nav_menu li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
font-size: 18px;
}
.footer-widgets .widget_nav_menu {
text-align: center;
}
.top-bar {
border-top: #ff0055 4px solid;
border-bottom: #e8e8e8 1px solid;
}
.page .entry-header {
text-align: center;
}
.entry-content li {
padding-top: 12px;
padding-bottom: 12px;
}
.pbw-rates-table {
width: 100%;
margin-bottom: 1rem;
border-collapse: collapse;
}
.pbw-rates-table th,
.pbw-rates-table td {
padding: 0.5rem;
border-top: 1px solid #ddd;
text-align: left;
vertical-align: top;
}
.pbw-rates-table thead th,
.pbw-rates-table tfoot td {
background: #222;
color: #fff;
font-weight: 700;
}
.pbw-rates-table tbody tr:nth-child(even) td {
background: #f9f9f9;
}
.pbw-rates-table tbody tr:hover td {
background: #f3f3f3;
}
.pbw-rates-table th:nth-child(2),
.pbw-rates-table td:nth-child(2) {
width: 350px;
}
.pbw-rates-table tfoot p:last-child {
margin-bottom: 0;
}
@media (max-width: 600px) {
.pbw-rates-table th:nth-child(2),
.pbw-rates-table td:nth-child(2) {
width: auto;
}
}