.dv_intnav{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dv_chartbox
{
height: 300px; 
width: 90%;
max-width:1000px;
margin:auto;
}

.dv_menu {
//width: 200px;
height:auto;
vertical-align:middle;
display:inline-block;
text-align:center;
margin:auto;
// font-weight: bold;
//margin-bottom:10px;
//background-color:#6e0c22;
border-color: rgb(100, 8, 23);
border-radius: 4px;
padding-right: 20px;
}
.dv_menu a {
color: #FFF9D9;
text-decoration: none;
}
.dv_menu  td:hover {
  background-color: #700919;
}
.dv_menu td {
  font-size: 15px;
  font-weight: bold;
}

.dv_menu2 {
width: 100px;
height:auto;
vertical-align:middle;
display:inline-block;
text-align:center;
//margin:auto;
// font-weight: bold;
margin-bottom:10px;
background-color:#6e0c22;
border-color: rgb(100, 8, 23);
border-radius: 4px;
}
.dv_menu2 a {
color: #FFF9D9;
text-decoration: none;
}
.dv_tab{
display:inline-block;
width:350px;
margin:auto;
}

#myFirstChartContainer {
height: 500px; width: 800px;
margin:auto;
}
#tsearch{
height: 500px; width: 800px;
margin:auto;
}
#myMain {
width:100%;max-width:1400px;margin:auto;
}
