.nav-tabs {
  border-bottom: 1px solid #dddddd;
	margin-top: 10px;
	margin-bottom: 0px;
}

select,
select.form-control,
select.inputbox,
select.input {
	margin: 10px 0;
}

.calendar-container {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;

	/* important:  dimensions or positioning here! */
}

.scroll-wrapper iframe {
	/* nada! */
}

.demo-iframe-holder {
  position: fixed; 
  right: 0; 
  bottom: 0; 
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.demo-iframe-holder iframe {
  height: 100%;
  width: 100%;
}

.atilb {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: -50px;
}


.head-right .social .addthis_toolbox > a {
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  line-height: 18px;
  height: 20px;
  margin-top: 5px;
  text-align: center;
  width: 20px;
  font-size: 11px;
	background-color: #333333;
}


/*
.row {
    margin-left: -20px;
    margin-right: -100px;
}

/*
.col-md-8 {
    width: 60%;
  }
.atilblogo {
  width: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.col-md-4 {
    width: 40%;
  }

.atilbinfo {
  padding-right; 100px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}



