.title {font-family: Arial;
font-weight: bold;}
.title:nth-child(even) {background-color: #1A1A1A;
background-repeat: repeat-x;
padding: 5px;
color: #fff !important;
border-left: 4px solid #F39C11;}
.title:nth-child(2n+1) {background-color: #1A1A1A;
background-repeat: repeat-x;
padding: 5px;
color: #fff !important;
border-left: 4px solid #3598DC;}
.title:nth-child(3n+1) {background-color: #1A1A1A;
background-repeat: repeat-x;
padding: 5px;
color: #fff !important;
border-left: 4px solid #FF0000;}
.title:nth-child(4n+1) {background-color: #1A1A1A;
background-repeat: repeat-x;
padding: 5px;
color: #fff !important;
border-left: 4px solid green;}
.title:nth-child(5n+1) {background-color: #1A1A1A;
background-repeat: repeat-x;
padding: 5px;
color: #fff !important;
border-left: 4px solid #FFFF33;}
.title:nth-child(6n+1) {background-color: #1A1A1A;
background-repeat: repeat-x;
padding:  5px;
color: #fff !important;
border-left: 4px solid #CC33CC;}
.xt_dkp {background-color:#9B5AB9;
padding: 5px;
border-radius: 0px 0px 10px 10px;}
.xt_dkp a {color: #fff !important;font-weight: bold;}
