@charset "utf-8";

.text-center {
    text-align:center;
}

.text-right {
    float:right;
}

.mt1 {
    margin-top:1em;
}