body {
    
    font-family: Verdana, sans-serif;
    background-color: white; 

}
a:link, a:visited
{
    min-width: 150px;
    font-family: inherit;
    padding: 2px 0.3em;
    margin-left: 0px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
    background: #DDE;
    text-decoration: none;
}

a:hover, a:active {
  background-color: #3863d9;
  color: white;
  border: 2px solid #3863d9;
}


button.c-button {
  min-width: 80px;
  font-family: inherit;
  appearance: none;
  border: 2px solid #3863d9;
  border-radius: 5px;
  background-color: white;
  color: black;
  padding: 2px 6px;
  font-size: 1rem;
  cursor: pointer;
}

button.c-button:hover, .c-button:active  {
  background-color: #3863d9;
  color: white;
  border: 2px solid #3863d9;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

button.b-button {
  min-width: 30px;
  font-family: inherit;
  appearance: none;
  border: 2px solid #3863d9;
  border-radius: 5px;
  color: black;
  padding: 2px 6px;
  font-size: 1 em;
  cursor: pointer;
}

button.b-button:hover, .c-button:active  {
  background-color: #3863d9;
  color: white;
  border: 2px solid #3863d9;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

}
a.live
{
    padding:0px 5px 10px 5px;
    margin-left: 0px;
    border: 0px solid #778;
    border-radius: 5px 5px 0px 0px;
    background: #1c1a59;
    text-decoration: none;
    color: #fff; 
}
a.capo
{
    padding:0px 5px 10px 5px;
    margin-left: 0px;
    border: 0px solid #778;
    border-radius: 5px 5px 0px 0px;
    background: white;
    text-decoration: none;
    color: black;
    font-size: xx-small;
    font-weight: normal; 
    height: 20px;
   width: 90px;
    
}
button.capo {
    width: 65px;
    height: 18px;
    border: 0px solid #778;
    border-radius: 5px 5px 0px 0px; 
    background: white; 
    color: black;
  letter-spacing: -1px;
font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 0.75em;
    font-size: 14 px;
    font-weight: normal;

}
button.new-button {
  min-width: 80px;
  font-family: inherit;
  appearance: none;
  border: 1;
  border-radius: 5px;
  background: #4676d7;
  color: #fff;
  padding: 2px 16px;
  font-size: 1rem;
  cursor: pointer;
}

button.new-button:hover {
  background: #1d49aa;
}

button.new-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}
p {
    margin-left: 20px;
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.0;
 
}
p.head {
    margin-left: 20px;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.0;
 
}
p.small {

}
p.word {
    margin-left: 20px;
    font-size: 0.875em;
    font-weight: normal;
  line-height: 0.4;
}
.container {
    position: relative;
    width: 80%;
}
.left1 {
    position: absolute;
    left: 10px;
    width: 300px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
}
.left2 {
    position: absolute;
    left: 320px;
    width: 300px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 
}

.left3 {
    position: absolute;
    left: 630px;
    width: 300px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 
}

.left4a {
    position: absolute;
    left: 10px;
    width: 630px;
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 
}
.left4b {
    position: absolute;
    left: 650px;
    
    border: 2px solid #778;
    border-radius: 5px 5px 5px 5px;
 padding:5px 5px 5px 5px;
}
li {
    list-style-type: none;
    padding: 3px;
}

.city {
  background-color: LightCoral;

 
}
.underlinex { /*hide underline for now*/
    position: relative;
    left: 10px;
    width: 760px;
    padding:5px 10px 5px 10px;
    background: #1c1a59;
}
.spacer {
    left: 20px;
    width: 740px;
    padding:2px 10px 2px 10px;
    rgb(255, 255, 255);
}
.left10 {
    position: relative;
    left: 10px;
    width: 985px;
}
.button {
    padding: 0px 0.5em;
    margin-left: 0px;
    border: 0px solid #778;
    border-radius: 5px 5px 5px 5px;
    background: #DDE;
    text-decoration: none;


img.frd {
	float: right; 
	margin: 5px 5px 5px 5px; 
	border:3px dotted #333;
	}
img.fld {
	float: left; 
	margin: 1px 5px 1px 1px; 
	border:3px dotted #333;
	}


/* -------- default ----------- */
#mydiv {
font-size: 12px;

}
/* --------- smartphone -my 5"---------- */
@media screen and (max-width: 767px) {
#mydiv {
font-size: 14px;

}
}
/* -------- tablets-ipad pro---------- */
@media screen and (min-width: 768px) {
#mydiv {
font-size: 16px;
width:400px;

}
}
/* --------- small desktop screen ------------- */
@media screen and (min-width: 1024px) {
#mydiv {
font-size: 14px;
width:400px;
}
}
/* --------- large desktop screen --my hp HDTV----------- */
@media screen and (min-width: 1280px) {
#mydiv {
font-size: 16px;
width:400px;
}