#et-info, #et-secondary-menu > ul > li a {
    padding-bottom: .75em;
    display: block;
    padding-left: 10px;
}

.touchy-by-bonfire {
    position: relative;
    width: 300px;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    border-radius: 2px;
    background: #fff;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #0E90A7;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}