#foo-bottom {
    height: 30px;
	text-decoration:none;
    background: #FFFFFF;
    padding-top: 5px;
    padding-left: 15px;
    bottom:0;
    position:fixed;
    background-attachment: fixed;	
    width: 100%;
    background-repeat: no-repeat;
}

#txt-standard {
	text-decoration:none;
}


#item_table{
    font-size: 16px;

}


#item_table thead tr th:nth-child(5){
    max-width: 50px;
    
}
#item_table thead tr th:nth-child(4){
    max-width: 50px;
    
    
}
#item_table thead tr th:nth-child(6){
    max-width: 50px;
}
#item_table thead tr th:nth-child(9){
    min-width: 120px;
    max-width: 120px;
}







#pcm_table thead tr th:nth-child(10){
    min-width: 100px;
    max-width: 100px;
    
}
#stock_table thead tr th:nth-child(11){
    min-width: 120px;
    max-width: 120px;
    
}
.parent div {
    float:left;
    min-width:200px;/*optional*/
    padding:10px;
    border:1px solid orange;
  }
 
  #entry_rect_table{
    font-size: 16px;

}
   /* ===== Full Body Space Overlay ===== */
    .body.space-bg {
        background: url('/images/spaceimage.jpg') center center / cover no-repeat;
        position: relative;
    }

    .body.space-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.70); /* Overlay strength */
        z-index: 1;
    }

    /* Ensure content stays above overlay */
    .body.space-bg > * {
        position: relative;
        z-index: 2;
    }

    /* Text readability */
    .body.space-bg p,
    .body.space-bg h1,
    .body.space-bg h2,
    .body.space-bg .post-date .day {
        color: #ffffff !important;
    }

    .body.space-bg p {
        line-height: 1.8;
    }
