.mechAlumni{
  padding-bottom: 40px;
}
.mechAlumni h2{
  text-align: center;
  font-weight: bold;
  padding: 40px 0 0 0;
}
.mechAlumni .alumniBrief{
  padding:30px;
  width: 80%;
  margin: auto;
  background: whitesmoke;
  margin-top: 30px;
}
.mechAlumni .alumniBrief h4{
  font-size: 18px;
  padding-top: 10px;
  font-weight: bold;
}
.mechAlumni .alumniBrief p{
  font-size: 18px;
  text-align: justify;
}
.mechAlumni .alumniBrief #whoMsg{
   font-size: 16px;
}


.hadMs{
  font-size: 24px;
  margin: 30px;
  text-align: center;
  -webkit-animation-name: flas; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation-name: flas;
  animation-duration: 3s;
   animation-iteration-count: infinite;
  color: blue;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes flas {
  from {color: green; }
  to {color: blue;}
}

/* Standard syntax */
@keyframes flas {
  from {color: green;}
  to {color: blue;}
}

.alumniBrief .hadMs b{
  font-size: 18px;
}
.mechAlumni .mainbox{
  width: 700px;
  margin:auto;
}
.mechAlumni input{
  margin-top:0px;
}
.mechAlumni label{
  padding-top:10px;
}

.mechAlumni .empDet{
  padding: 20px 0 0 15px;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
.mechAlumni .aas {
 display: block;
float: right;
}
.controlgroup{
  margin-top: 200px;
}
.mechAlumni .aas .btn{
  text-align: center;
  width: 200px;
  display:block;
  margin: auto;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  margin-left: -10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility:hidden;
  margin-bottom: 0px;
  height: 1px;
}

/* The actual popup */
.popuptext {
  visibility: none;
  width: 200px;
  background-color: red;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding:2px ;
  position: relative;
  z-index: 1;
  margin-left: 0px;
  top: 5px;
}

/* Popup arrow */
.popuptext::after {
  content: "";
  position: absolute;
  top: -40%;
  left: 40%;
  margin-left: -20px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent red transparent;
}

/* Toggle this class - hide and show the popup */
.show {
  visibility: visible;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.dberror{
  background: grey;
  color: white;
  width: 70%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: -20px;
  padding: 5px;
}
.stikybottom {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
}
.footerAdd{
  width: 100%;
  position: relative;
  bottom: 0px;
}
.almCount{
  font-size: 14px;
  width: 80%;
  margin: auto;
  margin-bottom: -30px;
  font-weight: bold;
  color: darkcyan;
  background: whitesmoke;
  padding: 2px;
}
@media screen and (max-width: 992px){
  .mechAlumni .alumniBrief{
    width: 100%;
  }
    .mechAlumni .mainbox{
      width: auto;
      margin:auto;
    }
    .mechAlumni .aas {
      display: block;
      float: none;
    }
  .controlgroup{
    margin-top: 20px;
  }
  .mechAlumni .aas .btn{
    text-align: center;
    width: 200px;
    display:block;
    margin: auto;
    margin-top: -34px;
  }
  .almCount{
    font-size: 12px;
    width: 95%;
    margin: auto;
    margin-bottom: -30px;
  }

}

@media screen and (max-width: 767px){
  .mechAlumni h2{
    font-size: 22px;
  }

  .mechAlumni .alumniBrief p{
    font-size: 16px;
    text-align: justify;
  }
  .mechAlumni .alumniBrief #whoMsg{
    font-size: 14px;
  }
  .alumniBrief .hadMs p{
    margin-top: 20px;
  }
  .alumniBrief .hadMs b{
    font-size: 16px;
  }
    .mechAlumni .mainbox{
      width: auto;
      margin:auto;
    }
    .mechAlumni .aas {
      display: block;
      float: right;
    }
  .controlgroup{
    margin-top: 20px;
  }
  .mechAlumni .aas .btn{
    text-align: center;
    width: 150px;
    display:block;
    margin: auto;
    margin-top: -34px;
  }
  .stikybottom {
      position: relative;
  }
  .almCount{
    font-size: 11px;
    width: 95%;
    margin: auto;
    margin-bottom: -30px;
  }

}
@media screen and (max-width: 439px){
  .mechAlumni h2{
    font-size: 18px;
  }
  .mechAlumni .alumniBrief p{
    font-size: 14px;
    text-align: justify
  }
  .mechAlumni .alumniBrief #whoMsg{
    font-size: 12px;
  }
  .alumniBrief .hadMs p{
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .hadMs{
    font-size: 19px;
  }
}