.artgrpheader_katmod3
{
    font-family: "Cervino-MediumNeue";
    background-color:#52ae32;
    color:#ffffff;
    font-size:16pt;
    font-weight:300;
    height:36px;
    width:100%;
}


.std_button_katmod3
{
    background-color:#52ae32;
    color:#ffffff;
    padding:0px;
    cursor:pointer;
    font-family: "Cervino-MediumNeue";
    text-align:center;    
    font-size:16pt;
    font-weight:300;
    width:100%;
    height:100%;
    border:1px solid #52ae32;    
    word-wrap: break-word;
}

.grid_container_katmod3
{
    display: inline-grid;
    grid-template-columns: 32% 32% 32%;
    background-color: white;    
    gap: 14px;
}

.img_up_katmod3
{
    height:32px;
}


@media only screen and (min-resolution:150dpi)  
{

  .artgrpheader_katmod3
  {
    font-size:32pt;
    height:52px;
    line-height:54px;
    width:100%;
  }


  .std_button_katmod3
  {          
      font-size:32pt;
      width: 47%;
      line-height:180%;
      width:100%;
      height:100%;
      word-wrap: break-word;
      border:0px solid :#52ae32;
  }
  

  .grid_container_katmod3
  {
      display: inline-grid;
      grid-template-columns: 48% 49%;  
      background-color: white;
      padding: 0px;
      gap: 20px;
  }

  .img_up_katmod3
  {
      position:absolute;
      height:56px;
      right:1px;
      top:-4px;
  }     
}



