﻿.epbArea {
    display: flex;
    flex-direction: row;
}

    .epbArea div {
        margin: 0 0.25em;
    }

    .epbArea a {
        text-decoration: none;
    }

.epaFB-share,
.epaYoutube-share {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    height: 2.5em;
    padding: 0.5em;
    width: max-content;
}

.epaFB-share {
    background-color: #080;
}

.epaYoutube-share {
    background-color: #d34;
}
