
@media only screen and (min-width: 600px) {
.float-right-dss {
   float: right;
   width: 50%;
   margin-left: 100px;
}

.float-left-dss {
   float: left;
   width: 50%;
   Margin-right: 15px;
}

}

.t4-content-details img {
max-width: 100%;
}

@media only screen and (max-width: 600px) {
.content-type-table {
    overflow-y: scroll;
}

.float-right-dss {
   max-width: 100%;
}

.float-right-dss {
      max-width: 100%;
}


}

.general-content img {
   max-width: 100%;
}


.navbar-vaheals .nav-item.dropdown .dropdown-menu {
    width: max-content;
}
   

.navbar-vaheals .nav-item.dropdown .dropdown-menu ul {
    list-style: none;
    padding: 0 1em 0 1em;
}

.navbar-vaheals .nav-item.dropdown .dropdown-menu ul li a {
    color: #1E7670;
    font-weight: 600;
    display: block;
}

nav.navbar-vaheals .nav-item.dropdown .dropdown-menu ul li a:hover, .nav-item.dropdown .dropdown-menu ul li a:focus, .nav-item.dropdown .dropdown-menu ul li a:hover {
    color: #E42155;
}

.nav-item.dropdown .dropdown-menu ul li a:active, .nav-item.dropdown .dropdown-menu ul li a:active{
    color: #ff7600;
    background-color: transparent;
}

.footer-list-items ul {
    list-style: none;
    padding: 0;
}


#vaheals-footer hr {
    width: 60px;
    background-color: #7c4dff;
    height: 2px;
}

a.direct-edit {
  color: #fff;
}


a.direct-edit:hover {
  text-decoration: none !important;
  cursor: default;
  color: #fff;
}




