/* 
    Custom style for foundation element
    to match my requirement
*/

.button {
    padding: 0;
    outline: none !important;
}

.close-button {
    min-width: 36px;
    position: relative;
    top: 0;
}

.close-button span {
    outline: none !important;
}

.off-canvas {
    background-color: white;
}

/**/

#word_list_wrapper a {
    margin-bottom: 0;
    width: 100%;
}