.wnd-widget.wnd_scoop .inside .box {
  margin-top: -10px;  
  height: 227px;
  text-align: center;
}
  
.wnd-widget.wnd_scoop .competitor
{
  height: 120px;
  background: rgb(198,198,200);
  color: #0B0A0B;
  padding: 0 10px;

}

.wnd-widget.wnd_scoop .competitor .source
{
  padding-bottom: 5px;
  padding-top: 20px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.wnd-widget.wnd_scoop .competitor .headline
{
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  color: #1A1718;  
}

.wnd-widget.wnd_scoop .competitor .date
{
  margin-top: 4px; 
}

.wnd-widget.wnd_scoop .inside
{
  cursor:pointer;
}

.wnd-widget.wnd_scoop .wnd
{
  height: 107px;
  background-color: rgb(36, 33, 34);
  color: #fff;
  padding: 0 10px;
}

.wnd-widget.wnd_scoop .headline
{
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  
}

.wnd-widget.wnd_scoop .wnd .logo
{
    padding-top: 5px;
    background: url(../images/logo.png) no-repeat 0 5px;
    width: 71px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}


.wnd-widget.wnd_scoop .wnd .date
{
  margin-top: 4px; 
}

.wnd-widget.wnd_scoop a 
{
    display: block;
}

.wnd-widget.wnd_scoop a.wnd:hover ,
.wnd-widget.wnd_scoop a.competitor:hover
{
  background: #ca0002;
  color: #fff;

}

.wnd-widget.wnd_scoop a.competitor:hover .headline
{
  color: #fff;
}

 
