

/* Start:/bitrix/components/profistudio/followstock.button/templates/.default/style.css?17576587551626*/
.profistudio-followstock-subscribe-btn-box_detail {
	margin: 10px auto;
	text-align: left;
}
.profistudio-followstock-subscribe-btn-box_list {
	margin: 10px auto;
	text-align: center;
}
.profistudio-followstock-subscribe-btn {
    box-sizing: border-box;
	display: inline-block;
	position: relative;
    width: auto;
	min-width: 110px;
    height: auto;
    padding: 7px 5px;
    margin: 0 auto;
	overflow: hidden;    
	cursor: pointer;
    font-size: 14px;
    line-height: 1.23;
	text-align: center;
	text-decoration: none;
    color: #fff;
    background: #48c;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    border: 1px solid #48c;
    border-radius: 0;
	transition: 0.15s ease-out;
}
.profistudio-followstock-subscribe-btn[data-enabled="N"]{
	display: none !important;
}
.profistudio-followstock-subscribe-btn:hover {
	color: #fff;
	background-color: #37a;
	border-color: #37a;
	text-decoration: none;
}
.profistudio-followstock-subscribe-btn:focus {
	outline: none;
	color: #fff;
	background-color: #37a;
	border-color: #37a;
	text-decoration: none;
}
.profistudio-followstock-subscribe-btn:active,
.profistudio-followstock-subscribe-btn.active {
	color: #fff;
	background-color: #37a;
	border-color: #37a;
	text-decoration: none;
}
.profistudio-followstock-subscribe-btn[data-subscribed="Y"] {
	background-color: #3a7;
	border-color: #3a7;
	cursor: default;
}
.profistudio-followstock-subscribe-btn[data-subscribed="Y"]:hover {
	background-color: #3a7;
	border-color: #3a7;
}
/* End */
/* /bitrix/components/profistudio/followstock.button/templates/.default/style.css?17576587551626 */
