/****  version:1.01   ****/
.job-position {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.job-position:hover {
  background-color: #ccc;
}

.job-details {
  padding: 0 18px;
  /*background-color: white;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.job-title{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.expand{
    display: inline-block;
    width:1em;
    height:100%;
}

.expand-container{
    text-align:center;
}

.job-close{
  display:none;
}

.job-expand{
    display:block;
}

.apply-container{
    z-index:100;
}