.admin {
    display: inline-block;
    padding: 0 10px;
    margin: 5px;
    font-size: 0.8em;
}

.recentWrapper h1 {
    margin-top: 40px;
    padding-bottom: 0;
}

.recentWrapper h1.moreResources {
    margin-top: 80px;
}

.recentWrapper em.viewmore {
    font-size: 0.75em;
    display: block;
}

.recentWrapper .sectionContent {
    border-radius: 40px;
    background-color: #ebf6ff;
    border: 2px solid #aad0ff;
    margin-top: 20px;
}

.recentWrapper .itemWrapper {
    margin: 10px auto;
    max-width: 400px;
    padding: 10px 20px;
    text-align: center;
}

.recentWrapper .itemWrapper em,
.recentWrapper .itemWrapper a,
.recentWrapper .itemWrapper span {
    display: block;
}

.recentWrapper .itemWrapper .date {
    font-family: monospace;
}

.recentWrapper .itemWrapper .title {
    font-size: 1.1em;
}

.recentWrapper .itemWrapper .subtitle {
    font-size: 0.85em;
}

.recentWrapper .itemWrapper a.link,
.recentWrapper .itemWrapper span.youtubeUrl {
    font-size: 0.75em;
}

.recentWrapper .itemWrapper a.link {
    margin: 0 0 15px 0;
    padding: 0;
}

.recentWrapper .itemWrapper .thumbSpacer {
    text-decoration: none;
    margin: 2px auto;
    padding: 0;
}

.recentWrapper .itemWrapper a, .recentWrapper .itemWrapper a:hover {
    border-bottom: 0;
    background-color: transparent;
}

.recentWrapper .itemWrapper .block {
    display: block;
    text-align: center;
}

.recentWrapper .itemWrapper .thumbRounded {
    margin: 0;
    padding: 0;
    border: 2px solid #000000;
    border-radius: 20px;
    overflow: hidden;
}

.recentWrapper .itemWrapper .thumbRounded .playIcon {
    display: none;
    background: url(/img/yt_icon_142x100.png) no-repeat center;
    background-size: 71px 50px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
}

.recentWrapper .itemWrapper a:hover .thumbRounded {
    border: 2px solid #5e9040;
}
.recentWrapper .itemWrapper a:hover .thumbRounded .playIcon {
    display: initial;
}

.recentWrapper .itemWrapper .thumbContent {
    height: 0;
    overflow: hidden;
    padding-top: 55%;
    width: 100%;
    position: relative;
}

.recentWrapper .itemWrapper .thumbContent img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
