#s-m-t-tooltip {
    max-width:180px;
    padding: 5px;
	transition:0.3s;
    margin:20px 14px 7px 10px;
    background-color: white;
	line-height:100%;
	color:#468189;
  font-family: ms gothic;
    font-size: 10px; 
    letter-spacing: 1px;
	border: ridge 2px white;
    z-index:999;
	}  
  #status{
  font-family: ms gothic;
  font-size:12px;}
  #status b{
  color: #48a39d;
  text-transform:uppercase;
	    text-shadow: 
1px 0 white, -1px 0 white, 0 1px white, 0 -1px white,
               1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;  }
  #status b:before{
  content:url(images/sz/fv15.gif);
  margin-right:5px;
  }
  #status strong {
	    text-shadow: 
1px 0 white, -1px 0 white, 0 1px white, 0 -1px white,
               1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
  }
  .status-list {
    list-style: none;
    padding: 0;
  }

  .status-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
  }
  .status-item img{
	border:2px white ridge;
  }

  .status-text {
    display: flex;
    flex-direction: column;
	}
	.progress-bar {
    width: 	160px;
	border:2px ridge white;
    height: 5px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 3px;
  }

  .progress-fill {
    height: 100%;
    background-color: #48a39d;
  }

  .progress-label {
    font-size: 12px;
    color: #48a39d;
    margin-top: 3px;
	  text-shadow: 
1px 0 white, -1px 0 white, 0 1px white, 0 -1px white,
               1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;