#custom_listrak-form input[type=text], select[name=subscriber-type] {border: 1px solid #ccc !important; color: #555; font-weight: normal;}
input::-webkit-input-placeholder {color: #777;}
input::-moz-placeholder {color: #777;}
input:-ms-input-placeholder {color: #777;}

select[name=subscriber-type] {padding: 5px 3px;}
select[name=subscriber-type] option[disabled] {color: #777 !important;}

#manage-subscription-link-container {margin-top: 45px}
#manage-subscription-link {font-size: 14px; background-color: #1B4468; padding: 10px 20px; color: #ffffff; font-weight: bold; text-transform: uppercase;}
#manage-subscription-link:hover {background-color: #052744; text-decoration: none;}


@media screen and (max-width: 768px) {
	#block-custom-listrak-custom-listrak {width: 400px; margin: 0 auto; padding-top: 10px;}
	#custom_listrak-form  label {display: block;}
}