/*!
 * Twitch Payout Search
 * 
 * author: sizeof(cat) <sizeofcat AT riseup DOT net> http://sizeof.cat
 * url: http://sizeof.cat/project/twitch-payout-search/
 * copyright: 2021-2025
 * license: GPLv3
 * 
 *           o8o                                  .o88o.   .o                         .   o.   
 *           `"'                                  888 `"  .8'                       .o8   `8.  
 *  .oooo.o oooo    oooooooo  .ooooo.   .ooooo.  o888oo  .8'   .ooooo.   .oooo.   .o888oo  `8. 
 * d88(  "8 `888   d'""7d8P  d88' `88b d88' `88b  888    88   d88' `"Y8 `P  )88b    888     88 
 * `"Y88b.   888     .d8P'   888ooo888 888   888  888    88   888        .oP"888    888     88 
 * o.  )88b  888   .d8P'  .P 888    .o 888   888  888    `8.  888   .o8 d8(  888    888 .  .8' 
 * 8""888P' o888o d8888888P  `Y8bod8P' `Y8bod8P' o888o    `8. `Y8bod8P' `Y888""8o   "888" .8'  
 *                                                         `"                             "'   
 */
.user {
	display: block;
	clear: both;
	border: 2px solid #f0b047;
	padding: 10px;
	margin: 10px 0 0 0;
}

.user .rank {
	float: left;
	font-size: 32px;
	margin-top: 8px;
}

.user .payout {
	float: right;
}

.user .avatar {
	border-radius: 64px;
	float: left;
	width: 64px !important;
	height: 64px;
	display: block !important;
	margin-left: 20px;
}

.user .name {
	margin-top: 18px;
	margin-left: 20px;
	float: left;
}

.user .name a {
	text-decoration: none !important;
}

.user .payout {
	font-size: 20px;
	margin-top: 18px;
}

#searchinput {
	width: calc(100% - 10px);
	font-size: 26px;
}