/* General Styling 
*/

#content-container {
	padding: 0 10px;
}

#shortcode-table, #shortcode-table th, #shortcode-table td  {
	border: 1px solid black;
}

#shortcode-table td, #shortcode-table th {
	padding: 1px 5px;
}

#header-btn-wrap {
	margin-top: 8px;
}


/* Styling for the form. 
 */

#form_btns {
	margin-left: 150px;
}

#reference_type {
	margin-bottom: 10px;
	margin-left: -5px;
}

#reference_text {
	margin-left: 10px;
}

#autofill {
	margin-left: 15px;
}

#year {
	width: 60px;
}

input.input-invalid {
	background-color: #ffdddd;
 	border: 1px solid red;
}

.input-longer {
	width: 250px;
}

.form_btn {
	width: 80px;
}

.label {
	width: 150px;
	margin: 0;
	float: left;
}

input::placeholder {
	color: #a4a4a4;
}

