/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #ffffff; /*#fefefe;*/
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 10px;
	text-align: center;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Content/Box */
.cookie-law-class {
    background-color: #000000; /*#fefefe;*/
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
    /*margin: 15% auto; *//* 15% from the top and centered */
    padding: 10px;
	text-align: center;
    border: 1px solid #888;
    min-width: 900px; /* Could be more or less, depending on screen size */
	height: 60px
}

.notification {
    min-width: 75%;
    line-height: 1.8em;
    height: 50px;
    padding: 5px 5px;
    background-color: #000;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: inline-block;
	width: 700px;
    float: left;
}

.tingimused-link {
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #fddddf;
}

.article-btn {
    background-color: transparent;
    outline: none;
    cursor: pointer;
    vertical-align: bottom;
    margin-left: 62px;
	margin: 0 20px;
    color: #fff;
    border-color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 11px 15px;
    font-size: .8125em;
    cursor: pointer;
	height:50px;
}

