.mini-widget {
    position: relative;
    font-size: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    padding: 0 25px;
    background: #c63e3e;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
    font-weight: bold;
}

.mini-widget:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	box-sizing: border-box;
	margin: auto
}
