.sample{position:absolute}.sample .card_container{padding:12px;border-radius:12px;background:#fff;-webkit-box-shadow:0 0 10px 0 #ddd;box-shadow:0 0 10px 0 #ddd}.sample .card_container .nav{width:0;height:0;position:absolute;bottom:-20px;left:calc(50% - 10px);border:10px solid transparent;border-top-color:#fff}.sample .card_container .content{height:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.sample .card_container .content>p{margin:0;white-space:nowrap}.sample .card_container .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap;padding:3px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px}