.view h2{
	font-size:10px !important;
}


{box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
 background-color: #000;
color: white;
padding: 6px 15px;
border: 2px solid #000;
cursor: pointer;
opacity: 0.8;
bottom: 23px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  border: 3px solid #c4c4c4;
  z-index: 9;
  background-color:#fff;
}

/* Add styles to the form container */
.form-container {
 max-width: 300px;
padding: 8px 15px;
background-color: white;
font-size: 15px;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
 width: 100%;
padding: 8px 15px;
margin: 0px 0 18px 0;
border: 1px solid #172e58
background: #fff;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
 background-color: #4CAF50;
color: white;
padding: 8px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom: 15px;
opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}



<!---------------------------------->

.download h2{
	font-size:10px !important;
}



/* Button used to open the contact form - fixed at the bottom of the page */
.open-button-2 {
 background-color: #000;
color: white;
padding: 6px 15px;
border: 2px solid #000;
cursor: pointer;
opacity: 0.8;
bottom: 23px;
}

/* The popup form - hidden by default */
.form-popup-2 {
  display: none;
  position: fixed;
  bottom: 0;
  border: 3px solid #c4c4c4;
  z-index: 9;
  background-color:#fff;
}

/* Add styles to the form container */
.form-container-2 {
 max-width: 300px;
padding: 8px 15px;
background-color: white;
font-size: 15px;
}

/* Full-width input fields */
.form-container-2 input[type=text], .form-container-2 input[type=password] {
 width: 100%;
padding: 8px 15px;
margin: 0px 0 18px 0;
border: 1px solid #172e58
background: #fff;
}

/* When the inputs get focus, do something */
.form-container-2 input[type=text]:focus, .form-container-2 input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container-2 .btn-2 {
 background-color: #4CAF50;
color: white;
padding: 8px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom: 15px;
opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container-2 .cancel-2 {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container-2 .btn-2:hover, .open-button-2:hover {
  opacity: 1;
}