
div.PS_container {
  height:550px;
  width: 100%;
  
  }
div.PS_card {
  width: 100%;
  height:550px;
  margin-top:30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
   background-color:silver;
}

div.PS_header {
    background-color:silver;
   border-radius: 10px;
     width: 100%;
  height:40px;
}
.PS_inner-div
{
 display: table;
  margin: 0 auto;
  width: 92%;
  height:500px;
  background-color:white;
/*  border: 2px solid black";
 */  border-radius: 10px;
   border-style: solid;
    border-width: 1px;
margin-left:4%;
 
}

.PS_chevron-Right {
  position: absolute;
  right: 5px;
 top:250px; 
  opacity:1;

} 
 .PS_chevron-left {
  position: absolute;
  top: 250px;
  opacity:1;
  left: 15px;

} 
.PS_btn-group{
 position: absolute;
  right: 110px;
margin: 2px;
  width: 10px;
  height:15px;
   opacity:1;
   
} 
.PS_CloseGroup{
position: absolute;
  right:20px;
  margin: 10px;
   width: 20px;
   height:20px;
   opacity:1;
/*    background-color:white;
 */}
.PS_SettingsRefresh {
  position: absolute;
  right: 130px;
   margin: 10px;
   width: 20px;
  height: 20px; 
  opacity:1;
/*  background-color: white;
 */}