#toTop {
  background: none repeat scroll 0 0 #999999;
  border-radius: 3px;
  bottom: 5px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 32px;
  height: 40px;
  opacity: 0.4;
  padding: 2px 0 0 2px;
  position: fixed;
  right: 5px;
  text-align: center;
  width: 40px;
  z-index: 14;
}
#toTop:hover {
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.jumbotron {
  padding-bottom: 5px;
  padding-top: 5px;
}

.header-images {
  display: inline-flex;
  vertical-align: middle;
}

.header-images > img {
    margin-right: 2px;
	max-width: 32px;
}

.screenshot-image {
  padding-top: 25px;
  width: 100%;
}

.image-person {
  border-radius: 1px;
  box-shadow: 1px 1px 1px #888888;
  max-height: 115px;
  margin-bottom: 5px;
}

.about-content {
  text-align: center;
}

.about-description {
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px; 
  text-align: left;
}

.email {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.footer-content {
  text-align: center;
}

.image-tutorial-big {
    max-width: 300px;
    display: block;
    margin: auto;
}

.alert-discrete {
    border-color: lightgray;
}

.description {
    text-align: left;
}

.seda {
	font-family: 'Work Sans';
}

.seda-dot {
	color: #E31E24;
}

.dialog-button {
	max-height: 20px;
}

.credit {
	font-size: 9px;
	color: gray;
}

.credit a {
	color: gray;
}
