@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:300');

#header {
	font-size: xx-large;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}
#intro {
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 24px;
	background-color: #337ab7;
	font-weight: lighter;
	text-align: center;
}
.tr-bottom-border {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#formulario {
	text-align: center;
	padding: 10px;
	border: thin solid #CCC;
	border-radius: 10px;
	background-color: #ddd;
}
#Restart {
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-radius: 5px;
}

#social-actions{
	text-align:center;
	font-size: 12px;
	color: #666;
	border: thin solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	
}

@media screen and (max-device-width: 640px){
#veryBigFont {
	font-size: large;
}

#hugeNumber {
	font-size: x-large;
}
	
}

@media screen and (min-device-width: 641px){
#veryBigFont {
	font-size: x-large;
}
#hugeNumber {
	font-size: xx-large;
}
	
}

#td-title {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



#bigFont {
	font-size: large;
}


#form-item {
	padding: 10px;
}



/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  /* some CSS here */
  select {
	width: 90%;
	height: 60px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 10px;
	background-color: #EEE;
	font-size:larger;
	}
	
  .form-button {
	width: 90%;
	height: 60px;
	font-size: medium;
	color: #333;
	background-color: #EEE;
	border: thin solid #333;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size:larger;
	}
	
	body {
	font-family: 'Raleway', sans-serif;
	font-size: x-large;
	}

	#resultTable {
	background-color: #EEE;
	border: thin solid #eee;
	border-radius: 10px;
	margin-bottom: 20px;
	width:90%
	}
}

/* #### Desktop #### */
@media screen and (min-device-width: 641px){
  /* some CSS here */
  select {
	width: 300px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 10px;
	background-color: #EEE;
	}
	
  .form-button {
	width: 300px;
	font-size: medium;
	color: #333;
	background-color: #EEE;
	border: thin solid #333;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	
	body {
	font-family: 'Raleway', sans-serif;
	font-size: large;
	}
	
	#resultTable {
	background-color: #EEE;
	border: thin solid #eee;
	border-radius: 10px;
	margin-bottom: 20px;
	width:60%
}
}



#errorMgs {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: large;
}

#footer{
	font-size: 12px;
	color: #666;
	text-align: left;
	border: thin solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}
