html {
    background-color: #ffffff;
}

table {
    width:100%;
}

table td, table th {
    white-space: nowrap;
}

table td:last-child {
    width:100%;
}

section {
    padding : 60px;
    font-size: 16px;
}

section#press {
    background-color: #eeeeee;
}

section#press.odd h4, section#press.odd p {
    color: #ffffff;
}

section#press.odd p {
    font-size: 2.2em;
}

section.tabcontent {
    padding-top : 0;
}

section.even a {
	color: #0069cc;
}

section.even a:hover, section.even a:visited:hover {
	color: #034ea2;
}

section.even a:active, section.even a:visited {
	color: #ed1c24;
}

section.even {
    background-color: #ffffff;
}

section.even * {
    color: #26353f;
}

section h4 {
    margin-bottom: 30px;
    font-weight: bold;
}

.date {
	text-align: right;
	font-weight: bold;
}

 /* Style the tab */
.tab {
    overflow: hidden;
    font-size: 1.5em;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    width: 100%;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #ffffff;
    background-color: rgb(0, 84, 199);
}

/* Create an active/current tablink class */
.tab button.active {
    color: #ffffff;
    background-color: rgb(0, 84, 199);
}

/* Style the tab content */
.tabcontent {
    display: none;
}
