﻿.header-text
{
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding-bottom: 15px;
}
.feature-button
{
    padding: 5px 10px;
    margin: 15px auto;
    background: url(https://cdn.minuterice.com/resources/minuterice_mobile/images/bg_button.gif) repeat-x rgb(27,50,100);
    color: #fff;
    display: block;
    width: 150px;
    border: 1px solid #ccc;
    text-align: center;
}
.feature-button:hover
{
    border: 1px solid #ccc !important;
    color: #fff;
}