/**
 *	Styling for Diviner Theme Page
**/

#diviner-theme-options {
	#diviner-important-links {
		font-weight: 700;
		.button-documentation {
			background: #f9a620; 
			border-color: #f9a620;
			color: white;
			&:hover {
				background: darken(#f9a620, 5%);
				border-color: darken(#f9a620, 5%);
			}
		}
		.button-theme-page {
			background: #4f7cac; 
			border-color: #4f7cac;
			color: white;
			&:hover {
				background: darken(#4f7cac, 5%);
				border-color: darken(#4f7cac, 5%);
			}
		}
		.button-contact-us {
			background: #a30b37; 
			border-color: #a30b37;
			color: white;
			&:hover {
				background: darken(#a30b37, 5%);
				border-color: darken(#a30b37, 5%);
			}
		}
	}
}