﻿.atnd_put {
    border-radius: 10px;
    background-color: aliceblue;
    color: black;
    width: 100%;
    padding: 18px;
    -webkit-box-shadow: 0px 0px 39px 12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 39px 12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 39px 12px rgba(0,0,0,0.75);
    font-size: small;
}


.atnd_row1 {
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: darkgray;
}


.atnd_col1 {
    background-color: rgb(207, 226, 226);
    padding: 5px;
    width: 30%;
    min-width: 150px;
}
