.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonclear {
  background-color: #ffffff; /* white */
  border: none;
}

.offer {
  background-color: #0000FF; /* blue */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

table.all, td.all, td.all {
  border-style: solid;
}

.stdlink {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.stdlink:hover {
  text-decoration:underline;
}


.reference {
  border: none;
  text-align: center;
  text-decoration: none;
  font-style:italic;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.reference:hover {
  text-decoration:underline;
}


.button:hover {
  background-color: #FF0000; /* red */
  text-decoration:underline;
  color: white;
}

.arialblack {
	font-family:'Arial Black'; 
}


.responsive {
  width: 100%;
  height: auto;
  margin: auto;
}

.mySlides {
	display:none; 
	border-style:none;
	width:100%;
}

body {
    padding:5px;
    margin:5px;
}

h1, h2, h3, h4, h5, h6  {
	margin-bottom:0; margin-top:0;
}

.tips {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}

.container {
  height: 200px;
  position: relative;
  border: 3px solid green;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.responsive {
  width: 100%;
  height: auto;
  margin: auto;
}

video {
  width: 100%;
  height: auto;
}

.iframe-container{
  position: relative;
  width: 100%;
  max-width:500px;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio {
    position: relative;
    width:100%;
    height: 0;
    padding-bottom: 61%;
}

.aspect-ratio iframe{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top:0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img.learnmore {
   border-radius:50px;
   margin-bottom:10px;
   width:100px;
   float:left;
   background:#3bb4fc;
}

div.learnmore {
   width:120px;
}


.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}
.button6 {border-radius: 10px; width:50%;}
.button7 {border-radius: 10px;padding:12px;}
.button8 {border-radius: 10px;}



.attribution {
    font-size: 0.75em;
	font-family:Arial; 
    color: red;
}


div.adsense 
{
   font-family:arial,tahoma,helvetica;font-weight:normal;font-size:12px;color:black;text-decoration:none;
   padding-top:20px;
   padding-left:50px;
   text-align:left;
}

div.adsense a
{
   color:red;
   font-weight:bold;
   font-size:14px;
   text-decoration:underline;
}

div.adsense a:visited
{
   color:red;
   text-decoration:underline;
}


div.adsense a.displayurl
{
   color:#40B0FC;font-size:9px;
   font-weight:normal;
   text-decoration:none;
   padding-bottom:10px;
}

div.adsense a.displayurl:visited
{
   color:#40B0FC;
   font-weight:normal;
   text-decoration:none;
}

