@import url("https://fonts.googleapis.com/css?family=Prompt");

@font-face {
    font-family: 'Prompt' ;
}
 
.font
 {  
    font-family:'Prompt';  
}  

.size
{
	color: #0000CD;
	font-family: 'Prompt';  
	font-size: 18px;
	text-shadow: Gray 0.1em 0.1em 0.2em
}

.button {
  border-radius: 4px;
 /* background-color: #EEEEE0; */
  border: none;
  color: #000000;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  width: 70px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  box-shadow: Gray 0.2em 0.2em 0.3em
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

p {
	color: #ea503f;
	font-family: 'Prompt' ;   
	font-size: 14px;
	font-style: Bold;
}

h2 {
	font-family: 'Prompt' ;
	font-style: Bold;
	font-size: 10px;
	color: #000000;
}

h3 {
	font-family: 'Prompt' ;
	font-style: Bold;
	font-size: 15px;
	color: #000000;
}

h4 {
	font-family: 'Prompt' ;
	font-style: Bold;
	font-size: 20px;
	color: #000000;
}

h5 {

	font-family: 'Prompt' ;
	font-size: 25px;
	color: #000000;

}

li
 {
	color: #0000ff;
	font-family: 'Prompt' ;
	font-size: 15px;	  
}

tr,th
{
	border:1px solid black;
	font-family: 'Prompt' ;
	font-size: 15px;	  
	font-style: Bold;
 
}

td {
	border:0px solid black;
	font-family: 'Prompt' ; 
	font-size: 15px;
	color: #0000ff;
}

td.right
{
	border:0px solid black;
	font-family: 'Prompt' , sans-serif;
	font-size: 15px;	  
	color: #0000ff;
	text-align:right;
}

table.trans,tr.trans,td.trans
{
	border:0px;
	font-family: 'Prompt' ;
	font-size: 12px;	  
	color: #0000ff;
	font-style: Bold;
}


body { font-family: 'Prompt' !important; 
		font-size: 15px;
	}
	
img { 
		object-fit: cover; 
} 

