.nav-g {
    border-bottom: thin solid #070707;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.card {
    border-bottom: thin solid #070707;
    border-right: thin solid #070707;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);    
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

.table {
    border-collapse: collapse;
    width: 100%;
    border: thin solid #070707;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.pContainer{
    text-align: left;
    border-radius: 5px;
}

.sheen-placeholder{
    width:75%;
    height:300px;
    border-radius:20px;
}


.headerText{
    border-bottom: thin solid #070707;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.headerText h1{
    padding: 10px;
    color: yellow;
}

.tbl_Sheen{
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.tbl_sheen img{
    height: 300px;
}

.grn{
    background-color: #27A3F5;;
    color: white;
}
