DIV.success_message {
		font-size: 15px;
		font-weight: 300;
      text-decoration: none;
      color: #2eb513;
}

DIV.error_message {
		font-size: 15px;
		font-weight: 300;
      text-decoration: none;
      color: #a31b1b;
}

DIV.fatal_error {
		font-size: 20px;
		font-weight: 600;
      text-decoration: none;
      color: #a31b1b;
}

TR.logbook_list:nth-child(even) {
    background: #e9e9e9;
}

TD.logbook_list_left_icon	{
		width: 25px; 
      text-align: left; 
      vertical-align: top;
}

TD.logbook_list_left	{
		width: 50px; 
      text-align: left; 
      vertical-align: top;
}

TD.logbook_list_right {
      text-align: left; 
      vertical-align: top;
}

DIV.logbook_list_left {
		font-size: 13px;
		font-weight: 600;
      text-decoration: none;
      color: #666666;
		padding-top: 1px;
		margin-top: 0px;
		padding-bottom:0px;
		margin-bottom: 0px;
}

DIV.logbook_list_right {
		font-size: 13px;
		font-weight: 300;
      text-decoration: none;
      color: #666666;
		padding-top: 1px;
		margin-top: 0px;
		padding-bottom:0px;
		margin-bottom: 0px;
}

P.additional_information {
      font-size: 11px;
		font-weight: 300;
      text-decoration: none;
      color: #666666;
}

DIV.material_bold {
		font-size: 16px;
		font-weight: 600;
      text-decoration: none;
      color: #666666;
		padding-top: 1px;
		margin-top: 0px;
		padding-bottom:0px;
		margin-bottom: 0px;
}

DIV.material_information {
		font-size: 16px;
		font-weight: 300;
      text-decoration: none;
      color: #666666;
		padding-top: 1px;
		margin-top: 0px;
		padding-bottom:0px;
		margin-bottom: 0px;
}

DIV.material_green {
		font-size: 16px;
		font-weight: 300;
      text-decoration: none;
      color: #2eb513;
		padding-top: 1px;
		margin-top: 0px;
		padding-bottom:0px;
		margin-bottom: 0px;
}

DIV.material_red {
		font-size: 16px;
		font-weight: 600;
      text-decoration: none;
      color: #a31b1b;
		padding-top: 1px;
		margin-top: 0px;
		padding-bottom:0px;
		margin-bottom: 0px;
}

DIV.material_form {
		font-size: 16px;
		font-weight: 300;
      text-decoration: none;
      color: #000000;
		padding-top: 1px;
		margin-top: 0px;
		padding-bottom:0px;
		margin-bottom: 10px;
}