



*
{
  margin: auto  auto;               
}



body{

	background: #a2bac5;
	width: 100%;
	height: auto;
	color: rgb(50, 78, 105);
	font-size: 15px;
	font-family: Ubuntu;
	word-wrap: break-word !important;
	
}

.create_new_fee_holder{
    background-color: none;
    width: 80%;
    min-height: 100px;
    height: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 2px #0b5d72;
}

.edit_fee_holder{
    background-color: none;
    width: 80%;
    min-height: 100px;
    height: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 2px #0b5d72;
}


.create_new_transaction_holder{
    background-color: none;
    width: 80%;
    min-height: 100px;
    height: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 2px #0b5d72;
}

#table {
    background-color: #6395a0;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    word-break: break-all;
    margin-bottom: 20px;
    padding: 10px;
}
  
#table td, #table th {
    border: 1px solid #ddd;
    padding: 8px;
}
  
#table tr:nth-child(even){background-color: #ddd;}
  
#table tr:hover {background-color: #186881; color: white;}
  
#table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0b5d72;
    color: white;
}

