/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#table-container{
    width: 100%;
    overflow-x: scroll;
}

#table-diplomas{
    width: auto;
}

#diploma-ufpr-search{
    width: 170px;
}

#diploma-ufpr-search-btn{    
    margin-top: -50px;
    background-position: center;
}

#diploma-ufpr-search-btn:hover{
    background-color: lightgray;
}