@charset "utf-8";
/* CSS Document */

section table {
    width: 100%;   
    border: 1px solid black;
	margin:  1.0em 0;
	align-content: center;
}

section tr {
    font-size: 85%;
    color: black;
    font-weight: bolder;
}
 section td {    
    
    align-content: center;
    padding: .2em .7em;
    border: 1px solid black;
    text-align: center;
    font-weight: bolder;
    font-size: 1em;
    
}


td img {
    width: 80%;
    
}
/*
td:first-child {
			text-align: left;
            color: brown;
		}

td:nth-child(3) {
			text-align: center;
            color: red;
		}
*/
tbody tr:nth-child(even) {
    background-color: #F3CB88;
}
td  a {
    color: black;
    
}
td  a:hover {
     background-color: #303030;
}
td a:visited {
    color:orangered;    
}

tfoot td {
    text-align: left;    
}

tfoot a {
    color: green;    
    
}