.datably-body-baseline {
  vertical-align: baseline; }

.datably-body-top {
  vertical-align: top; }

.datably-body-middle {
  vertical-align: middle; }

.datably-body-bottom {
  vertical-align: bottom; }

.datably-modal-nodisplay {
  display: none; }

table.stacks_in_17_datably_table thead tr th {
  text-align: inherit; }

table.stacks_in_17_datably_table tbody tr td {
  text-align: inherit; }

.datably-modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.datably-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888888;
  border-radius: 6px;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  width: 80%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

.datably-modal-close {
  color: #484848;
  float: right;
  font-weight: bold; }

.datably-modal-close:hover,
.datably-modal-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer; }

.datably-modal-header {
  padding: 2px 16px;
  background-color: #e8e8e8;
  color: black;
  font-size: 28px;
  border-radius: 6px 6px 0 0;
  border-bottom-color: #b6b6b6;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.datably-modal-body {
  padding: 2px 16px; }

.datably-modal-footer {
  background-color: #e8e8e8;
  color: white;
  border-radius: 0 0 6px 6px;
  border-top-color: #b6b6b6;
  border-top-style: solid;
  border-top-width: 1px; }

.datably-modal-table {
  border-collapse: collapse;
  width: 100%; }

.datably-modal-table td, .datably-modal-table th {
  border: 1px solid #dddddd;
  padding: 8px; }

.datably-sim-input,
.datably-input[type=text],
.datably-input[type=url],
.datably-input[type=date],
.datably-input[type=datetime-local],
.datably-input[type=number] {
  width: 90%;
  padding: 12px 20px;
  margin: 8px 20px;
  box-sizing: border-box;
  font-size: 100%;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px; }

.datably-input[type=color] {
  margin: 8px 20px; }

.datably-input[type=textarea],
.tox-tinymce {
  width: 90%;
  margin: 8px 20px;
  border-style: solid;
  border-radius: 3px; }

.datably-input:focus, .datably-input[type=textarea]:focus {
  background-color: #ffe; }

.datably-form-group {
  display: table;
  width: 100%;
  background-color: white;
  border: 1px solid white; }

.datably-form-group:hover {
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3; }

.datably-form-span {
  display: table-cell; }

.datably-label {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  width: 12%; }

.datably-label-textarea {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  width: 12%; }
#stacks_in_35_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_35 a:link, #stacks_in_35 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_35 a:hover, #stacks_in_35 a:active {
	color:#FFFFFF;
}







#stacks_in_35 a:link, #stacks_in_35 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_35 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_35 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



