/*
 Theme Name:   Publishable Mag Child
 Theme URI:    https://pamatravel.albion.id.au/wp-content/themes/publishable-mag-child/
 Description:  Publishable Mag Child Theme
 Author:       Peter Albion
 Author URI:   https://dralb.albion.id.au
 Template:     publishable-mag
 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:  publishable-mag-child
*/

#sidebars .widget tbody a {
	color: #c69c6d;
	font-weight: bold;
 }

.table {
border-collapse: collapse;
border-spacing: 0;
}

.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 4px;
/* line-height: 1.42857143; */
vertical-align: top;
border-top: 1px solid #dddddd;
border-left: 0;
border-right: 0;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.related-posts, .postauthor {display: none;}

.site-branding h1, .site-branding h2 {
	font-size: 36px;
}

.primary-navigation {
	margin: 34px auto 0;
	background: transparent;
}

.wp-caption-text {
	text-align: left;
	font-size: 12px;
  line-height: 16px;
}


