#text_content {
    /* background-color: dodgerblue; */
    background-color: #0099CC;
    width: 65%;
    height: 55%;
    border: 1px;
    padding: 75px;
    /*padding-top:5px;*/
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.1;
    font: textcolor white;
    text-indent : 0.0%;

}
/*.h1 {*/
    /*color:blue;*/
    
/*}*/

.btn {
    background-color: #0099CC
    /*DodgerBlue;*/
    border: none;
    color: white;
    padding: 6px 8px;
    font-size: 10px;
    font-weight:bold;
    font-size:italic;
    cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: #CCCCCC;
}

.bk {
    background-color: #0099CC;
    /*DodgerBlue;*/
    border: none;
    color: white;
    padding: 6px 8px;
    font-size: 10px;
    font-weight:bold;
    font-size:italic;
    /*font: textcolor white;*/   
    cursor: pointer;
}

/* Darker background on mouse-over */
.bk:hover {
    background-color: #CCCCCC;
    
}

.ch {
    background-color: #0099CC;
    /*DodgerBlue;*/
    border: none;
    color: white;
    padding: 6px 8px;
    font-size: 10px;
    font-weight:bold;
    font-size:italic;
    /*font: textcolor white;*/    
    cursor: pointer;
}

/* Darker background on mouse-over */
.ch:hover {
    background-color: #CCCCCC;
}

.v {
    background-color: #0099CC;
    /*DodgerBlue;*/
    border: none;
    color: white;
    padding: 4px 6px;
    font-size: 10px;
    font-weight:bold;
    font-size:italic;
    /*font: textcolor white;*/    
    cursor: pointer;
}

/* Darker background on mouse-over */
.v:hover {
   background-color: #CCCCCC;