    
  #addRow{padding-left: 20px; border-radius: 8px; border-style: solid;width: 100px; border-width: 1px;text-align: left;background-color: #4CAF50;color: white;cursor: pointer;float: left;}
	  #showresult{padding-left: 20px; border-radius: 8px; border-style: solid;width: 85px; border-width: 1px;text-align: left;background-color: #4db55a;color: white;cursor: pointer;}
	  table {
		    
		    border-collapse: collapse;
		    width: 500px;
		    text-align:center;
		}

		table tr:nth-child(even){background-color: #f2f2f2;}

		table tr:hover {background-color: #ddd;}
               table li { list-style: none; }
		table td, table th {
		    border: 1px solid #ddd;
		    padding: 8px;
		}


		table th {
		    padding-top: 8px;
		    padding-bottom: 8px;
		    text-align: left;
		    background-color: #d0d0d0;
		    width: 167px;
		    
		    text-align:center;
		}

		/* Clear floats after image containers */
		.row::after {
		  content: "";
		  clear: both;
		  display: table;
		}
		.column {
		  float: left;
		  width: 601px;
		  padding: 5px;
		}
		.floatNone{
			float:none !important;
		}
		.opmFailureReasonInfo{width:500px;height:auto;padding: 0 0 0 15px;margin:20px 35px 20px;}
		.opmFailureReasonInfo h4{background:#d0d0d0;padding: 10px 0 10px 10px;margin:0;border:1px solid #e8e8e8;border-bottom:0;}
		.opmFailureReasonInfo ul{float:left;height:auto;border:1px solid #e8e8e8;list-style:none;margin:0;padding:0;}
		.opmFailureReasonInfo li{float:left;height:auto;width: -webkit-fill-available;padding:10px 30px 10px 20px;}
		.opmFailureReasonInfo li:nth-child(2n){background:#f9f9fb}
                .opmFailureReasonInfo ul li {list-style:none;}
