#c1040{
  width: 720px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
#c1040 .label{
  width: 100%;
  background: #fce376;
  height: 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  padding: 3px 0 3px 10px;
  margin-top: 5px;
}
#c1040 .series{
  width: 235px;
  border-right: 2px solid #404040;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 2px solid hsl(0, 0%, 25%);
  margin: 5px 0 2px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4px 0 0 0;
  padding: 0;
}
#c1040 .series:hover{
  opacity: 0.5;
  transition: 0.4s;    
}
#c1040 .series h1{
  font-size: 17px;
  font-weight: bolder;
  line-height: 17px;
  font-family:Arial, Helvetica, sans-serif;
  color: #9e945b;
  margin: 0 0 5px 6px
}
#c1040 .series img{
  vertical-align: bottom;
}
#c1040 ul{
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
#c1040 ul li{
  margin: 2px 0; 
  font-size: 11px;
  line-height: 11px;
}
#c1040 a{
  color: #202020;
  text-decoration: none;
}
#c1040 .guidance{
  margin: 4px 0 4px 6px;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  width: 225px;
}
#c1040 .series_blank{
  width: 235px;
  margin: 6px 0 0 0;
  padding: 0;
}