.noTopMargin {
  margin-top: 0px
}

.tal_text {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	/* font-family: 'Raleway', sans-serif; */
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	/* color: #555; */
	/* margin-bottom: 10px; */
	/* cursor: pointer; */
}
.tal_text.normal {
  font-size: 2rem;
  line-height: 1.1;
}
.tal_text.small {
  font-size: 1.2rem;
  font-weight: 100;
}

.tal_text.big_title {
}
.tal_text.big_title h1{
  margin-bottom: 0px;
  font-size: 5rem;
  line-height: 1;
  color: #1ABC9C;
}
.tal_text.big_title p{
  margin-bottom: 16px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
}
.tal_text.big_title h2{
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 8px;
}
.tal_text.big_title h2.emphasize{
  font-weight: 600;
}

.tal_text_left{
  text-align: left;
}
.tal_text_right{
  text-align: right;
}



.tal_layout_material_padding {
  padding-left: 16px;
  padding-right: 16px;
}



.tal_colors_alphacolor {
  /* color: #ff8800; */
  /* color: #ff6e00; */
  color: #1ABC9C;
}
.tal_colors_yes {
  color: #59BA41;
}



.tal_ui_alpha_row {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.tal_ui_alpha_row_divider {
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
  background: #E5E5E5;
}
.tal_ui_alpha_checkbox {
  float: right;
  margin-left: 16px;
  margin-top: 8px;
}
.tal_ui_alpha_question {
  padding-right: 100px;
  text-align: left;
}
.tal_ui_alpha_question h3 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 800;
}
.tal_ui_alpha_question h4 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.tal_ui_alpha_row .yay {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  display: none;
}

#alphaButton {
  margin-top: 32px;
}

.tal_alert {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-right: 16px;
  display: none;
}

.tal_feature {
  padding: 60px 0 0 0;
}
.tal_feature .fbox-icon {
  width: 100%;
}
.tal_feature p,
#content .tal_feature p {
  line-height: 1.5;
  font-size: 1rem;
}

.col_full .tal_nobottommargin {
  margin-bottom: 0px
}


#retweetButton {
  background-color: #38A1F3;
}
#retweetButton:hover {
  background-color: #0b72c1 !important;
}
