/*
File: monkeySongStyles.css
Site: TNT
Date: 8/09/19
Author: KLP
Comments:

*/

form {
    margin-top: 20px;
    margin-bottom: 20px;
}

input#selectButton {
    /*other styles set by a class: primaryBtn*/
/*
    background-color: green;
    padding: 10px;
    color: white;
    border-radius: 10px;
*/
/*
    clear: left;
    margin-top: 20px;
    margin-left: 10px;
*/
    margin-left: 10px;
}

#content {
    max-width: 320px;
    margin: 0px auto 0px auto;
}

span {
    display: inline-block;
    font-size: 150%;
    text-align: center;
    background-color: #A3590A;
    color: #FFF;
    margin-right: 3px;
    border: 2px solid #A3590A;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 1.2;
}

#lyrics {
    margin: 0px auto 0px auto;
    text-align: center;
}

#lyrics p{
    margin-bottom: 20px;
}

p#lastVerse {
    font-size: 150%;
    color: #A3590A;
    text-align: center;
    float: none;
    clear: both;
}

div#lyrics p#oneMonkey span {
    margin-right: 10px;
}

@media (min-width: 800px) {
    /*blue*/
    span {
        font-size: 100%;
    }
    #content{
        max-width: 500px;
    }
}




