.terms-and-conditions{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    z-index: 10000000000;
    background-color: #ed8f00;
    color: black;
    font-size: 14px;
    opacity: 0.8;
    padding: 6px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
}

.terms-and-conditions-text{
    position: absolute;
    width: 600px;
    left: 50%;
    margin-top: 12px;
    margin-left: -300px;
    clear: none;
}

.terms-and-conditions-buttons button{
    margin-right: 5px;
}

.terms-and-conditions-buttons{
    float: right;
    margin-right: 20px;
}

.terms-and-conditions-buttons{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    text-shadow: 0 -1px #6f6f6f;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.terms-and-conditions-button-success{
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.terms-and-conditions-button-default{
    color: #000000;
    background-color: white;
    border-color: #cccccc;
}