.yellowform{
    background-color: yellow;
    color:rgb(70, 65, 65);
}

td:not(:first-child):not(:nth-child(6)) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 262px;
  }
  


  





tr td:nth-child(0n+2){
    display:none;
}
tr td:nth-child(0n+7){
  display:none;
}
tr td:nth-child(0n+8){
    display:none;
  }
/*tr td:nth-child(0n+7){
word-break: break-word;
}*/
tr.listecol {
    background-color: rgba(87, 87, 132, 0.44)!important;
    font-weight: 400!important;
}


.clickable:hover {
    background-color: #add2f9;
  }











body {
  font-family:Open Sans,Arial,sans-serif;
  font-size:14px;
  color:#666;
  background-color:#fff;
  line-height:1.7em;
  font-weight:500;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
body.page-template-page-template-blank-php #page-container {
  padding-top:0!important
}
body.et_cover_background {
  background-size:cover!important;
  background-position:top!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed
}
a {
  color:#2ea3f2
}
a,
a:hover {
  text-decoration:none
}
p {
  padding-bottom:1em
}
p:not(.has-background):last-of-type {
  padding-bottom:0
}
p.et_normal_padding {
  padding-bottom:1em
}
strong {
  font-weight:700
}
cite,
em,
i {
  font-style:italic
}
code,
pre {
  font-family:Courier New,monospace;
  margin-bottom:10px
}
ins {
  text-decoration:none
}
sub,
sup {
  height:0;
  line-height:1;
  position:relative;
  vertical-align:baseline
}
sup {
  bottom:.8em
}
sub {
  top:.3em
}
dl {
  margin:0 0 1.5em
}
dl dt {
  font-weight:700
}
dd {
  margin-left:1.5em
}
blockquote p {
  padding-bottom:0
}
embed,
iframe,
object,
video {
  max-width:100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color:#333;
  padding-bottom:10px;
  line-height:1em;
  font-weight:500
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color:inherit
}
h1 {
  font-size:30px
}
h2 {
  font-size:26px
}
h3 {
  font-size:22px
}
h4 {
  font-size:18px
}
h5 {
  font-size:16px
}
h6 {
  font-size:14px
}