﻿.terms {
    text-align: left;
}
.terms a, .terms a:active, .terms a:focus {
    color: #0076c0;
}
.terms a:hover {
    color: #594a3c;
}
.terms h2 {
    font-size: 1.6em;
    color: #666
}
.terms h3, .terms h4 {
    margin-top: 30px !important;
    margin-bottom: 8px;
    color: #0076c0;
}
.terms h3 {
    font-size:1.4em;
}
.terms h4 {
    font-size:1.2em;
}
.terms h3, .terms h4, .terms p, .terms ul {
    padding-left: 50px;
}
.terms h3 span, .terms h4 span, .terms p span {
    margin-left: -50px;
    width: 46px;
    display: inline-block;
}
.terms ol, .terms ul {
    margin: 10px 0 15px 25px !important;
}
.terms ul {
    list-style: disc !important;
}
.terms li {
	font-weight: 300;
	padding: 5px 0;
    margin: 0;
}
.terms a.offset {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.terms .version {
    margin: 10px 0 50px 0;
}
.terms .version p {
    padding: 0;
    margin: 2px 0;
    font-weight: 400;
}
.terms p span.data-contact {
    margin-left: 0;
    width: auto;
    display: inline;
}
.terms p span.data-contact::after {
    content: " data@digitaltaxonomy.co.uk ";
}
.terms table {
    width: calc(100% - 50px);
    margin:25px 0 25px 50px;
	border-collapse: collapse;
}
.terms table th, .terms table td {
    padding: 6px 12px;
    border: 1px solid #ccc;
	text-align: left;
}
.terms table td {
    font-weight: 300;
}
.terms div.indent {
	padding-left: 50px;
}
.terms div.indent.list {
	padding-left: 75px;
}
.terms .schedule {
	margin: 80px 0 0 0;
}
.terms .schedule h2:first-of-type {
	font-weight: 400;
}
.terms .schedule h3 {
	padding-left: 0;
}
.terms .schedule h4, .terms .schedule p, .terms .schedule ul {
	padding-left: 30px;
}
.terms .schedule h4 span, .terms .schedule p span {
	margin-left: -30px;
	width: 26px;
	display: inline-block;
}
.terms .schedule div.indent.list {
	padding-left: 55px;
}
.terms .schedule em {
	font-weight: 400;
}

.modal-terms {
    min-height: 250px;
    max-height: 80vh;
    overflow-y: auto;
}
.modal-terms-wrapper {
    font-size: 0.8em;
    font-weight: 300;
    padding: 0 20px;
}