.registration-select {
    width: 100%;
    color: #555;
    background: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    border: none;
    font-family: inherit;
    padding: 12px 12px;
    border: 1px solid #adb5bd;
    outline: none;
    margin-bottom: 16px;
}
.news-title {
    border: 1px solid #17223b;
    background: #17223b;
    font-weight: normal;
    color: #ffffff;
}
.image {
  text-align: center;
}
.image img{
  width: auto;
  border: 1px solid #d8bdbd;
  max-width: 150px;
  max-height: 150px;	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  font-size: 12px;
}
