/* CSS Document */

#about{
    text-align: center;
}


#about dl{
    max-width: 650px;
    margin: auto;
    text-align: left
}

#about dt,
#about dd{
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1.8em;
    margin-bottom: 1.8em;
}

#about dt{
    width: 25%;
}

#about dd{
    width: 75%;
}

#about table th{
    font-weight: normal;
    text-align: left;
    min-width: 125px;
    width: 35%;
}




/*@media only screen and (max-width: 560px) {  

#about table th,
#about table td{
    display: block;
    width: 100%;
}

#about table td{
    margin: 5px auto 20px;
    text-indent: 10px;
}





}*/
















