
.responsive-image {
  height: auto;
  width: 100%;

a {
text-decoration: none;
}

input.Button {
width: 150px;
padding: 10px;
cursor: pointer;
font-weight: bold;
font-size: 100%;
background: #487220;
color: #fff;
border: none;
border-radius: 5px;
-moz-box-shadow:: 6px 6px 5px #999;
-webkit-box-shadow:: 6px 6px 5px #999;
box-shadow:: 6px 6px 5px #999;
}
input.Button:hover {
color: 	#fff;
background: #0069B0;
border: none;
}

.th style= {
    background-color: #fbf9f9;
    border: none;
    border-radius: 5px;
    color: black;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;

                       
