.glWrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            margin-top: 15px;
}
.gColumnLeft{
  left: 0px;
    border:1px;
    width:86px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    border-right: 1px solid #9E0B0E;   
    margin-bottom: 45px;
  
}


.gColumnRight{
    display: block;
     margin-left: 5px;
     margin-bottom: 45px;
     
}

.bigLetter{
    font-family: 'Times New Roman', Times, serif;
    font-size: 70px;
    color:black;
    display: block;
    text-align: center;
    padding-right: 30px;
    padding-left: 20px;
}
.gColumnRight{
    display: block;
     margin-left: 5px;
     margin-bottom: 45px;
     box-sizing: border-box;
}
.glossary{
    background-color: rgb(255, 255, 255);
    border: 1px;
}
.gletter {
    display: inline-block;
    text-align: center;
    margin:4px;
    height: 21px;
	width: 21px;
	font-size: 14px ;
	font-weight: bold;
	color: black;
	background: url("../img/navigation.png") 0px -178px no-repeat;
    cursor: pointer;
    line-height: 21px;
    text-decoration: none;
   }
   .gletterActive {
    display: inline-block;
    text-align: center;
    margin:4px;
    height: 21px;
	width: 21px;
	font-size: 11px ;
	font-weight: bold;
	color: black;
	background: url("../img/navigation.png") -40px -178px no-repeat;
    cursor: pointer;
    line-height: 21px;
    text-decoration: none;
   }
 
   .gletter:hover {
    background: url("../img/navigation.png") -20px -178px no-repeat;
    
   }

   .glKwords{
    -webkit-column-count: 6; /* Chrome, Safari, Opera */ /* Firefox */
    column-count: 6;
    -webkit-column-width: 250px; /* Chrome, Safari, Opera */ /* Firefox */
    column-width: 250px;
    font-size: 14px;
    color: #9E0B0E;
   }

.abc{
    margin-left: 10px;
}

.glKwords ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }