@import url(https://fonts.googleapis.com/css?family=Raleway);

*{
margin: 0;
padding: 0;
}

body  
{  
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;  
    	max-width: 700px;
	margin: auto;
}  

.part1{
	font-family: 'Raleway', sans-serif;
}

#header{
/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

	color:white;
	height: 30px;
	text-align: left;
	padding-left: 5%;
	padding-top:5px;
	border-bottom: 2px solid #FB9B39;
	 box-shadow: 2px 2px 2px #000;
}

#logo{
	width:60px;
	float: left;
	margin: 5px;
	
}

#header > h1{
	font-size: 1.2em;
	color:#FB9B39;
	line-height: 1.8;
}

#header > h2{
	font-size: 1.4em;
	color:white;
}

h3{
	color:#004996;
}

#theDate{
	text-align: right;
	font-size: 0.8em;
	color:#333;
  background: #3B5998;
  padding: 10px;
  color: #fff;
  text-align: center;
  display: flex;
}

#wrapper, #reactions{
	max-width: 500px;
	display: block;
	margin: auto;
	background: #ffffff;
	padding:5px;
	border-bottom: 1px solid #eee;
}

#intro{
	text-align: center;
}

#reactions{
	margin-top: 10px;
}

.mainImg{
	display: block;
	margin:auto;
	padding-bottom: 15px;
	padding-top: 15px;
	width:100%;
	
}

#questionBox{
	margin: auto;
	margin-top: 10px;
	max-width: 320px;
	text-align: center;
}

#gift{
	    vertical-align: sub;
	    margin-right: 10px;
	    width: 22px;
}

.question{
	/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	width: 100px;
	padding: 10px;
	display: inline-block;
	border: 1px solid silver;
	box-shadow: 1px 1px 2px #888888;
}

#fillin{
	border: 2px solid #004996;
	font-size: 1em;
border-radius: 25px;
	padding: 8px;
	background: white;
	color:#101394;
}

#continue{
	margin: 20px auto;
}

#intro > p{
	font-size: 16px;
}


#continue2{
	text-align: center;
	margin: auto;
	background-color: green;
	width:200px;
	color: white;
	border: 1px solid #336D27;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
	border-radius: 20px;
	margin-top: 20px;
	font-size: 1.5em;
}

#reactions > h1{
	font-size: 1em;
	color: #000;
}

.comment{
	margin-top: 10px;
	background-color: #e9edf6;
	padding: 5px 0px 5px 0px;
}

.profile{
	width: 60px;
}

#commentContent{
	    float: right;
    margin-right: 20px;
    font-size: 0.7em;
    width: 212px;
}

.name{
	color: #235DB7;
    font-weight: 900;

}

#loader{
	margin: auto;
	display: block;
	display: none;
	max-width: 15px;
}

.part2, #p3 , #p2, #p1, #continue2, #welldone{
	display: none;
}

.numberCheck{
	border: 2px solid #004996;
	font-size: 1em;
	padding: 3px;
	border-radius: 25px;
	background: white;
	color:#101394;
	float: left;
	margin-top: -6px;
	margin-left: 3%;

	}

	#welldone{
		font-size: 12px;
		text-align: center;
		color: #004996;
		margin-bottom: 20px;
	}


#possible{
	margin-bottom: 15px;
	font-size: 19px;
}

@media(min-width: 700px){

#commentContent{
	    margin-right: 220px;
}

.numberCheck{
	margin-left: 20%;
}

#welldone{
	width:34em;
}

}

.uibutton {
    position: relative;
    z-index: 1;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 0.6em 0.475em;
    border: 1px solid #999;
    border-bottom-color: #888;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font: bold 18px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
    white-space: nowrap;
    cursor: pointer;
    /* outline: none; */
    color: #b7b7b7;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3');
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    zoom: 1;
    *display: inline;
    width: 300px;
    cursor: none;
    border-radius: 5px;
    		margin: auto;
    display: block;
}

.color {
    border-color: #29447e #29447e #1a356e;
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7');
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
}

#comment-section {
  max-width: 600px;
  display: block;
  margin: auto;
}

.commentarea {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 20px 10px;
}

.commentarea.reaction {
  margin-left: 50px;
}

.comment {
    margin: 0 10px;
    background-color: #f2f3f5;
    max-width: 300px;
    border-radius: 15px;
    text-align: left;
    font-size: 13px;
    padding: 5px 15px;
}

.profile{
  width: 32px;
  height: 32px;
  border-radius: 50%;
}


#likes {
  display: flex;
}

#comments {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  color: #606770;
}

.likeNumber {
    display: flex;
    position: absolute;
    right: 0px;
    top: 22px;
    background: white;
    padding: 3px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #bfbfbf;
    font-size: 12px;
}

.comment span {
  color: #3B5998;
  font-weight: 600;
  text-align: left;
  font-size: 13px;
}

.buttons {
  max-width: 100%;
  margin: auto;
  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.green {
    border-color: #3b6e22 #3b6e22 #2c5115;
    color: #fff;
    background-color: #69a74e;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75ae5c), to(#67a54b));
    background-image: -moz-linear-gradient(#75ae5c, #67a54b);
    background-image: -o-linear-gradient(#75ae5c, #67a54b);
    background-image: linear-gradient(#75ae5c, #67a54b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75ae5c', EndColorStr='#67a54b');
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
}