#meta-modal-add-button {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 150px;
    z-index: 200000;
    background-color: #999;
	color: #fff;
    font-size: 15px;
    border: 0px;
    border-radius: 3px;
}

.modal-meta-close-link, .modal-meta-close-link:hover {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: verdana;
    text-decoration: none;
}

.meta-modal-background {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.meta-modal-content{
	position: fixed;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	z-index: 100000;
	margin:auto;
	background-color:#FFFFFF;
	width: 700px;
	border-radius: 5px;
	word-break: break-word;
}

.meta-modal-content-div{
	width: 100%;
	float: left;
	position:relative;
	height: 100%;
	max-height: 95%;
}

.meta-modal-header{
	font-size: 20px;
	color: #000000;
	text-align: center;
	width: 100%;
	float: left;
	background-color: #ddd;
	height: 40px;
	line-height: 35px;
	border-radius: 5px 5px 0px 0px;
}

.meta-modal-footer{
	text-align: right;
	width: 100%;
	float: left;
	background-color: #ddd;
	height: 40px;
	line-height: 35px;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	bottom: 0px;
}

.meta-modal-footer div{
	display: block;
	height: 40px;
	vertical-align: middle;
	text-align: right;
	width: 100%;
}

.meta-modal-body{
	width:100%;
	float:left;
	background-color:#FFFFFF;
	overflow-y: scroll;
	max-height: 100%;
}

.meta-modal-body table{
	width: 90%;
	margin: 20px auto;
	border: 1px solid #e1e1e1;
}

.meta-modal-body td{
	padding: 5px;
	border: 1px solid #e1e1e1;
	vertical-align: top;
}

.meta-modal-body .meta-value{
	color: #999999;
}

.meta-modal-body .alert-error{
	color: #b94a48;
	background-color: transparent;
}

.meta-modal-body ul{
	padding: 0px;
	list-style-type: none;
}

.modal-meta-close{
	float: right;
	height: 40px;
	width: 30px;
}

.loading-meta{
	position: absolute;
	top: 1%;
	bottom: 1%;
	margin: auto;
	right: 0px;
	left: 0px;
	height: 100px;
}

.alt-list li{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alt-list li img{
	max-width: 100px;
}

.google-preview{
	word-wrap: anywhere;
}

.google-preview .preview-title{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	overflow: hidden;
	font-family: arial, sans-serif;
	height: 18px;
	text-decoration: underline;
	color: #2518b5;
	font-size: 16px;
	line-height: 1.2;
	display: block;
}

.google-preview .preview-url{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #093;
	margin-bottom: 1px;
	font-size: 14px;
	line-height: 1.2;
	display: block;
}

.google-preview .preview-desc{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	overflow: hidden;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 1.24;
	display: block;
}

.iseo-fav-icon{
	max-width: 25px;
}

@media(min-width:992px){
	.meta-modal-content{
		width: 900px;
	}
}

@media (max-width: 768px){
	.meta-modal-content{
		max-width: 90%;
		top: 15%;
	}

	.meta-modal-body td{
		float: left;
		width: 100%;
		border-bottom: 0px;
	}

	.meta-modal-body hr{
		display: none;
	}

	.meta-modal-body .meta-value{
		float: left;
		width: 100%;
	}
}
