.btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    border-color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: white;
    border: 0;
}

.btn.btn-centered {
    text-align: center;
}

.btn-wide {
    width:100%;
}

.btn.btn-primary, .btn.btn-primary-no-hover {
    background: #2ecc71;
}

.btn.more {
    margin-bottom:8px;
    padding:10px 0;
    width:97.5%;

}

.btn.btn-primary:hover {
    background: #999;
}

.btn.btn-info-no-hover, .btn.btn-info {
    color: #666;
    background: #e4e3e1;
}

.btn.btn-red-no-hover, .btn.btn-red {
    background: #e06;
}

.btn.btn-dark-gray, .btn.btn-dark-gray-no-hover {
    background: #999;
}

.btn.btn-dark-gray:hover {
    background: #e06;
}

.btn.btn-gray {
    color:#444;
    background-color: #eee;
}

.btn.btn-lilac {
    color:white;
    background-color: #9b59b6;
}

.btn.big {
    font-size: 20px;
    padding:10px 20px;
}

.btn.action {
    background-color: #e4e3e1;
    color: #666;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn.share {
    background-color: #e4e3e1;
    color: #666;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn.share:hover {
    color: white;
    background-color: #201f1e;
}

.btn.action:hover i, .btn.action.active i {
    color: #e06;
}

.btn.action:hover, .btn.action.active {
    background-color: #201f1e;
}

.btn.btn-gray-small {
    color:#444;
    background-color: #eee;
    font-size:12px;
}

.btn.btn-red:hover {
    color: white;
    background: #2980b9;
}

.btn.btn-blue, .btn.btn-blue-no-hover {
    color: white;
    background: #2980b9;
    font-size:12px;
}

.btn.btn-blue:hover {
    color: white;
    background: #e06;
}

.btn.btn-info:hover {
    color: white;
    background: #333;
}
.btn.btn-red.btn-close {
    width: 100%;
    margin:0 auto;
    padding:4px 0;
    line-height: 30px;
}