table td.main-container,
table.main {

}
img { border-color:#ff0000 !important;}

table td a.ce-button {
background-color: yellow;
}

a.ce-button {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    text-align: center;
    border-color: #666666;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.41, #FDFDFD), color-stop(1, #D6D6D6));
    background-image: -webkit-linear-gradient(bottom, #FDFDFD 41%, #D6D6D6 100%);
    background-image: linear-gradient(to bottom, #FDFDFD 41%, #D6D6D6 100%);
    white-space: nowrap;
    cursor: pointer;
    font-family: arial, sans-serif;
    transition: background-color .5s ease;
}
	