/*****première colonne******/

.content {
	    width:65%;

    float:left;
    padding: 20px 0;
    color: #6d7072;
	margin-right: 5%;
}



.sidebar {
    position: relative;
    width:30%;
	margin-top: 20px;

    padding: 20px 30px;
    color: #ebeef3;
    font-size: 90%;
	  
  height: 500px;
  
  overflow: hidden;
  background-color: #D6D6D6;
  box-shadow: inset 0 0 6px #bbb;
}

	 
ul.winners{
  position: absolute;
  top: 0;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.winners li{
  /*height: 30px;*/
  border-bottom: 1px #bbb solid;
  line-height: 20px;
  font-size: 1em;
  font-weight: bold;
  color: #85701D;
  padding-right: 5em;
}

@media screen and (min-width: 480px) and (max-width: 1023px)
{
	.sidebar, .content {
		width: 100%
		
	}

}

@media screen and (max-width: 479px)
{
	.sidebar, .content {
		width: 100%
		
	}

}