@charset "utf-8";

.user_desking{width: 100%; display: flex; flex-direction: column; align-items: center;  border-radius: 10px; margin-bottom: 20px; padding:20px; }
.user_desking h4{font-size: 1.1em; color:#000; font-weight: bold; margin-bottom: 6px; text-align: center;}
.user_desking p{font-size: 1em; color:#666; font-weight: normal; text-align: center; }
.user_desking .user_desking_btns{display: flex; flex-direction: row; width: 100%; justify-content: center; margin-top: 20px;}

.user_desking .user_desking_btns span{cursor: pointer;}