@CHARSET "UTF-8";

.separator_line {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    margin-top: 10px;
    margin-bottom: 1px
}

.download {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: block;
    padding: 8px 6px;
    background-color: #ffffff;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}

.download .horizontal {
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

.download .app-icon {
    display: flex;
    -webkit-flex: auto;
}

.download img {
    width: auto;
    height: 40px;
    margin-left: 5px;
}

.download-btn {
    background-color:transparent;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    width: 100px;
    height: 30px;
    border:1px solid #c80914;
    display:inline-block;
    color:#c80914;
    font-size:14px;
    padding:5px 21px 0px;
    text-decoration:none !important;
    margin-right: 10px;
}

.download-btn:hover {
    text-decoration: none;
    color:#c80914;
}