#home_div{
    position: relative;
    height: 100%;
    text-align: center;
}

#home_resultWrapper{
    display: inline-block;
    vertical-align: middle;
    width: 29%;
}

#home_resultBox{
    background-color: white;
    border-radius: 10px;
   /* height: 150px;*/
    padding: 3px;
    
    vertical-align: middle;

    z-index: 0;
    
    text-align: center;
    display: inline-block;
}
#home_resultBox_bg{
    border-radius: 10px;
    padding: 10px;
}
#home_resultTitleBox{
    color:white;
  font-weight: bold;
  width: 80%;
  margin-left: 10%;
  border-radius: 10px;
  margin-top: -30px;
  padding: 3px;
 
}
#home_resultTitle{

    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: rgba(107,42,0,1);
background: -moz-linear-gradient(left, rgba(107,42,0,1) 0%, rgba(220,0,0,1) 51%, rgba(107,42,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,42,0,1)), color-stop(51%, rgba(220,0,0,1)), color-stop(100%, rgba(107,42,0,1)));
background: -webkit-linear-gradient(left, rgba(107,42,0,1) 0%, rgba(220,0,0,1) 51%, rgba(107,42,0,1) 100%);
background: -o-linear-gradient(left, rgba(107,42,0,1) 0%, rgba(220,0,0,1) 51%, rgba(107,42,0,1) 100%);
background: -ms-linear-gradient(left, rgba(107,42,0,1) 0%, rgba(220,0,0,1) 51%, rgba(107,42,0,1) 100%);
background: linear-gradient(to right, rgba(107,42,0,1) 0%, rgba(220,0,0,1) 51%, rgba(107,42,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2a00', endColorstr='#6b2a00', GradientType=1 );
color:#fdf4aa;
    /*-webkit-box-shadow: 0px 12px 10px -10px rgba(133,130,133,1);
    -moz-box-shadow: 0px 12px 10px -10px rgba(133,130,133,1);
    box-shadow: 0px 12px 10px -10px rgba(133,130,133,1);*/
}
#home_resultDate{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color:white;
}
#home_resultSelectWrapper{
    background-color: black;
    border-radius: 10px;
    padding: 5px;
}
#home_resultSelectDiv{
    padding-top:10px;
    padding-bottom: 10px;
}
#home_resultNum{
    font-weight: bold;
    font-size: 36px;
    color: red;
    padding: 10px;
}
  
#home_newsWrapper{
    /*position: absolute;
    right:10px;*/
    background-color: #980702;
    border-radius: 10px;
    min-width: 340px;
    width:70%;
    height: auto;
    min-height: 200px;
    max-height: 500px;
    top:0px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    
}
#home_newsDiv{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    word-wrap: normal;
    padding-right: 5px;
    white-space: pre-line;
    color: white;
}
.home_news_time{
    font-size: 12px;
    font-style: italic;
    float: right;
}
.home_news_hr{
    margin-bottom: 0px;
}
@media (max-width:1000px){
   
    #home_div{
        margin-top: 0px;
        padding-top:20px;
        
    }
}
@media (max-width:780px){
    #home_resultWrapper{
        position: relative;
        bottom: 0px;
        top:0px;
        width: 100%;
    }
    #home_resultWrapper .resultman{
        display: none;
    }
    .resultmask{
        display: none;
    }
    #home_resultBox{
        display: block;
        margin-left:0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    #home_newsDiv{
        max-height: none;
    }
    #home_newsWrapper{
        position: relative;
        width: 100%;
        min-width: 100px;
        max-height: none;
        height: auto;
        right: 0px;
        left: 0px;
        top:0px;
    }
}