/* Silverstripe classes */

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

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

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

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

table {
    border: 2px solid black;
}

th,
td {
    padding: 0.6em;
}

.center {
    margin: 0 auto;
    display: block;
}

.right {
    margin-right: 0px;
    margin-left: auto;
    display: block;
}

.left {
    margin-left: 0px;
    margin-right: auto;
    display: block;
}

hr {
    height: 1px;
    background: black;
}

#MemberLoginForm_LoginForm fieldset {
    border: 0;
    padding: 0.6em 0;
}

#MemberLoginForm_LoginForm_action_doLogin {
    color: black;
    font-size: 0.9em;
}
