@charset "utf-8";
/* CSS Document */

#tdtext {
    text-align: center;
    
}

.vatext {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;   
}
.phototext {
    text-align: center;
    font-size: 85%;    
}

table {    
    width: 100%;   
    margin:  1.0em 0;
	align-content: center;
}
caption {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    color: chocolate;
    text-shadow: 3px 2px 2px black;
    padding: 1em;
    
}

tr {
    width: 75%;
    
    }
 td {    
    padding: .25em .5em;
    font-weight: bolder;
    font-size: .85em;
    text-align: left;
}
td img {
    display: block;
    margin-left: 8em;
    width: auto;
    height: auto;
    align-content: center;
}

td:first-child {
			text-align: left;
            color: chocolate;
		}
/*
td:nth-child(3) {
			text-align: center;
            color: red;
		}
*/
/*tbody tr:nth-child(even) {
    background-color: #EDECD2;
}*/

