@charset "utf-8";
/* CSS Document */
.editor{
    
    width: 100%;
    max-width: 162px;
}

.editor_text {
    float: left;
    font-size: 130%;
    color: chocolate;
}

.events_text {
    font-size: 115%;
    font-weight: 700;
}
    
table {
    width: 100%;   
    border: 1px solid black;
	margin:  1.0em 0;
	align-content: center;
}
caption {
    font-size: 100%;
    color: chocolate;
    font-weight: 700;
}

tr {
    font-size: 85%;
    color: black;
    font-weight: bolder;
}
 td {    
    
    align-content: center;
    padding: .2em .7em;
    border: 1px solid black;
    text-align: center;
    font-weight: bolder;
    font-size: 1em;
}
td img {
    width: 95%;
    
    
}
/*
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;
}

tbody tr:nth-child(odd) {
    background-color: #F3F2EE;
}
td  a {
    color: black;
    
}
td  a:hover {
     background-color: #303030;
}
td a:visited {
    color:orangered;    
}

tfoot td {
    text-align: center;    
}

tfoot a {
    color: green;
    
    
}

