@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
.stdlink { 
   color : blue;
   font-size : 1.5rem;
   background : white;
}
.stdlink:hover {
   color : white;
   font-size : 1.5rem;
   background : blue;
}
.stdheading {
	font-size : 1.1rem;
	background-color : #97dcf0;
	color : white;
    padding : 20px;
    margin : 0px 0px 8px 0px;
    border-radius : 10px 10px 0px 0px;
    min-height : 50px;
     }

.stdtext {
}

.timestablebox
{
   font-family: 'Lato', sans-serif;
   font-size : .8rem;
   display : inline-block;
   margin : 10px 20px 0px 0px;
   background-color : #faf9f8;
   text-align : center;
   padding : 10px;
   width : 20%;
   border-radius : 10px;
   border : 1px solid #c0c0c0;
}
.container
{
   display : block;
   text-align : center;
}
