.features {
    display: table;
    margin: 30px auto;
    padding-left: 30px;
    padding-right: 30px;
}
.fbox {
    position: relative;
    min-height: 300px;
}
.fbox-border {
    padding: 30px 30px 30px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
}
.fbox-half {
    float: left;
    width: 50%;
    padding: 10px;
}
.fbox-third {
    float: left;
    width: 33%;
    padding: 10px;
}
.fbox-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding-top: 4px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 175%;
    text-align: center;
    background: #990000;
    color: #FFF;
}
.fbox-content {
    padding-top: 20px;
    font-size: 18px;
}
.fbox-input input[type=text] {
    width: 80%;
    font-size: 150%;
    margin-bottom: 5px;
}
.fbox-bottom {
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
}
*, :after, :before {
    box-sizing: border-box;
}
