html    {
    font-size: 10px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 1.5;
}

.container-fluid {
    padding: 0 30px;
    margin-right: auto;
    margin-left: auto;
}

.row    {
    margin-right: -15px;
    margin-left: -15px; 
    overflow: hidden;
}

.row::before, .container-fluid::before    {
    display: table;
    content: " ";
}

.col-lg-6 {
    width: 50%;
    float: left;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    display: block;
}

.header__actions > a {
    margin-right: -4px;
}

.header__actions > a {
    display: inline-block;
    padding: 0 15px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 13px;
    text-align: center;
    color: #8d8d8d;
    line-height: 40px;
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.header__actions > a:hover {
    background-color: #e5e5e5;
    color: #2AC37D;
}


.form-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
    text-align: center;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

label.inline   {
    display: inline-block;
}
input[type="text"],
input[type="password"],
input[type="email"]  {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 80%;
}

button[type="submit"] {
    display: block;
    width: 80%;
    padding: 12px;
    background-color: #4caf50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-left: auto; 
    margin-right: auto;
}

.single button[type="submit"] {
    display: inline-block;
    padding: 3px;
    background-color: #4caf50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;    
}

button[type="submit"]:hover {
    background-color: #45a049;
}

p {
    text-align: center;
    margin-top: 20px;
}

a {
    color: #4caf50;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header__actions {
    float: right; }

header p    {
    text-align: left;
}

#transactions_table {
    width: 50%; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
    padding-bottom: 20px;
    table-layout: fixed;
}

#transactions_table td  {
    border: 1px solid black;
}

#transactions_table tr > td:first-child  {
    width: 10%;
}

#transactions_table tr > td:nth-child(2)  {
    width: 60%;
    padding-left: 2px;
}

#transactions_table tr > td:nth-child(3)  {
    width: 15%;
    padding-right: 2px;
}

#transactions_table > tbody > tr > td:nth-child(2)  {
    text-align: left;
}

#transactions_table > tbody > tr > td:nth-child(3)  {
    text-align: right;
}

#actions {
    text-align: center;
    padding: 10px;
}

#userlist_table {
    width: 50%; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
    padding-bottom: 20px;
    table-layout: fixed;
}

#userlist_table td  {
    border: 1px solid black;
}

#userlist_table tr > td:first-child  {
    width: 10%;
}

#userlist_table tr > td:nth-child(2)  {
    width: 60%;
    padding-left: 2px;
}

#userlist_table tr > td:nth-child(3)  {
    width: 15%;
    padding-right: 2px;
}

#userlist_table > tbody > tr > td:nth-child(2)  {
    text-align: left;
}

#userlist_table > tbody > tr > td:nth-child(3)  {
    text-align: center;
}

.button {
    padding: 0.8rem 1rem;
    border: 0;
    border-radius: 0.25rem;
    background: #1E88E5;
    color: white;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

.single {
    display: inline-block;
    margin: 3px 5px;
}

.transaction_form   {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
}

.radio_group    {
    display: block;
    text-align: center;
}

.radio_group label   {
    display: inline;
}

.radio_group input[type="checkbox"], input[type="radio"] {
    display: inline;
}

#newEvaluationForm textarea {
    height: 150px;
    width: 80%;
}
