body {
    background-color: #f9f9f9!important;
}

.w-30 {
    width: 30%!important;
}

.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%!important;
}

.max-w400 {
    max-width: 400px!important;
}

.max-w425 {
    max-width: 425px!important;
}

.max-w450 {
    max-width: 450px!important;
}

.max-w500 {
    max-width: 500px!important;
}

.card-header {
    background-color: #eeeeee!important;
}

.card {
    max-width: 425px!important;
}

.icon-medium {
    font-size: 1.6em;
}

.cursor-pointer {
    cursor: pointer!important;
}

th {
    padding: 0.3rem!important;
}

td {
    padding: 0.3rem!important;
    vertical-align: middle!important;
}

.disabled_link { 
    pointer-events: none!important; 
    cursor: pointer!important; 
    color: rgb(179, 179, 179)!important;
    text-decoration: none!important;
}

.navbar_logo {
    width: 150px;
}

.takedown {
    background-color: #f542428b!important;;
    /* background-color: #b300007a!important; */
  }