
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body {
/*	font-size: 15px ;	*/
	font-size: 2vw ;
}

* {
    font-weight: bold ;
}

/* ########################################## */

/* Responsive layout - adjust font size and images */
/* This is the default one that set the values for > 900px screen size */
.grid-container {
  	grid-row-gap: 2px;
}

.grid-item {
  	padding: 2px;
  	border: 1px solid;
  	text-align: center;
}

.tblnote {
 /* 	font-size: 15px;	*/
	font-size: 2vw;
}
.tblnote.img {
/*    width: 50px;
    height: 50px;	*/
    width: 500px;
    height: 500px;
}

.grid-item {
 	padding: 5px;
  	font-size: 15px;
}

table, th, td {
 /* 	font-size: 15px;	*/
	font-size: 2vw;
}

img {
 /*   width: 190px;
    height: 150px;	*/
    object-fit: cover;
    border-radius: 15px;
    width: 500px;
    height: 500px;
}

#list1 {
/*	font-size: 17px ;	*/
	font-size: 3vw ;
    line-height: 130% ;
}

#listDet {
    font-size: 15px ;
}

#listAdmin {
    font-size: 15px ;
}

#listFeedback {
    font-size: 2.5vw ;
}
  
/* ########################################## */

/* Responsive layout - adjust font size */
/* Responsive layout - set font size if < 900px */
@media screen and (max-width: 900px) {
  .tblnote {
 /* 	font-size: 12px;	*/
	font-size: 2vw;
  }
	
  .grid-item {
  	padding: 3px;
  	font-size: 12px;
  }
  table, th, td {
 /* 	font-size: 12px;	*/
	font-size: 2vw;
  }
  img {
 /*   width: 150px;
    height: 150px;	*/
    border-radius: 12px; 
    width: 400px;
    height: 400px;
  }
  
  #list1 {
 /*   font-size: 12px ;	*/
	font-size: 2vw ;
    line-height: 100% ;
  }

  #listDet {
    font-size: 12px ;
  }

  #listAdmin {
    font-size: 9px ;
  }

  #listFeedback {
    font-size: 1.5vw ;
  }
  
}

/* ########################################## */

@media screen and (max-width: 600px) {
  .tblnote {
 /* 	font-size: 9px;	*/
	font-size: 2vw;
  }
  
  .grid-item {
  	padding: 1px;
  	font-size: 9px;
  }
  table, th, td {
 /* 	font-size: 9px;	*/
	font-size: 2vw;
  }
  img {
 /*   width: 100px;
    height: 150px;	*/
    border-radius: 19px;
    width: 400px;
    height: 400px;
  }
  
  #list1 {
/*    font-size: 9px ;	*/
	font-size: 1vw ;
    line-height: 100% ;
  }

  #listDet {
    font-size: 9px ;
  }

  #listAdmin {
    font-size: 9px ;
  }

  #listFeedback {
    font-size: 1.5vw ;
  }
  
}

/* ########################################## */
/* ########################################## */


table, th, td {
  border: 1px solid;
  border-collapse: collapse;
  text-align: center;
}


/* ##### PAGINATION #####  */
    .pagination {   
        display: inline-block;   
    }   
    .pagination a {   
        font-weight:bold;   
        font-size:15px;   
        color: black;   
        float: left;   
        padding: 8px 16px;   
        text-decoration: none;   
        border:1px solid black;   
    }   
    .pagination a.active {   
        /* background-color: pink; */
        background-color: teal;
    }   
    .pagination a:hover:not(.active) {   
        /* background-color: skyblue; */
        background-color: gray;
    }   



