.vdis_parent { 
  font-family: Arial, Calibri, sans-serif !important; 
  font-size: 11pt !important;
  line-height: 1.3em !important;
  font-weight: normal !important;
  text-align: left;
  color: #000 !important;
  margin-bottom: 15px;
} 

.vdis_form { 
  font-size: 11pt; 
  width: auto; 
  border: double 3px #000; 
  padding: 10px; 
  background: #ffffff;
} 

.vdis_form .FieldText {
  font-size: 11pt;
  vertical-align: top;
}

.vdis_form span.FieldText {
  display: inline-block;
  padding: 3px;
}

.vdis_form h2 {
  font-weight: bold;
  margin: 0px; 
  text-align: center; 
}
.vdis_form_info {
  font-size: 10pt; 
  text-align: right;
}
.vdis_form_notice { 
  border: double 3px #000; 
  padding: 5px; 
  margin: 0px;
  margin-top: 4pt; 
  margin-bottom: 11pt; 
  text-align: center; 
  font-weight: bold; 
} 

.vdis_form p {
  font-weight: normal;
  margin: 0px;
  margin-bottom: 12pt; 
  text-align: left; 
} 

.vdis_listwrap ul{
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  list-style-type: disc;
}
.vdis_listwrap ul li {
   list-style: disc;
   margin-left: 20px;
}


@media only screen and (min-width : 600px) { 
 .vdis_listwrap ul{
   columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
 }
}

@media only screen and (min-width : 900px) { 
 .vdis_listwrap ul{
   columns: 3;
   -webkit-columns: 3;
   -moz-columns: 3;
 }
}

@media only screen and (min-width : 1100px) { 
 .vdis_listwrap ul{
   columns: 4;
   -webkit-columns: 4;
   -moz-columns: 4;
 }
}

.vdis_form_data{
  margin-bottom: 30pt;
}

.vdis_radiocont {
  line-height: 2em;
}

.vdis_namedate {
  margin-top: 11pt;
}

.vdis_namedate_itemname {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  width: 150px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vdis_superscript {
 vertical-align: super;
 font-size: 9pt;
}

.vdis_superblock{
  border-top: solid 1px #444;
  padding: 5px;
  margin-top: 22pt;
}