.feedback.hide {
   display: none;
}

.feedback h2 {
   margin-top: 0;
}
.feedback .sv-decoration-knapp p {
	float: left;
}

.sv-decoration-knapp p {
    margin-right: 1.1em;
}

/*
#last-p {
   margin-bottom: 3em;
   float: left;
}
*/

.feedback .info-text:first-child p {
   margin-top: 0;
}

.savsjo_epostformular {
   display: none;
}
.savsjo_epostformular label {
   display: block;
}
/*
.savsjo_epostformular input[type="submit"] {
   display: inline-block;
   padding: 1em 3em;
   max-width: 450px;
   line-height: 30px;
   border-radius: 100px;
   font-size: 16px;
   text-decoration: none;
   color: #fff!important;
   background-color: #0083c3;
   font-family: open sans;
   cursor: pointer;
   box-shadow: 0 8px 24px 0 rgba(0,0,0,0.16);
   transition: background-color .25s ease;
   font-weight: bold;
   min-width: 125px;
   border: 0;
}
.savsjo_epostformular input[type="submit"]:hover,
.savsjo_epostformular input[type="submit"]:focus,
.savsjo_epostformular input[type="submit"]:active {
    background: #fff;
    color: #0083c3;
}
.savsjo_epostformular textarea {
   max-width: 100%!important;
   padding: 15px;
}
    */