@charset "utf-8";
/* CSS Document */

.elcopic {
    margin-top: .75em;
    align-content: center;
    width: 80%;
    max-width: 100%
}
.contact {
    
    text-align: center;
    font-weight: bold;
    font-size: 100%;
}

section table {
    width: 100%;   
    border: 1px solid black;
	margin:  1.0em 0;
	align-content: center;
}

caption {
    font-size: 150%;
    font-weight: bold;
    color: chocolate;
    padding: .1em 0;
}

section tr {
    font-size: 85%;
    color: black;
    font-weight: bolder;
}
 section td {    
    
    align-content: center;
    padding: .5em .7em;
    border: 1px solid black;
    text-align: center;
    font-weight: bolder;
    font-size: 1em;
    
}


td img {
    width:100%;
    
}
/*
td:first-child {
			text-align: left;
            color: brown;
		}

td:nth-child(3) {
			text-align: center;
            color: red;
		}
*/
tbody tr:nth-child(odd) {
    background-color: #F3CB88;
}
td  a {
    color: black;
    
}
td  a:hover {
     font-variant: small-caps;
}
td a:visited {
    color:orangered;    
}

tfoot td {
    text-align: left;    
}

tfoot a {
    color: green;    
    
}


