#writer {
	margin:15px 0px 0px 0px;
}
.prof_box{
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:500px;
}
.prof_img{
	width:70px;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.0rem;
}
.proft_topics{
	float:right;
	width:350px;
	position: relative;
    margin:15px 0px 15px 40px;
    padding: 15px;
    background: #c9e1e2;
    border-radius: 30px;
}
.proft_topics:before{
	content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #c9e1e2;
    border-radius: 50%;
}
.proft_topics:after{
   content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #c9e1e2;
    border-radius: 50%;
}
.proft_topics p {
    margin: 0; 
    padding: 0;
}
.prof_table{
	padding:0px 0px 0px 0px;
	margin:20px auto 0px auto;
	font-size:12px;
	width:500px;
}
.prof_table tr{
	margin:0px 0px 1px 0px;
}
.prof_table th{
	border-left:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	padding:3px 0px 3px 5px;
	margin:0px 0px 0px 0px;
	background-color:#f2f2f2;
	border-bottom:2px solid #ffffff;
	color:#538b9f;
	text-align:left;
	vertical-align:middle;
	width:70px;
}
.prof_table td{
	padding:3px 7px 3px 7px;
	margin:0px 2px 0px 0px;
	border-bottom:1px dotted #cbcbcb;
	color:#303030;
	vertical-align:top;
}
.prof_table td.prof_i{
	width:80px;
	padding:5px;
}
.writer_btn{
	width:100%;
	margin:auto;
	text-align: center;
}
a.selbtn{
	display:block;
	border: none;
	background: #b1b1b1;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	width:18.5%;
	display:inline-block;
	box-sizing: border-box;
	padding:25px 25px 20px 70px;
	margin:10px 0px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-image:url('../images/sidei_o.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
}
a:hover.selbtn{
	background: #79b3b6;
	background-image:url('../images/sidei_o.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
	text-decoration:none;
}
a.o_over,a.t_over,a.g_over,a.y_over,a.h_over,a.ma_over{
	background: #79b3b6;
	background-image:url('../images/sidei_o.png');
	background-repeat:no-repeat;
	background-position:12px 11px;
	text-decoration:none;
}
a.t,a:hover.t,a.t_over,a:hover.t_over{
	background-image:url('../images/sidei_t.png');
}
a.g,a:hover.g,a.g_over,a:hover.g_over{
	background-image:url('../images/sidei_guest.png');
}
a.y,a:hover.y,a.y_over,a:hover.y_over{
	background-image:url('../images/sidei_y.png');
}
a.h,a:hover.h,a.h_over,a:hover.h_over{
	background-image:url('../images/sidei_h.png');
}
a.ma,a:hover.ma,a.ma_over,a:hover.ma_over{
	background-image:url('../images/sidei_ma.png');
}
@media screen and (max-width:768px){
	.writer_btn{
		width:100%;
		margin:0px auto 0px auto;
	}
	a.selbtn{
		font-size:1.4rem;
	}
}
@media screen and (max-width:420px){
	.writer_btn{
		width:100%;
		margin:0px auto -30px auto;
	}
	a.selbtn{
		width:90%;
		float:none;
		font-size:1.6rem;
		margin:10px auto 10px auto;
	}
	.prof_box{
		margin:20px auto 0px auto;
		padding:0px 0px 0px 0px;
		width:100%;
	}
	.prof_img{
		margin:40px 0px 0px 10px;
		padding:0px 0px 0px 0px;
	}
	.proft_topics{
		float:right;
		width:250px;
		position: relative;
		margin: 2em 10px 0px 40px;
		padding: 8px 15px;
		background: #c9e1e2;
		border-radius: 30px;
	}
	.prof_table{
		padding:0px 0px 0px 0px;
		margin:0px auto 0px auto;
		font-size:12px;
		width:97%;
	}
}
@media screen and (max-width:380px){
	.proft_topics{
		float:right;
		width:200px;
		position: relative;
		margin: 2em 10px 0px 40px;
		padding: 8px 15px;
		background: #c9e1e2;
		border-radius: 30px;
	}
}
@media screen and (max-width:320px){
	.proft_topics{
		float:right;
		width:150px;
		position: relative;
		margin: 2em 10px 0px 40px;
		padding: 0px 15px;
		background: #c9e1e2;
		border-radius: 30px;
	}
	.prof_table{
		padding:0px 0px 0px 0px;
		margin:10px auto 0px auto;
		font-size:12px;
		width:97%;
	}
}