.title-on-page {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
}

.table_style {
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.link-onesinger {
    text-decoration: none;
    color: black;
    align-items: center;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 667px) {
    .link-onesinger {
        align-items: none;
        display: block;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-left: 3px;
    }
}

.photo-onesinger {
    width: 150px;
    height: 150px;
    background-size: cover;
    border: 2px solid black;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    filter: grayscale(100%);
}

@media only screen and (max-width: 800px) {
    .photo-onesinger {
        width: 80px;
        height: 80px;
        margin-left: none;
        border: none;
    }
}

@media only screen and (max-width: 667px) {
    .photo-onesinger {
        width: 70px;
        height: 70px;
        display: inline-block;
        margin-left: none;
        border: none;
    }
}

.photo-onesinger:hover {
    filter: none;
}

.name-onesinger {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
}

@media only screen and (max-width: 667px) {
    .name-onesinger {
        font-size: 15px;
        white-space: none;
        text-align: left;
        vertical-align: bottom;
    }
}

.job-onesinger {
    color: gray;
    text-align: center;
    padding-bottom: 30px;
}

@media only screen and (max-width: 667px) {
    .job-onesinger {
        display: none;
        font-size: 15px;
        text-align: left;
        background-color: lawngreen;
    }
}

@media only screen and (max-width: 667px) {
    td {
        float: left;
    }
}
.song_link{
    text-decoration:none;
}
.boxsong {
    background-color: white;
    border: 2px solid darkgray;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 5px;
}

.boxsong:focus, .boxsong:hover {
    background-color: #e9e9e9;
}

.boxsong-link {
    text-decoration: none;
}

.boxsong-singer {
    display: inline-block;
    width: 60%;
}

@media only screen and (max-width: 667px) {
    .boxsong-singer {
        display: contents;
    }
}

.boxsong-singer-photo {
    width: 45px;
    height: 45px;
    background-size: cover;
    display: inline-block;
    padding: 10px;
    margin: 10px;
    vertical-align: middle;
    border-radius: 50%;
}

@media only screen and (max-width: 667px) {
    .boxsong-singer-photo {
        display: inline-block;
        margin:5px;
        border: none;
        width:40px;
        height:40px;
    }
}

.boxsong-singer-info {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 667px) {
    .boxsong-singer-info {
        text-align: left;
        width: 65%;
        font-size:18px;
    }
}

.boxsong-singer-song {
    color: black;
    font-weight: bold;
}

.boxsong-singer-singer {
    color: gray;
}

.boxsong-icons {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 5px;
    width: 36%;
}

@media only screen and (max-width: 667px) {
    .boxsong-singer-singer {
        display: none;
    }
    .boxsong-icons {
        display: none;
    }
}

.boxsong-icon-one {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../img/fb.jpg');
    background-size: cover;
    margin-left: 25px;
}

.youtube-sign {
    background-image: url('../img/signs/youtube.svg');
}

.language-sign {
    background-image: url('../img/signs/language.svg');
}

.chords-sign {
    background-image: url('../img/signs/chords.svg');
}

.text-sign {
    background-image: url('../img/signs/text.svg');
}

@media only screen and (max-width: 667px) {
    .boxsong-icon-one {
        width: 20px;
        height: 20px;
        top: 0px;
        margin-top: 0px;
    }
}

.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.pagination div {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #ffcc33;
    text-align: center;
    font-weight: bold;
    text-shadow: black 0px 0px 3px;
    border-radius: 50%;
}

.pagination a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
}

.pagination div.disabled {
    background-color: rgba(255, 204, 51, 0.3);
    cursor: not-allowed;
}

.pagination div.disabled a {
    pointer-events: none;
}

.eight-songs-2 {
    width: 100%;
}

/* new singers style */

.one-singer {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin: 5px;
}

@media only screen and (max-width: 667px) {
    .one-singer {
        padding:1px;
    }
}

.photo-singer {
    width: 50px;
    height: 50px;
    background-size: cover;
    border: 2px solid black;
    border-radius: 50%;
    filter: grayscale(100%);
    padding: 10px;
}

.textblock-singer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 20px;
    font-size: 20px;
}
@media only screen and (max-width: 667px) {
    .photo-singer{
        width:40px;
        height:40px;
    }

    .textblock-singer{
        font-size:18px;
    }
}
.singer-name {
    font-weight: bolder;
    margin-left: 0px;
    margin-right: auto;
}

.sidebar-cell {
    display: inline-block;
}

.main {
    display: inline-block;
}

.list-of-singers div.onesinger-wrapper:nth-child(odd) {
    background:#e6e6e6;
    border-radius: 5px;
}

.list-of-singers div.onesinger-wrapper:nth-child(even) {
    background: white;
    border-radius: 5px;
}

@media only screen and (max-width: 667px) {
    .paginator-btn{
        font-size:15px;
    }
}