/*
 Theme Name:   Twenty Thirteen Child
 Description:  Blue-Skye Child Theme
 Author:       Daniel Ehrenhofer
 Author URI:   httpw://www.daluma-websolutions.de
 Template:     twentythirteen
 Version:      1.0
 Text Domain:  twenty-thirteen-child


*/

.jtrt-table tr th {
	text-transform: none;
	font-size: 1rem;
}

.jtrt-table tbody tr td {
	line-height: 1rem;
}

.jtrt-table td,
.jtrt-table th {
  border: 1px solid #009CD5 !important; 
}
.jtrt-table tr:first-child td,
.jtrt-table tr:first-child th {
  border-top: 0 !important;
}
.jtrt-table tr td:first-child,
.jtrt-table tr th:first-child {
  border-left: 0 !important;
}
.jtrt-table tr:last-child td {
  border-bottom: 0 !important;
}
.jtrt-table tr td:last-child,
.jtrt-table tr th:last-child {
  border-right: 0 !important;
}

.break-on-mobile {
    display:block;
}
  
.text-center {
	text-align: center;
}

.title-padding {
	padding: 0 1rem;
}

.site-info .privacy-policy-link,
.site-info span,
.site-info a {
	display: none;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.f-normal {
	font-size: 1rem;
	font-weight: 400;
}

.entry-content a,
a:visited,
.entry-content a:hover {
	color: #009cd5;
}

@media (min-width: 576px) {     
	.break-on-mobile {
      display:none;
    }

    .d-md-block {
    	display: block;
    }

    .d-md-inline-block {
    	display: inline-block;
    }

    .d-md-none {
    	display: none;
    }
}