#content {
 margin-top: 5px;
}
#content > #container {
 padding: 20px;
 height: inherit;
 min-height: 400px;
}
#content > #container > table { 
 margin: 0 auto;
 caption-side: top;
 width: 100%;
 height: auto;
 border-collapse: collapse;
 font-family: 'Actor','Arial' !important;
 font-size: 13px;
 font-weight: normal;
}
#content > #container > table > caption {
 margin: 20px auto;
 padding: 0.7em 0.5em;
 font-family: 'Alegreya','Actor','Arial' !important;
 font-size: 14px;
 text-transform: capitalize;
 font-weight: normal;
 text-align: center;
 color: #FFF;
 background-color: #5F799C;
}
#content > #container > table > thead > tr > th {
  font-family: 'Alegreya','Actor','Arial' !important;
  font-size: 14px;
  font-weight: normal;
  padding: 0.7em 0.5em;
  background-color: #5F799C;
  color: #FFF;
  text-transform: capitalize;
}
#content > #container > table > tbody > tr {
  background-color: #ECEEF4;
  line-height: 18px;
  transition: all 0.5s;
}
#content > #container > table > tbody > tr:hover {
  cursor: pointer;
  background-color: #B1BFD8;
  color: #FFFFFF;
}
/*add space*/
#content > #container > table > thead > #AddSpace {
  background-color: transparent;
}
#content > #container > table > thead > #AddSpace:hover {
  background-color: transparent;
}
#content > #container > table > thead > #AddSpace > td {
  padding: 0.4em;
}
/*end of edd space*/
#content > #container > table td {
  text-align: left;
  padding: 4px 5px;
  width: 30px;
}
#content > #container > table tr:nth-child(odd){/*2n+1) {*/
  background: #f9f9f9;
}






#content > #container > #Option_Select {
 width: auto;
 height: auto;
 padding: 10px;
 margin: 0;
 text-align: center;
 overflow: hidden;
}
#content > #container > #Option_Select > select {
 display: inline-block;
 font: bold 13px Arial; 
 padding: 5px 10px;
 margin-right: 15px;
}
#content > #container > #Option_Select > #Btn_Contact {
 display: inline-block;
 width: auto;
 font: bold 13px Arial;
 background-color: #FFF;
 color: #000;
 border: 1px solid #AAAAAA;
 border-radius: 1px;
 margin: 0;
 padding: 6px 10px;
 cursor: pointer;
 transition: all 0.3s;
}
#content > #container > #Option_Select > #Btn_Contact:hover{
 color: #252525;
 border-color: #7F7F7F;
}