﻿.color {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 6px;
}

.black {
    background-color: black;
}

.red {
    background-color: red;
}

.white {
    background-color: white;
    border: solid 1px gray;
}

.clipping-link {
    text-decoration: underline;
    color: blue;
}

.img-banner {
    background-position: center 0px;
}

.post-blog a {
    color: blue;
    text-decoration: underline;
}

.single-music-chart .music-content .audio-player {
    margin-right: 10px;
}

.custom-pagina-clipping strong, .custom-pagina-clipping a {
    display: table;
}

.custom-turne {
    color: white;
    background-color: chocolate;
    padding: 1px 4px 1px 4px;
    text-align: center;
    display: table-cell;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
}
