/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                      *
*   Button Rules                                       *
*                                                      *
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
button{
    float: left;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: -ms-calc(100%);
    width: -o-calc(100%);
    width: calc(100%);
    height: 51px;
    background: #22a4e6;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'LatoWeb';
    font-size: 17px;
    border-radius: 6.5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}