.btnim,.btnex{
    border-radius: 3px;
    color: #fff;
}
.btnim{
    background: #bd3017;
    border-color:red;
    cursor:pointer;
}
.btnex{
    background: #2d67b8;
    border-color:blue;
    cursor:pointer;
}
