<style>
.myprofile {
		margin: 20px 0 0 0;
		/*display: table;*/
		/*width:100%;*/
		height: auto;
	}

	.myprofile-bottom {
		padding: 20px 0;
		border-top: 1px solid #F4F4F4;
	}

	.myprofile-top {
		display: inline-flex;
		margin: 0px auto 20px auto;
		*/
	}

	.avatar {
		width: 80px;
		float: left;
	}

	.avatar img {
		width: 100%;
		/*height: 100%;*/
		border: 1px solid #ddd;
		border-radius: 50%;
	}

	.profile-info {
		float: left;
		margin-left: 20px;
	}

	.nickname {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}

	#mywords {
		line-height: 20px;
	}

	.myprofile ul {
		columns: 3;

	}

	.myprofile ul li {
		text-align: center;
		list-style-type: none;
		line-height: 20px;

	}


</style>