@charset "utf-8";

main > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

#countor_area{
    float: right;
    margin: -15px 0;
}

.footer {
    background-color: #d3d3d3;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

#nav ul{
	list-style-type: none;
	display: flex;
}
#nav ul li{
	padding: 2px 5px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	text-align: center;
}
#nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

main > .container{
	padding-top: 100px;
}




article.article-main > p{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}






.modal-header{
	background: rgb(186, 213, 247);
	background-image: linear-gradient(#c7ddf8, #a7bfde);
    box-shadow: inset 0 0 1px rgba(255, 255, 255);
}
.modal-footer{
	background: rgb(245, 245, 245);
}

#modal-1 .modal-body ul{
	list-style-type: none;
}
#modal-1 .modal-body ul li{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;

	width: 100%;
	height: 30px;
	margin-bottom: 8px;
	line-height: 30px;
	white-space: nowrap;
}
#modal-1 .modal-body ul li input{
	height: 30px;
}
#modal-1 .modal-body ul li button{
	width: 30px;
	height: 30px;
	margin-left: 8px;
}
#modal-1 .modal-body ul li button.remove-ln{
	display: none;
}


