/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.loged-in .signup-form-button{display: none; }
#loginform label{display: block;}
.aol-registration-form, .aol-login-form, .aol-reset-pass-form{border: 1px solid #bbb; padding: 20px; border-radius: 5px;}
.aol-table{border-spacing: 0; width: 100%; text-align: left;}
.aol-table tr{}
.aol-table td, .aol-table th{padding: .6rem; border: #aaa 0px solid; border-bottom-width: 1px;}
.aol-table.strippted tr:nth-child(odd){background: #eee}