.details-table td {
    border: 2px solid white;
}
/* nav .links li:not(:last-child)::after, footer .links li:not(:last-child)::after {
    color: white;
}*/
.container-myspace {
    width: 810px;
    max-width: 100%;
    margin: 0 auto;
}
.btn-warning {
     font-size: 0.9em;
     font-weight: bold;
     border-radius: 25px;
    }
.btn-close {
    --bs-btn-close-opacity: 1;
    background-color: #ffc107;
}
.card {
  height: 100%;
    }
    .card img {
        cursor: pointer;
    }
.card-desc {
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    }
.card-text {
    text-align: left;
}  
.surgeon-general {
    width: 96%; 
    border: 3px solid; 
    padding: 10px; 
    margin: 0.8rem auto;
    -webkit-box-shadow:0 0 10px darkorange; 
    -moz-box-shadow: 0 0 10px darkorange; 
    box-shadow:0 0 10px darkorange;
}
.top-8 { 
    width: 85%;
}
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
.profile {
    /*cursor: pointer;*/
}
.profile .friends .person {
    width: 68px;
    padding: 4px 0;
}
.profile .friends .person p {
    margin: 3px 0;
    line-height: 1.2em;
}
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: transparent;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: transparent !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: transparent !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: transparent !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: transparent !important;
}
.thumbnail {
    height: 100px;
    width: 85px;
    overflow: auto;
}
.thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}
.css-1b6cd97 {
    margin-left: 0.6rem;
}
/* ECWID STYLES */
#ecwid_html #ecwid_body .ec-minicart.ec-minicart--pill, #ecwid_html #ecwid_body .ec-minicart.ec-minicart--rect {
    border: 0 !important; 
    background-color: #ffd140 !important; 
}
#ecwid_html #ecwid_body .ec-size .ec-store .ec-lightspeed-branding {
    display: none !important;   
}    
#ecwid_html #ecwid_body .ec-size .ec-store .ec-link--muted, #ecwid_html #ecwid_body .ec-size .ec-store .ec-link--muted:visited {
    color: red !important; 
    font-weight: bold;
    text-transform: uppercase;
}
#ecwid_html #ecwid_body .ec-minicart--m .ec-minicart__counter::after {
    background-color: #ED0707 !important;
}
#ecwid_html #ecwid_body .ec-size .ec-store h1, #ecwid_html #ecwid_body .ec-size .ec-store .ec-header-h1 {
    display: none !important;
}
#ecwid_html #ecwid_body .ec-size .ec-store.ec-store--large-product-images .grid__category-block {
    display: none !important;
}

 @media only screen and (min-width: 599px) {
.card-body {
    margin-bottom: 8px !important;
    }
.card-desc {
    height: 90%;
    margin-bottom: 0;
    }
.top-8 { 
    width: 95%;
}
.profile .friends .person {
    width: 70px;
    padding: 5px 0;
}
.container {
    margin-left: 0.7rem;
    }    
 .surgeon-general {
    margin: 1.3rem auto;
    -webkit-box-shadow:0 0 15px darkorange; 
    -moz-box-shadow: 0 0 15px darkorange; 
    box-shadow:0 0 15px darkorange;
    }
}
