/* custom CSS */

.entryLink a {
font-size: 14px;
margin-bottom: 10px;
    display: inline-block;
}
.entryContent a {
border-bottom: 2px solid #013780;
transition: all ease 0.2s;
color: #013780;
}
.entryContent a:hover {
border-bottom: none;
}