/*
Theme Name: Готовое решение за 13000
Theme URI: https://rosait.ru/
Author: ООО "Сайт"
Author URI: https://rosait.ru/
Description: На базе этого готового решения можно собрать информационный сайт
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.success {
    color: green!important;
	font-weight: bold;
	margin-top: 10px;
}
.bg-success{
	padding: 15px;
	border-radius: 4px;
}
/*#menu-information a {

}

#menu-information a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}

#menu-information a, button.list-group-item {
    color: #555;
}

#menu-information a {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}*/
.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) { 
	.alignleft{
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
	.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
}