}.tags {
    margin-top: 1.875rem;
}
.tags a {
    font-size: .875rem;
    color: #0085A1;
    display: inline-block;
    border: 1px solid #0085A1;
    border-radius: .313rem;
    padding: .25rem .625rem;
    margin-right: .125rem;
    margin-bottom: .5rem;
    text-decoration: none;
}

.tags a:hover {
    color: #03316e;
    border: 1px solid #03316e;
}

.tag-title {
    font-family: 'Lora', 'Times New Roman', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.25rem;
    margin-top: 3.75rem;
    *zoom: 1;
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.tag-title:before, .tag-title:after {
    content: '';
    display: table;
}
.tag-title:after {
    clear: both;
}
.post-list a:hover {
    color: #03316e;
    border-bottom: 1px solid #03316e;
}
.post-list .entry-date {
    float: right;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.share-wrapper {
	text-align: end;
}