#sp-vmtop .container-inner {
  border-bottom: 0px;
}
#sp-vmtop {
  border-bottom: 1px solid #e9ecef;
}
#sp-vmmenu {
  background: #888;
  margin-bottom: 0px;
}
#sp-vmmenu .sp-column {
  background: transparent;
}
#sp-vmmenu #sp-menu {
  margin-bottom: 0;
}
#sp-vmmenu #sp-menu .sp-megamenu-parent > li:first-child {
  margin-left: 0;
}

#sp-bottom, #sp-footer {
  background: #888;
}
#sp-bottom {
  padding-top: 0;
  margin-top: -10px;
}
#sp-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
  border-top: 0;
}
#sp-bottom .container-inner, #sp-footer .container-inner {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.search-dropdown .dropdown-menu {
    right:0;
    left: auto !important;
}

a.no-link {
    cursor: default !important;
    pointer-events: none !important;
}


.button_77 {
    box-shadow: 0.1em 0.1em 5px rgba(122,122,122,0.2);
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    background-color: #f3f3f3;
    color: #000000;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    padding: 15px 16px; 
    transition: all 0.3s ease;
}
.button_77:hover{
    box-shadow: 0.5em 0.5em 15px rgba(122,122,122,0.2);
    vertical-align: top;
    text-decoration: none; 
    background-color: #f7f7f7;
    color: #000000;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    padding: 15px 16px; 
}


table.table-1 {
    overflow-x:scroll;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table-1 tr {
	background-color: #fbfbfb;
}
table.table-1 th, table.table-1 td {
    text-align: left;
    padding: 8px;
    border: 1px solid #cccccc;
}

table.table-1 th {
    font-weight: bold;
}



table.table-2 {
    width: 100%;
}


@media 
  
only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) 
{
	table.table-2 tr {display: block;}
	table.table-2 th {display: block;}
    table.table-2 td {display: block;}
}