﻿.center {
    text-align:center;
}
.center-page
{
    width:300px;
    height:300px;
    position:absolute;

    top:-20px;
    bottom:0px;
    left:0px;
    right:0px;

    margin:auto;
}
.space-vert
{
    margin-top:20px;
}
.footer-pos
{
    width:auto;
    height:auto;
    position:absolute;

    top:600px;
    bottom:0;
    left:0;
    right:0;

    margin:auto;
}
body
{
    padding-top:50px;
}
.myrules
{
    text-align:left;
}

.gridHeader{
    background-color:#23b8a1 !important;
}