html, body {
	height: 100%;
	width: 100%;
	/*overflow-x: hidden;*/
}

.developer {
	opacity: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	position: fixed;
	bottom: 0;
	transition: opacity 0.5s;
}

.developer:hover {
	opacity: 1;
}

.bg-lightblue {
	background-color: #34ebdb;
}

#navbar {
	font-size: 1.3rem;
}

.errors {
	color: red;
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon-us {
	background-image: url(../images/flags/us.svg);
}

.flag-icon-cn {
	background-image: url(../images/flags/cn.svg);
}

.flag-icon-fr {
	background-image: url(../images/flags/fr.svg);
}

#navbar .nav-link {
	text-shadow: 0 0 5px gold, 0 0 5px gold, 0 0 5px gold, 0 0 5px gold, 0 0
		5px gold, 0 0 5px gold, 0 0 5px gold, 0 0 5px gold;
	color: rgba(0, 0, 0, .7);
	transition: 0.3s;
}

#navbar .nav-link:hover {
	font-size: 1.2em;
	text-decoration: underline;
}

#navbar .nav-item {
	padding-right: .5rem;
	padding-left: .5rem;
}

#navbar>.active>.nav-link {
	color: white;
}

#urlsTable .url a, #urlsTable .shortURL a {
	color: white;
}

.table-wrap-fixed td {
  white-space: normal !important; 
  word-wrap: break-word;  
}

.table-wrap-fixed {
  table-layout: fixed;
}