table {
    font-size: 200%;
    width: 100%;
}
#forecast {
    border: none;
    border-collapse: collapse;
}

#forecast td, #forecast th {
    border: 1px solid #981E32;
}
.button {
    background-color: #000000;
    border: 2px solid #993333;
    padding: 5px 5px;
    color: #ff9900;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 8px #993333;
    display: inline-block;
    font-size: 14px;
    margin: 1px 1px;
    border-radius: 12px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button:active {

  transform: translateY(4px);
}

.Large
{
    font-size: 14pt;
    height: 25px;
}
.go
    {
        width: 65px;
        height: 25px; 
        font-size:12pt;
       
    }
img {
  max-width: 99%;
  height: auto;
}