/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 11:06:39 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 11:10:02 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/06/2015, 10:29:35 PM
    Author     : etorres
*/
#game2 .main-title {
  width: 560px;
  text-align: center;
  display: inline-block;
  padding: 10px 0px;
  color: #e30613;
  font-size: 30px;
}
#game2 .main-title:last-of-type {
  color: #312783;
}
#game2 .droppable-area {
  width: 560px;
  float: left;
}
#game2 .droppable-area .titles {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
#game2 .droppable-area .titles span {
  width: 271px;
  display: inline-block;
  text-align: center;
  padding: 15px 0px;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#game2 .droppable-area .titles span:last-of-type {
  -webkit-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#game2 .droppable-area .fields .left-side,
#game2 .droppable-area .fields .right-side {
  width: 271px;
  float: left;
}
#game2 .droppable-area .fields .right-side {
  margin-left: 9px;
}
#game2 .droppable-area .fields .field-container {
  margin-bottom: 5px;
}
#game2 .droppable-area .fields .field-container .field {
  height: 52px;
  text-align: center;
  background-color: #f6f6f6;
}
#game2 .droppable-area .fields .field-container .field span {
  padding: 12px 0px 7px;
  display: block;
  font-size: 30px;
}
#game2 .droppable-area#sideA .titles span {
  background-color: #e30613;
}
#game2 .droppable-area#sideA .field-container .field span {
  background-color: #f9cdd0;
}
#game2 .droppable-area#sideB .titles span {
  background-color: #312783;
}
#game2 .droppable-area#sideB .field-container .field span {
  background-color: #d6d4e6;
}
#game2 .words {
  margin-left: 6px;
}
#game2 .words .word {
  height: 52px;
  width: 271px;
  display: inline-block;
  text-align: center;
  margin-bottom: -10px;
  margin-top: 10px;
}
#game2 .words .word span {
  padding: 12px 0px 7px;
  display: block;
  font-size: 30px;
  background-color: #dadada;
}
#game2 .words :nth-child(5) {
  margin-left: 276px;
}
