﻿/* GENERAL */

form {
    border: .15em solid #000000;
    padding: 1em;
}

legend{
    font-weight:bold;
    font-size: 1.25em;
    text-align: center;
}

table{
    margin:auto;
    border-collapse: collapse;
    text-align:center;
}
label{
    display: inline-block;
    text-align:right;
    font-weight: bold;
}
a{
    color: #2E64FE;
}
.button{
    font-size: 1em;
    padding: .5em;
    color:#000000;
    background-color:#CEE3F6;
    font-weight:bold;
}
.centered{
    text-align:center;
}
.flush_left{
    text-align:left;
}
.flush_right{
    text-align:right;
}
.large_font{
    font-size:1.25em;
}
.huge_font{
    font-size:1.5em;
}
.bold{
    font-weight:bold;
}
