/*
	File: ~ltran/public_html/css/assignment9.css
	91.461 Assignment: Creating a webpage
	Long Tran, UMass Lowell Computer Science Undergraduate
	long_tran@student.uml.edu
	Please do not use any material or code without permission.
	
	Updated: December 9th, 2015
*/

/* 
*****ORIGINAL SOURCE*******
    Created on : Dec 3, 2015, 10:00:18 PM
    Author     : csopi (Charlie Sopiep)
****************************
*/

.draggable { width: 40px; 
            height: 40px; 
            padding: 5px; 
            float: left;
            margin: 0 5px 5px 0; 
            font-size: 1em; }
  .ui-widget-header p, .ui-widget-content p { margin: 0; }
  
  #Board, #Tile-Holder, #rack{
      text-align:center;
  }
  
  #WordContainer{
    font-family: Verdana;
    color: white;
    height: 80px; 
    text-align:center;
     
  }

  button{
    border-radius: 6px;
    font-size: 18px;
    margin: auto;
    display: block;
    border: none;
  }
  button:hover {
    border: none;
    background-color: red;
    box-shadow: 0px 0px 1px #777;
  }

  .test{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  
  