.about {
    max-width: 1020px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.about .main {
    font-size: 15px;
	/*text-align: center;*/

    text-align: justify;
    /*-moz-text-align-last: center;*/
    text-align-last: center;


    margin: 20px auto;
    
    line-height: 1.6em;
    color: var(--Font150);


}

.about .bio-more {
    font-size: 15px;
	/*text-align: center;*/

    text-align: justify;
    /*-moz-text-align-last: center;*/
    text-align-last: center;

    margin: 0px auto;
    
    line-height: 1.6em;
    color: var(--Font150);
}

.about .show-more-bio {
    text-align: center;
}

.about .show-more-bio a {
    text-decoration: none;
    font-size: 14px;
    color: var(--Font100);
    cursor: pointer;
}

.about .show-more-bio a:hover {
    color: var(--FontHover);
}