/*--------------------------------------------------------------
# dataset Section
--------------------------------------------------------------*/

#dataset .section-header {
  clear: both;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#dataset .movie {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

#dataset .section-title {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#dataset h3 {
  color: #333;
  margin-bottom: 0px;
  font-size: 32px;
}


#dataset h3 {
  color: #333;
  margin-bottom: 0px;
  font-size: 32px;
}


#dataset h4 {
  color: #333;
  margin-bottom: 0px;
  font-size: 20px;
}

#dataset .sub p {
  line-height: 26px;
}

#dataset .dataseta {
    float: left;
    width: 50%;
}

#results .section-header {
  clear: both;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#results .section-title {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#results h3 {
  color: #333;
  margin-bottom: 0px;
  font-size: 32px;
}


#results h4 {
  color: #333;
  margin-bottom: 0px;
  font-size: 20px;
}

#results .resulta {
    float: left;
    width: 50%;
}

#results .resultb {
    float: right;
    width: 50%;
}

#visualization .section-header {
  clear: both;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#visualization .section-title {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#visualization h3 {
  color: #333;
  margin-bottom: 0px;
  font-size: 32px;
}


#visualization h4 {
  color: #333;
  margin-bottom: 0px;
  font-size: 20px;
}

#visualization .resulta {
    float: left;
    width: 50%;
}

#visualization .resultb {
    float: right;
    width: 50%;
}

#visualization .resultc {
    float: center;
    width: 95%;
}

.resulta iframe {
    width: 70%;
    /*height: 380px;*/
}

.resultb iframe {
    width: 70%;
    /*height: 380px;*/
}

.resultc iframe {
    width: 95%;
    /*height: 380px;*/
}

.movie iframe {
    width: 70%;
    /*height: 380px;*/
}

/*<style type="text/css">
div.dataset {
    float: left;
    width: 50%;
}
</style>*/
