.container {
    width: 500px;
    height:300px;
}
.btn:hover {
    border-color:black;
}
.btn-navigate-right {
    position:absolute;
    bottom:5px;
    right:5px;
}
.btn-navigate-left {
    position:absolute;
    bottom:5px;
}
.btn {
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    border-width: 1px;
    -webkit-appearance: none;
}
.panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.panel > .panel-heading {
  font-size: 18px;
  padding: 3px 15px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.panel > .panel-footer {
  font-size: 18px;
  padding: 7px 15px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.panel-body {
	padding: 15px
}
table {

	max-width: 100%;
	background-color: transparent
}
th {
	text-align: left
}
.table {
	width: 100%;
	margin-bottom: 20px;
    border-collapse:collapse
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 1px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.step1-instructions {
    word-wrap: break-word;
}

.step2-instructions {
    word-wrap:break-word;
}

.step2-search {
    margin-top:7px;
    margin-bottom:7px;

}

.step2-search {
    margin-top: 7px;
    margin-bottom: 7px;
}