#linktable {
   width:100%;
   text-align:center;
}
#linktable tr {
   text-align:center;
   width 100%;
   margin-top: 10px;
}
.letter {
    float: left;
    width: 100px;
    font-size: 28px;
    font-weight: 400;
    color: #aaa;
}
.charlinks{
	background: #000;
    padding: 8px 0;
    text-align: center;
}

.charlinks a {
	color: #FFF;
	font-weight: 500;
	font-size: 120%;
	margin: 0 5px;
	padding: 5px;
	
}

.back_to_top{
	float:right;
}

.odd{
	background-color: #ddd;
    color: #000000;
    font-weight: normal;
    padding: 0 0 9px;
	color: #333;
	float: left;
	width: 100%;
}
.even{
	background-color: #EEE;
    color: #000000;
    font-weight: normal;
    padding: 0 0 9px;
    color: #333;
	float: left;
	width: 100%;
}

.display {
    float: left;
    margin-left: 13px;
    margin-right: 8px;
    margin-top: 13px;
    width: 20%;
    font-weight: 600;
    font-style: italic;
}

.definition {
    float: right;
    width: 70%;
    margin-top: 13px;
    margin-right: 8px;
}

.li_letter {
    border: 1px solid #ddd;
    padding: 3px 3px 3px 15px;
    margin: 25px auto 0;
}

.back_to_top > a {
    color: #999;
    font-size: 90%;
    margin: 0 10px 0 0;
}

.back_to_top > a .fa {
	font-size: 2.5em;
}
.back_to_top > a:hover {
    color: #000;  
}

