.btn {
  color: white !important;
  margin-bottom: 0.2rem;
}

.btn a, .btn a:hover {
  color: white;
  text-decoration: none;
}

.btn-primary {
  background-color: #f50085 !important;
  border-color: #f50085 !important;
  border-radius: 0 !important;
  border: none !important;
}

.btn-secondary {
  background-color: #3795e2 !important;
  border-color: #3795e2 !important;
  border-radius: 0 !important;
  border: none !important;
}

.btn-tertiary {
  background-color: #9de500 !important;
  border-color: #9de500 !important;
  border-radius: 0 !important;
  border: none !important;
}

.btn-quaternary {
  background-color: #bf7af0 !important;
  border-color: #bf7af0 !important;
  border-radius: 0 !important;
  border: none !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: #f50085 !important;
  color: #f50085 !important;
  border: 1px solid !important;
  border-radius: 10px !important;
}

.btn-outline-primary:hover {
  background-color: #f50085 !important;
  color: white !important;
}

.btn-skin-random {
  font-weight: bold;
  width: 80%;
  margin: 0;
}

#DIV_TCHAT_SWF {
  background-color: #A3DAFD;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 950px;
  height: 560px;
}

#DIV_TCHAT_FLASH {
  background-color: #FFFFFF;
  height: 560px;
}
