
#reftexthead{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.container {
    margin-left:auto; 
    align-items: center;
    border-radius: 3px;
}
#ttscont {
    background-color: rgb(237, 245, 245);
}
#recordingsList{
    display: flex;
    justify-content: center;
    align-items: center;
}
#ttsList{
    display: flex;
    justify-content: center;
    align-items: center;
}


.button-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 12px;
}

#summarytable{
    border-spacing: 5px;
    margin: 5px;
    display: none;
    justify-content: center;
    align-items: center;
}
#summarytable table, th, td{
    border:1px solid lightgrey;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}
#detailedtable{
    margin: 5px;
    border-spacing: 5px;
    overflow-x: auto;
    display: block;
    justify-content: center;
    align-items: center;
}
#detailedtable table{
    margin: auto;
}
#detailedtable table, th, td{
    text-align: center;
    border:1px solid lightgrey;
    border-collapse: collapse;
    padding: 5px;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}

@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 } 
to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
from{ bottom:-100px; opacity:0 } 
to{ bottom:0; opacity:1 }
}

#myDiv {
display: none;
text-align: center;
}

footer{
    text-align: center;
    font-size: x-small ;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
}

@media only screen and (max-width: 500px) {
    button {
        font-size: 18px;
    }
}