html {
    background: url("img/bg.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

body {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

table {
    margin: 0 auto;
}

.resimg {
    max-width: 30px;
}

.proveres img {
    max-width: 30px;
}

#comment textarea {
    width: 90%;
    font-size: 16px;
}

#comment th {
    vertical-align: top;
    font-weight: normal;
    padding-left: 6px;
    paddinmg-right: 6px;
}

#comment p {
    margin-top: 0;
    text-align: left;
    padding: 0;
    font-size: 16px;
}

.facetime, #comment img {
    color: Grey;
    cursor: pointer;
}

.facename {
    font-weight: Bold;
}

#comment .faceimg {
    width: 60px;
    border-radius: 33px;
    cursor: pointer;
}

#comment table tbody {
    vertical-align: text-top;
}

.hurry {
    color: #E2241A;
}

.boxes {
    color: #ECE5DA;
    display: none;
	background-color: rgba(29, 28, 34, 0.9);
    padding: 21px;
    margin: 21px;
  	position: fixed;
  	top: 0;
  	right: 0;
  	max-width: 150px;
    z-index: 2;
}

.provename {
    color: #ffff00;
}

.provetime {
    color: #fff;
    font-size: 16px;
}

.buttonstyle1 {
    background-color: #495164;
    border: none;
    border-radius: 66px;
    color: #ECE5DA;
    padding: 0px;
    font-size: 26px;
    height: auto;
	cursor: pointer;
	display: block;
    margin: 0 auto;
    width: 90%;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

.buttonstyle2 {
	float: right;
    border: none;
    background-color: #495164;
    border-radius: 33px;
    color: #ECE5DA;
    padding: 13px 39px;
    display: inline-block;
    font-size: 16px;
    height: auto;
	cursor: pointer;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(1px, 1px) rotate(0deg); }
    20% { transform: translate(1px, 1px) rotate(0deg); }
    30% { transform: translate(1px, 1px) rotate(0deg); }
    40% { transform: translate(1px, 1px) rotate(0deg); }
    50% { transform: translate(1px, 1px) rotate(0deg); }
    60% { transform: translate(1px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.device {
	cursor: pointer;
}

#progressbarcontainer {
    border: #565565 9px solid;
    background-color: #565565;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#progressbar {
    position: absolute;
    width: 10%;
    height: 50px;
    background-color: #72778B;
}

#progressbarlabel {
    line-height: 54px;
    text-align: center;
    color: White;
}

#container, #steps, #comment, #vcontainer {
    background-color: #EDE5D8;
    max-width: 600px;
    margin: 100px auto 20px;
    padding: 33px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#footer {
    margin-top: 333px;
	text-align: center;
}

#vcontainer a {
	text-decoration: none;
	color: White;
}

#devicecontainer, #progress, #resource1, #resource2, #resource3, #additional, #vcontainer, #gen1, #gen2, #gen3, #gen4, #gen5, #gen6, #gen7, #gen8 {
    display: none;
}

.proveres, .buttonlogo {
	vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
}

.buttonlogo img {
    left: 6%;
    position: absolute;
}

#gen5 img {
	transition: all 1s;
}

.form-option {
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
}

.input-form {
    border-radius: 6px;
    background-color: White;
    color: black;
    display: block;
    font-size: 16px;
    height: 20px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
	
}

.input-form::-moz-placeholder {
    color: black;
    opacity: 55;
}

.input-command {
    height: 28px;
    padding: 10px 16px;
}

select.input-command {
    height: 46px;
    line-height: 46px;
    background-color: #fff9bb;
    border: 1px inset #e89600;
}