.headweb {
    /*	padding-top:10px;*/
    width: 100%;
    float: left;
    width: 100%;
    background-color: #009cff;
}

.gridContainer {
    padding-bottom: 0 !important;
}

.button {
    height: 32px !important;
}

.menu {
    width: 100%;
}

.gridContainer {
    overflow: hidden;
}

.headweb>video {
    width: 100%;
}

.datagroup {
    background-color: #f1f1f1;
    padding-top: 15px;
    padding: 20px;
}

.page-body {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.dataHeader {
    padding: 13px;
    font-family: Tahoma, Geneva, sans-serif;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #09F;
    font-size: 16px !important;
    border-radius: 2px;
    background-color: #FFF;
    color: #666;
}

.data_list {
    padding: 20px;
}