#content-header {
background-image: url(https://www.mktdeafiliados.com.br/mktdeafiliados/assets/img/bg_topo.png);
    background-repeat: repeat-x;
    background-color: #000;
}
a {
color: #ed1c24 !important;
}
td:nth-child(2) {
width: 350px !important;
overflow: hidden  !important;
}
@media (min-width: 768px){
   .container {
       width: 100%;
    }
}

@media (min-width: 992px){
   .container {
       width: 100%;
   }

   .col-md-9 {
       width: 100%;
   }
}

@media (min-width: 1200px){
   .container {
       width: 100%;
   }
}

@media (min-width: 1200px){
   .col-md-9 {
       width: 75%;
   }
}