#container_left {
	width: 300px;
	margin-right: -400px;
	padding: 0 30px;
}

#container_left_qrcode {
	width: 500px;
	margin-right: -400px;
	padding: 0 30px;
}

#container_right {
	margin-left: 400px;
}

.welcome_container h2 {
	font-size: 200%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.qr_information {
	width: 200px;
}

.qr_container {
	margin-bottom: 40px;
}

.qr_content {
	padding-bottom: 5px;
}

.qr_content div {
	padding: 0 10px;
}

.qr_content .type {
	width: 61px;
}

.qr_content .content {
	width: 250px;
}

.qr_content .active {
	width: 75px;
	text-align: center;
}

.qr_content .scheduled {
	width: 100px;
	text-align: center;
}

.qr_content .actions {
	width: 150px;
}

.qr_content .actions ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.qrcode {
	width: 500px;
	margin: 20px 0;
	border-bottom: 1px solid #aaa;
}

.qrcode .code {
	width: 80px;
}

.qrcode .heading {

}

.qrcode .info_container {
	width: 500px;
	color: #000;
}

.qrcode .info_container a {
	width: 500px;
	color: #000;
}
	
.qrcode .info {
	border-bottom: 1px solid #ccc;
	color: #fff;
}

.qrcode .info a {
	color: #fff;
}

.qrcode .info .actions {
	vertical-align: text-bottom;
}

.qrcode .info .name {
	font-size: 150%;
}

.qrcode table tr {

}

.qrcode table tr:nth-child(odd) {
	background-color: #eee;
}

.qrcode table tr:nth-child(even) {
	background-color: #ddd;
}

.qrcode table th,td {
	padding: 10px 5px;
}

.qrcode table th {
	background-color: #bbb;
}

.qrcode .create {
	padding: 10px;
}

.delete {
	background: url('/images/delete.png') no-repeat;
	padding-left: 20px;
}

.edit {
	background: url('/images/edit.png') no-repeat;
	padding-left: 20px;
}

.add {
	background: url('/images/add.png') no-repeat;
	padding-left: 20px;
	color: #fff;
}

.actions .menu {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 100;
	padding: 10px;
	background-color: #fff;
}

.actions .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#custom_container {
	display: none;
}

.footer_color {
	background-color: #00659e;
}

#terms {
	display: none;
	overflow: auto;
	padding: 10px;
	width: 600px;
	height: 500px;
	color: #000;
	background: #fff;
}

.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
