
   div.even:nth-child(2n) {
    background: Khaki; /* Цвет фона */
	} 
   div.even:nth-child(2n) {
    background: Fawn; /* Цвет фона */
   } 
  
    div.even {
     border-bottom: 1px solid gray;
   } 
   
    div.even:hover {
     background: nude;  
	 }  
   
  div.even:hover {
  background-color: #CC6600;
  transition: background-color 2s;
}

div.col-2 {
#	background-color: #ff0000;
	padding-bottom: 5px;
}
div.col-10 {
	padding-left: 20px;
}





.fs_content {
	font-size: 1em;
	line-height: 125%;
    margin: 0 -0.3em;
}

