.button-big, .button-small {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Istok Web', sans-serif;
    line-height: 22px;
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
    padding: 14px 30px 13px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 18px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 10px 20px rgba(255, 255, 255, 0.12), inset 0 -10px 30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 10px 20px rgba(255, 255, 255, 0.12), inset 0 -10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 10px 20px rgba(255, 255, 255, 0.12), inset 0 -10px 30px rgba(0, 0, 0, 0.12)
}

.button-small {
    padding: 6px 12px 5px;
    font-size: 11px
}

.button-big:hover, .button-small:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5), inset 0 10px 20px rgba(255, 255, 255, 0.20), inset 0 -10px 20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5), inset 0 10px 20px rgba(255, 255, 255, 0.20), inset 0 -10px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.5), inset 0 10px 20px rgba(255, 255, 255, 0.20), inset 0 -10px 20px rgba(0, 0, 0, 0.12)
}

.button-big:active, .button-small:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3), inset 0 10px 20px rgba(0, 0, 0, 0.08)
}

.rounded3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.rounded5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.rounded10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.rounded99 {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px
}

.salmon {
    background: #d5383c
}

.purple {
    background: #6b63cf
}

.orange {
    background: #f76b16
}

.blue {
    background: #2184ab
}

.lightblue {
    background: #5b98bf
}

.red {
    background: #c7322c
}

.green {
    background: #70a726
}

.teal {
    background: #26a77b
}

.grey {
    background: #7a7a7a
}

.sand {
    background: #c78942
}

.taupe {
    background: #a58d72
}

.peach {
    background: #d27341
}