@charset "utf-8";

.table th, td {
    vertical-align: middle !important;
    line-height: 2em !important;
}

.table td {
    color: #696969;
}

blockquote {
    font-size: 1.1em;
    line-height: 2em;
}

.bg-president0 {
    height:400px;
    border-radius: 0.2em;
    box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -webkit-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -moz-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    background: transparent url('../images/Aboutus/president0.jpg') no-repeat scroll top center;
    background-size: cover;
}

.bg-president1 {
    height:400px;
    border-radius: 0.2em;
    box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -webkit-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    -moz-box-shadow:rgb(220, 220, 220) 1px 1px 20px 5px;
    background: transparent url('../images/Aboutus/president1.jpg') no-repeat scroll center center;
    background-size: cover;
}