/*
Theme Name:     Childtheme notebooksbilliger.de Blog
Theme URI:
Description:    Nbb-theme child theme.
Author:         Me
Author URI:
Template:       nbb-theme
Version:        0.1.0
*/

#commentform p.comment-form-submit {
	margin: 0;
	padding: 15px 0 0;
}

#commentform input#submit {
	display: block;
	margin: 6px 0 0;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-transition: all 0.18s ease-in-out;
	-o-transition: all 0.18s ease-in-out;
	transition: all 0.18s ease-in-out;
}

.comment-form a {
	color: #FF7100;
}

.comment-form a:hover {
	color: #333;
}

@media screen and (min-width: 1024px) {
	#commentform p.comment-form-author,
	#commentform p.comment-form-email,
	#commentform p.comment-form-url {
		width: 27%;
	}

	#commentform p.comment-form-submit {
		display: block;
	}
}
