.browsingContainer{width:90%; margin:auto}
.urlHistoryContainer, .urlWhiteBlackContainer{width:98%; float:left;}
.urlHistoryData, .urlBlack, .urlWhite{text-align:center}
.tabs{
	color:#828282;
	margin-top:20px;
	float:left;
	padding:5px;
	width:30%;
	/*border:1px solid #828282;*/
	background:transparent;
	text-align:center;
	/*border-bottom:none; */
	/*border-top-left-radius:0.2em;*/
	cursor:pointer
}

.tabsSelected{background:#E8E8E8; color:black; cursor:initial}

.selectedTabContainer{
	padding:5px;
	text-align:left;
	/*border:1px solid #828282; */
	clear:both;
	height:430px;
	background: #F8F8F8;
	/*border-top-right-radius:0.2em;
	border-top-right-radius:0.2em;
	border-bottom-left-radius:0.2em;
	border-bottom-right-radius:0.2em*/
}

.editUrl{
	display:none;
	position:absolute;
	right:-1px;
	font-size:inherit;
	width:120px;
	background:gray;
	text-align:right;
	cursor:initial;
	padding: 8px;
	margin-top:5px;
	z-index:95;
}

.editUrlOptions{font-size:inherit;color:#343434;cursor:pointer}
.editUrlOptions:hover{color:white}

.selTabHeader{height:28px; width:inherit; color:#828282; border-bottom:1px solid #E8E8E8}
.headerUrlSpan{float:left;}
.headerStatusSpan{float:right;}

.urlRow{height:45px;padding-top:5px;text-align:left;position:relative;border-bottom:1px solid #ac00d5; }
.urlRow:hover{background:#E8E8E8}
.urlText{font-size:15px; float:left; clear:both; width:70%; text-overflow: ellipsis; white-space: nowrap; overflow:hidden !important;}
.urlText a{font-size:15px;}
.urlDate{float:left; clear:both; color:#828282; font-size:12px; position:absolute; bottom:0}
.urlStatus{font-size:15px; float:right;}
.allowedUrl{color:#73C846}
.deleteUrl{background:#D37F7F; color:white; padding:5px; cursor:pointer}

.deleteUrl:active, .addUrlBtn:active{opacity:0.7}

.addUrlRow{margin-top:70px; width:inherit;}
.addUrlBtn{float:left; background:#828282; width:25%; padding:2.8px; color:white; cursor:pointer; margin-left:5px}

@media (max-width: 1000px) {
	.tabs{width:45%}
}

@media (max-width: 400px) {
	.tabs{width:45%; font-size:14px}
}
