@font-face {
    font-family: 'CalibriCustom';
    src: url('calibri.eot'); /* IE 5-8 */
    src: local('☺'),             /* sneakily trick IE */
    url('calibri.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
    url('calibri.ttf') format('truetype'), /* Opera, Safari */
    url('calibri.svg#font') format('svg'); /* iOS */
}

body {
    font-family: CalibriCustom, Arial, sans-serif !important;
}

.head_image {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.head_image_main {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.audio_image {
    width: 100%;
    margin-bottom: 25px;
}

.audio_description {
    text-align: center;
}

.caption {
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
}

a.mainpage,
a.mainpage:visited,
a.mainpage:active {
    color: #d30228;
    text-decoration: none;
}

a.mainpage:hover {
    color: #ff6f66;
    text-decoration: underline;
}

hr {
    color: #a0a0a0;
    border: 3px solid #a0a0a0 !important;
}

.footer {
    font-size: 25px;
    font-weight: bold;
}

a.footer_shop,
a.footer_shop:visited,
a.footer_shop:active {
    color: #e53c30;
    text-decoration: underline;
}

a.footer_shop:hover {
    color: #ff614d;
    text-decoration: none;
}

.player {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    min-height: 50px;
}

.audio_table {
    text-align: left;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-size: 25px;
    margin-top: 100px;
    margin-left: 50px;
}

.audio_row {
    margin-bottom: 25px;
}

td.button {
    width: 60px;
}

td.date {
    width: 200px;
    padding-top: 3px;
}

td.name {
    padding-top: 3px;
    white-space: nowrap;
    overflow: hidden;
}

a.list_anchor,
a.list_anchor:visited,
a.list_anchor:active {
    color: black;
    text-decoration: none;
}

a.list_anchor:hover {
    text-decoration: underline;
}
