.header-scrolled #header {
	background: rgba(255,255,255,1)!important;
}

.bm-enable-univer #header::after {
	background-color: #fff!important;
}

.module-id-1600174244903 > .module-inside {
    margin-top: 20px;
    margin-bottom: 0;
}

tr:hover {
  background-color: black;
  color: white;
}

.popup a{
  color:#5f5f5f!important;
}
tr td a:hover{
	color:white!important;
}

.entry li  {
    list-style: none!important;
    margin-top: 10px;
    margin-left: 30px;
}
 .entry td {
    border-width: 0!important;
}

.entry table, .comment table {
    border-width: 0!important;
    font-size: .9em;
  
}
.title-wrap-con {
    width: 100%;
    display: none!important;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-left: 0px;
  font-weight: 600!important;
  background-color: white; 
}
* {
    font-family: 'Manrope', sans-serif;
    font-weight: 600!important;
}
th, td {
  text-align: left;
  padding: 8px;
}


.popup {
  zoom:1.0;
  position:relative;
  text-decoration:none;
}
tr {
  zoom:1.0;
  position:relative;
  text-decoration:none;
}

.popup span {
  position:absolute;
  top:10px;
  left:50px;
  width:300px;
  padding:10px;
  left:-200rem;
  z-index:990;
        
}
tr span {
  position:absolute;
  top:60px;
  left:0px;
  width:300px;
  padding:10px;
  left:-200rem;
  z-index:990;
        
}

tr:hover {visibility:visible}
.popup:hover {visibility:visible}
.popup:hover span {left:50px;}
tr:hover span {left:10px;}
.popup span {position:absolute;}
tr span {position:absolute;}

