
body {
	background-color: rgb(246, 246, 246);
	font-family: 'Roboto', sans-serif;
	color: #545454;
}
.content {
	text-align: center;
	margin-top: 5%;
	border: 1px solid rgb(233, 233, 233);
	padding : 30px;
	background: #fff;
	font-weight: 300;
}
.logo {
	margin: 0 auto;
    max-height: 150px;
}
.row {
    margin-left: 0;
    margin-right: 0;
    
}
#reviewForm {
    padding-bottom: 30px;
    
}
#score {
    font-weight: 600;
}
#sml-score {
    font-weight: 600;
}
.btn-review {
    margin-bottom: 10px;
}
label {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
}
.message {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
}
.spinner {
	background: url("images/spinner.gif") no-repeat center;
	padding: 20px;
}
#head-campaign h1 {
	font-size: 80px;
}

.btn-review {
	margin: 0 5px 10px 5px;
	border: 0px;
}
.form-control:focus {
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.form-control {
	background: #fdfdfd;
}
.fade-enter-active, .fade-leave-active {
	transition: opacity .2s
}
.fade-enter, .fade-leave-active {
	opacity: 0
}
#loading {
	font-size: 32px;
	color: #ccc;
}
.text-right {
    text-align: right;
    
}
.twitter {
	background: #1da1f2;
}
.facebook {
	background: #4862a3;
}
.footer {
	font-size: 12px;
	color: #ccc;
	margin-top: 10px;
	
	
}
[v-cloak] { display:none; }
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

