/* custom css */
html {
  position: relative;
  min-height: 100%;
}

main > .container {
  padding: 1em 15px 0;
}

body {
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #333;
  color: #BDBDBD;
  border-top: 1px solid #000;
}

.footer > .container {
  margin-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.tor-exit-policy {
  max-height: 120px;
  overflow-y: auto;
}

.tor-thanks {
  margin-bottom: 1em;
}



div.form-group.has-error span.help-inline {
	color: #A94442;
	font-weight: bold;
}

textarea.base64-input {
	width: 100%;
	height: 120px;
}

textarea.base64-result {
	width: 100%;
	height: 300px;
}

.nopadding {
	padding: 0px;
	margin: 0px;
}

