.btn.btn-gray-border {
    border: 1px solid #dddddd;
    background: white;
    border-radius: 100px;
    color: #545454;
    font-size: 17px;
    text-align: left;
}
.btn.btn-gray-back,
.btn.btn-gray-share,
.btn.btn-gray-location,
.btn.btn-gray-report {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-bottom-inner-shadow,
.btn.btn-gray-share,
.btn.btn-gray-location,
.btn.btn-gray-report {
    box-shadow: inset 0px -9px 8px -9px #CCC;
}

.btn.btn-gray-back img {
    margin: 0px 12px 1px 4px;
}
.btn.btn-gray-share img {
    margin: 0px 10px 0px 2px;
}
.btn.btn-gray-location img {
    margin: 0px 12px 0px 4px;
}
.btn.btn-gray-report img {
    margin: 0px 18px 0px 10px;
}

div.buttons-container {
    margin-top: 80px;
    margin-bottom: 40px;
}
div.buttons-container a {
    margin-bottom: 10px;
}