@charset "utf-8";

/* CSS Document */

.tumniab {
    width: 100%;
    padding: 0px 15px;
}

.tumniab-row {
    margin-bottom: 20px;
}

.tumniab-number {
    width: 100%;
    height: auto;
    font: 20px/25px 'thaisanslite', Arial, sans-serif;
    font-weight: bold;
}

.tumniab-name {
    width: 100%;
    height: auto;
    font: 20px/28px 'thaisanslite', Arial, sans-serif;
}

.tumniab-year {
    width: 100%;
    height: auto;
    font: 17px/20px 'thaisanslite', Arial, sans-serif;
}

.tumniab-pic {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.tumniab-pic img {
    position: relative;
    margin-left: 7%;
    /* text-align: center; */
    border-radius: 50%;
    /* height: 75px !important; */
    width: 105px!important;
    box-shadow: 0 0 0 5px rgb(145 78 182), 0 1px 1px rgba(255, 255, 255, 0.5);
}