.mingle-item
{
	background-color: none;
	padding-left: 32px;
	color: #999999;
    padding-bottom: 0px;
    padding-top: 8px;
    font-size: 22px;
}

.mingle-title
{
    background-color: none;
    color: #999999;
    text-align: center;
    font-size: 28px;
    padding-bottom: 8px;
}

.text
{
	background-color: none;
	color: #999999;	
}

.mingle-controls
{
    font-size:22px; 
    color: #999999; 
    /*text-align: center;*/
}

.mingle-controls:hover
{
    font-size:22px; 
    color: #004B00; 
    /*text-align: center;*/
}

.mingle-item:hover
{
	background-color: #222222;
}

/* unvisited link */
a:link {
    color: #999999;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #999999;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #999999;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #999999;
    text-decoration: none;
}

selected {
    background-color: black;
}

.text-container {
/*  height:200px;
  width:400px;*/
  border: 2px;
  text-align: center;
  background-color: #111111; 
  margin: 5px;
  border-style: dashed;
  border-color: white;
  height: 180px;
}

.text-container span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

button:disabled,
button[disabled]{
  border: 3px solid transparent;
  background-color: #cccccc;
  color: #999999;
}