#c1030{
    display:flex;
    width: 720px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#c1030 .label{
    width: 715px;
    background: rgb(233, 231, 127);
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    padding-left: 5px;
    margin-top: 5px;
    /* border-left: 1px solid #c0c0c0;
    border-right: 2px solid #404040; */
}
#c1030 .series{
    width: 235px;
    height: 81px;
    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;
    padding: 0;
}
#c1030 .series:hover{
    opacity: 0.5;
    transition: 0.4s;    
}
#c1030 .series .upper{
    display: flex;
    justify-content: space-between;
}
#c1030 .series .lower{
    height: 65px;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
#c1030 .series h1{
    font-size: 17px;
    font-weight: bolder;
    line-height: 17px;
    font-family:Arial, Helvetica, sans-serif;
    color: rgb(202, 99, 15);
    margin: 2px 0 5px 6px
}
#c1030 .series .lower img{
    vertical-align: bottom;
}
#c1030 .relay{
    width: 38px;
    height: 12px;
    font-weight: bold;
    color: #040404;
    font-size: 10px;
    border: 1px solid rgb(90, 141, 9);
    border-radius: 8px;
    line-height: 12px;
    text-align: center;
    margin: 2px 2px 0 0;
}
#c1030 .guidance{
    margin: 4px 0 2px 6px;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}

#c1030 ul{
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}
#c1030 ul li{
  margin: 2px 0; 
  font-size: 11px;
  line-height: 11px;
}
#c1030 a{
    color: #202020;
    text-decoration: none;
}
#c1030 .series_blank{
    width: 238px;
    margin: 6px 0 0 0;
    padding: 0;
}