﻿body {
    font-size: 20pt;
    font-family: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

h1,h2,h3,h4,h5 {  font-size:20pt;  }

.parent-container
{
    display:grid;
    place-items:center;
    height:100%;



}


    
h1 { font-size:16pt;font-weight:bold;  }
 
h2,h3,h4,h5 { font-weight:bold;font-size:14pt; }

a 
{
    text-decoration:none;
}

.responsiveImage
  {
      height:auto;
      width:100%;
  }




  .padding10
  {
      padding:10px;
  }


div {
    padding: 5px;  
}

.center {
    justify-content: center;
    display: flex;
}

.col-50 
{
    flex:50%;
}

.col-33 {
    flex: 33.33%;
    }

.col-75
{
    flex:75%;
    float:left;
}

.col-25 {
    flex: 25%;
    float:left;
    }

.col-30
{  
    flex:30%;
}

.col-70
{
    flex:70%;

}



.col-10
{
    flex:10%;
}

.col-15 
{
    flex:15%;
}


.col-100
{
    flex:100%;
}


.bold-font 
{
    font-weight:bolder;
}-----


.row {
    display: flex;
}

.row-center {
    display: flex;
    width: 90%;
    justify-content: left;
    margin: auto;
    align-content: center;
}



span 
{
    padding:10px;

}


.column {
    flex: 50%;
}


.button {
    font: bold 14px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 10px;
    border: 3px solid black;
    border-radius: 24px;
    width:200px;
    text-align:center;
}

.button100 {
    font: bold 24px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 10px;
    border: 3px solid black;
    border-radius: 24px;    
    width:100%;
    text-align:center;
    
}


.dropdownlist {
    min-width: 200px;
    border: 3px solid black;
    border-radius: 7px;
    padding: 10px;
    font-size: 18pt;
}




.textbox {
    font-size: 12pt;
    font-family: 'Segoe UI';
    border: 2px solid black;
    width:100%;
    padding:5px;    
}



.label 
    {
     padding:3px;
     font-weight:bolder;
    }

.chkmarksize input {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    vertical-align: middle;
}

