/**
 * talkingglobal.css
 */
html,body {
	background-color: #F7F6F4;
}

.tg-info {
	cursor: pointer;
}

.tg-info img {
	width:2em;
}

.tg-toplogo {
	max-width: 200px;
}

.tg-twitter {
	max-width: 2em;
	cursor: pointer;
}

.tg-talkchara {
	max-width: 200px;
}

.tg-twitter img,
.tg-info img {
	opacity: 0.5;
}
.tg-twitter img:hover,
.tg-info img:hover {
	opacity: 0.8;
}