#data-wrapper .data-item {
    border: 1px solid white;
    transition: all .3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    background: #1abc9c;
}

#data-wrapper .data-item-headline {
    padding: 30px 5px;
    text-align: center;
    font-size: 1rem;
}

#data-wrapper .data-item-headline .phar-name {
    color: white;
}

#data-wrapper .data-item-body {
    padding: 10px 10px 20px 10px;
    text-align: center;
    color: white;
}

#data-wrapper .data-item-headline.small-padding {
    padding: 10px 5px;
    line-height: 1.6rem;
}

a.goback, a.gohome {
    font-size: 20px;
    line-height: 50px;
    border: 1px solid white;
    box-sizing: border-box;
    text-align: center;
    background: #289983;
    display: block;
    width: 50%;
    bottom: 0;
}

a.gohome{
  border-left: none;
}

.bottom-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
}
