.trial_button:hover { 
    background: #ff9308; 
    color: #fff;
}
.trial_button a,
.trial_button a:hover { 
    color: #fff; 
    text-decoration: none;
}
.trial_button {
    float: right;
    color: #000;
    font-size: 13px;
    padding: 11px 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    height: 100%;
    transition: all .3s ease-in-out;
}
.test-drive-actions {
    width: 300px;
}
.flow-actions {
    width: 350px;
}
.cell-center {
    text-align: center;
}