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