/*@media only screen and (max-width: 600px) {
	body {
	background-color: lightblue;
	}
}*/
html, body,input {
font-family:'Arimo';
}
* {
box-sizing: border-box;
}
#bigcontainer {
width: 710px;
line-height: 25px;
padding: 2px 10px;
font-size: 14px;
background: url(img/notebook4.png) repeat-y;
}
#container {
width: 710px;
margin-top: 5px;
line-height: 25px;
padding: 2px 10px;
font-size: 14px;
background: url(img/notebook2.png) repeat-y;
}

.textTypeDsn {
width:84.0025px;
padding:1px;
}

#winnerPlaceToday {
    display: block;
    /* background: #ffc725; */
    padding: 10px;
    width: 70%;
    /* border: 2px dashed #af8200; */
    margin-top: 10px;
    color: #000000;
    font-size: 17px;
    border-radius: 30px;
}
#letter {
border-left-width: 44px;
background: #d6ebfb;
width: 99px;
border-radius: 10px;
font-size: 21px;
float: right;
font-weight: bold;
height: 45px;
line-height: 49px;
}
#startGame {
    border-left-width: 44px;
    color: #fff;
    background: #019e0d;
    width: 130px;
    border-radius: 10px;
    font-size: 16px;
    float: right;
    height: 45px;
    line-height: 48px;
	cursor:pointer;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
#complete {
border: 0;
border-radius: 22%;
font-size: 18px;
float: left;
padding: 12px;
background: #3caf45;
color: #fff;
height: 45px;
}
#Points {
border: 0;
border-radius: 22%;
font-size: 20px;
float: left;
padding: 11px;
margin-left:5px;
background: #0092ff;
color: #fff;
    height: 45px;
}
#Round {
border: 0;
border-radius: 22%;
font-size: 20px;
float: left;
padding: 11px;
margin-left:5px;
    height: 45px;
background: #0092ff;
color: #fff;
}

.tableTd {
	 text-align: center;width:12.5%;border: 2px dashed #d6ebfb; background: #f1f9ff;
}

.tableTd2 {
	text-align: center;
    width: 12.5%;
    border: 1px dashed #717171;
    background: #f1f1f1;
}

.sendBtn {
	border: 0;
    font-size: 11px;
    background: #ff4141;
    color: #fff;
}

#myName {
	float: right;
    font-size: 17px;
    margin-left: 2px;
    width: 133px;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #d2d2d2;
}
#progressBar {
  width: 90%;
  margin: 10px auto;
  height: 35px;
  background-color: #a7b5c1;
  border: 1px solid #717171;
}

#progressBar div {
  height: 100%;
  text-align: center;
  padding: 0 10px;
  line-height: 35px;
  width: 0;
  background-color: #7e8d9a;
  color:#fff;
  font-weight:bold;
  box-sizing: border-box;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

#winner	{ 
    width: 660px;
    padding: 20px;
    /* background-image: url(img/winner_bg.png); */
    background-size: contain;
    background-repeat: repeat-x;
    border-radius: 45px;
    animation: animatedBackground 15s linear infinite;
}

#h1 {
    background: #2ba6e3;
    color: #fff;
    /* border: 2px solid #f19b00; */
    width: 70%;
    font-size: 18px;
    padding: 9px;
    border-radius: 13px;
}
#h2 {
	background: #2e7b42;
    border-radius: 20px;
    width: 76%;
    padding: 8px;
}
#winnerSpan {
    color: #2b2b2b;
    font-size: 27px;
    /* background: #cdedec; */
    padding: 7px;
    /* border: 2px dashed #ffc725; */
    border-radius: 12px;
}