/* add your css rules here */

#middle-col
{
    width: 980px;
    margin: 0 auto;
}

.logitech-list
{
overflow:hidden;
}

.logitech-list ul
{
float:left;
width:49.8%;
margin:0!important;
padding:0;
}

.logitech-list ul:first-child
{
margin-right:2px!important;
}

.logitech-list ul li
{
box-sizing:border-box;
padding:20px;
color:white!important;
border-bottom:white solid thin
}

.logitech-list ul li:nth-child(even)
{
background-color:#666666;
}

.logitech-list ul li:nth-child(odd)
{
background-color:#333333;
}


.logitech-list ul li:first-child
{
background-color:#6400AA;
}

.logitech-list ul li:last-child
{
border:none;
}

