/*
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.
*/

.table-responsive>.table>tbody>tr>td{
	white-space: pre-wrap;
}
.response_img_min {
    height: auto;        
}
.transparentSpace50{
	height: 50px;
}
.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;
	}
}
@media (max-width: 390px) { 
    .response_img_min {
        width: 250px;
    }
	.table>thead>tr>th{
		padding: 1px;
		font-size: 12px;
	}
	.table-responsive>.table>tbody>tr>td{
		font-size: 12px;
	}
}