/* File created on 28-Jul-2019 */
/* Developed by Idrees */
/*	a:link {color:blue;background-color: transparent;text-decoration: none;color:red;}
	a:hover {color:yellow;}
*/	

body {font-family:calibery;size:12;}
table {width:100%;}
b.myArrow {font-weight:bold;font-size:20}

	/* Following is class */
	.myAnchorClass{color:white;background-color: transparent;text-decoration: none;padding:0px 0px;margin 0px 0px;}
	.myAnchorClass:visited, .myAnchorClass:active, .myAnchorClass:hover {color:lgray;color:red;color:rgb(200,200,200);}

/* Following added on 15-Jan-2020 */

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0px;
}
.grid-item {
  /*background-color: #EED475;*/
  border: 0px
  padding: 0px;
  /*font-size: 30px;*/
  /*text-align: center;*/
}

/* https://www.w3schools.com/howto/howto_css_equal_height.asp */
.col-container {
  display: table;
  width: 100%;
}
.col1 {
  display: table-cell;
  padding: 0px;
  width: 20%;
}
.col2 {
  display: table-cell;
  padding: 5px;
  width: 80%;
}

div.absolute {
overflow: visible;
}