
/*  placeholder for custom styles even those that overwrite xhtml.css */


:root {
    --color-basecolor: #A50050;
    --header-font-color: var(--color-basecolor);
}

.table td, .table th {
    border-top-style: none;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    display:block;
    font-weight:bold;
    background-color:inherit;
    font-size: 2rem;
    color: var(--header-font-color);
}

.content_logo img {
    height: 60px; 
    width: auto;
    margin: 0 20px 0 0;
    padding: 0;
}
