button#boton {
    background: #000;
    padding: 20px 20px;
    color: #fff;
    border: 1px solid #d4d4d4;
    border-bottom-color: #000000;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 220px;
    font-size: 18px;
    font-weight: bold;
    left: 50%;
    margin-left: -110px;
    border-radius: 5px;
}

button.td-button {
    background: #2baadf;
    padding: 6px;
    color: #fff;
    border: 1px solid #d4d4d4;
    border-bottom-color: #2baadf;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 220px;
    font-weight: bold;
    left: 50%;
    margin-left: -110px;
    border-radius: 5px;
}

button.td-button:hover {
    color: #fff;
    background: #2a9ece;
}

.td-readmore {
    position: relative;
    background: transparent;
    color: #337ab7;
    border: 1px solid #2baadf;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 2.2em;
    padding: 0 15px;
    outline: none !important;
    font-family: "Scada", Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.td-readmore:hover {
    background: #2baadf;
    color: #fff;
}
