@import url('/common/style.css');

/*hiding docs index title*/

#jetbackup-documentation-overview h1:first-child{
	display: none;
}

.expandable-content {
    display: none;
}

a.expandable > span.glyphicon {
    font-size: 10px;
    top: unset;
    margin-right: 5px;
}

.button-size{
	width: 220px;
	/*height: 60px;*/
	margin-bottom: 30px;
}

/*Custom blockquote*/

blockquote {
	border-left: none;
	font-size: 14px;
	padding: 0px 20px;
	
}

/*END blockquote*/

td > .first.last{
	text-align: center;
}

.underline {
  font-weight: bold;
  text-decoration: underline;
}

/*Right NAV BAR (On This Page) Overflow*/

#on-this-page{
	min-width: 190px;
}

#on-this-page > ul {
    overflow-y: auto; 
    max-height: 325px;
}

/*END Right NAV BAR*/

/*StrikeThrough*/

.strike {
   text-decoration: line-through;
}

/*END StrikeThrough*/





