﻿h2{
    margin-bottom:15px;
}

.box--inlineBlock{
    display:inline-block;
}

.text--bold{
    font-family:CSPraJad-Bold;
}

.text--underline{
    text-decoration:underline;
}

.table--profit td{
    text-align:center;
    padding:5px !important;
}

.td--top{
    vertical-align:top;
}

.td--rightOffset{
    padding-right:10px;
}

.tr--bottomOffset td{
    padding-bottom:10px;
    
}

/*.title{
    font-size:30px !important;
}*/

.box--indent {
    text-indent:50px;
}

.box--leftOffset {
    margin-left:50px;
}

.box--center{
    text-align:center;
}

.table--center{
    margin:0 auto;
}

.table--medium{
    width:70%;
}

.background--yellow{
    background-color:yellow;
}

h4{
    margin-top:30px;
}

.buffet-img{
    width:100%;
}

#table--payProfit td{
    padding-bottom: 20px;
}

.box--70{
    margin:0 auto;
    width:70%;
}