body {
    font-family: Ubuntu, Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.mainMobile {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.mainDesktop {
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.group {
    margin-bottom: 30px;
    border: solid lightgrey 1px;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}


h1 {
    text-transform: uppercase;
}

table {
    color: #333;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

td, th {
    border: 1px solid #CCC;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
}

th {
    background: #F3F3F3;
    font-weight: bold;
}

td {
    background: #FFFFFF;
    text-align: left;
    border: none;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {
    float: left;
}

ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

ul.tab li a:hover {
    background-color: #ddd;
}

ul.tab li a:focus, .active {
    background-color: #ccc;
}

.dropbtn {
    background-color: #303030;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 800px;
    height: calc(100% - 60px);
}

.modal-content-mobile {
    background-color: #fefefe;
    margin: 0;
    padding: 10px;
    border: 1px solid #888;
    width: calc(100% - 30px); /* Could be more or less, depending on screen size */
    max-width: 800px;
    height: 100%;
}

.modal-articles-list {
    overflow-y: auto;
    max-height: calc(100% - 130px);
    margin: 0;
    padding: 0;
}

.modal-articles-list-audio {
    overflow-y: auto;
    max-height: calc(100% - 190px);
    margin: 0;
    padding: 0;
}

.cover-size-select {
    height: 30px;
}

.quote-cover {
    position: relative;
    width: 100%;
}

.quote-cover-year {
    color: white;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
}

.collections-table {
    max-width: 800px;
}

.collections-table-image-cell {
    max-width: 250px;
}

.collections-table-image {
    max-width: 250px;
    border: 1px solid lightgrey;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.timelinelabel {
    float: left;
    font-size: 13px;
}

.timelineyear {
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
    background: lightgrey;
}

.selected {
    background: lightblue;
}

/* article abstract */
.article-abstract-body {
    margin: 10px;
    padding: 5px;
    background: #FFFFFF
}

.article-abstract-external-link {
    margin-left: 15px;
    padding: 0px;
    background: #FFFFFF
}

.article-abstract-cover {
    margin: 10px;
    padding: 5px;
    background: #FFFFFF
}

.zoom {
    transition: transform .4s; /* Animation */
    margin: 0 auto;
    cursor: pointer;
}

.zoom:hover {
    transform: scale(1.06); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
