html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

code {
  white-space: pre-wrap;
  background: white;
  display: block;
  border: gray 1px solid;
  padding: 4px;
}

.right_content, .left_heading {
  margin-bottom: 25px;
}
.left_heading {
  text-align: center;
}
.img-profile {
  margin: 0 auto;
}
.left_heading h2 {
  margin-top: 0;
}
.education, .skills, .work, .certification, .interests {
border-bottom: 1px solid gray;
margin-bottom: 30px;
}
.img-border {
  border:1px solid black
}
.company-logo {
  width: 200px;
}
.sidebox {
  background-color: rgb(250, 250, 250);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 18px;
  margin-top: 0px; border: 1px solid rgb(235, 235, 235); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; font-family: 'Open Sans', sans-serif; line-height: 24px; color: rgb(51, 51, 51);}
.sidebox-title {font-weight: normal; font-style: normal; font-size: 20px; letter-spacing: 0px; line-height: 40px; font-family: 'Source Sans Pro', sans-serif; color: rgb(51, 51, 51);}


@media screen and (min-width: 768px) {
  .left_heading {
    text-align: right;
  }
  .company-logo {
    float: right;
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .img-profile {
    margin: -80px 0 0 20px;
    float:right;
  }
  .company-logo {
    margin-right: 40px;
  }
}

