.block
{
    display: block;
}
.hidden
{
    display: none;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.center-relative
{
    margin-left: auto;
    margin-right: auto;
}
.center-absolute
{
    left: 50%;
}
.center-text
{
    text-align: center !important;
}
.absolute
{
    position: absolute;
}
.fixed
{
    position: fixed;
}
.relative
{
    position: relative;
}
.display-table
{
    display: table;
}
.top-5
{
    margin-top: 5px;	
}
.top-10
{
    margin-top: 10px;	
}
.top-15
{
    margin-top: 15px;	
}
.top-25
{
    margin-top: 25px;	
}
.padding-top-25
{
    padding-top: 25px;
}
.top-50
{
    margin-top: 50px;	
}
.padding-top-50
{
    padding-top: 50px;
}
.top-75
{
    margin-top: 75px;	
}
.top-100
{
    margin-top: 100px;	
}
.top-150
{
    margin-top: 150px;	
}
.top-negative-30
{
    margin-top: -30px;
}
.right-35
{
    margin-right:35px;
}