/*
* styles for settings page
*/
.cptch_example_fields_actions {
    min-height: 18px;
	width: 140px;
	position: relative;
}
.cptch_example_fields_actions img {
	position: relative;
	max-width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.cptch_block {
	direction: ltr;
}
input.cptch_settings_input {
    width: 252px;
}
.cptch_how_to_use {
    float: right;
}
.cptch_limit_label {
    display: block;
}
.cptch_whitelist_buttons .alignleft {
    margin-right: 10px;
}
.cptch_pro_block .bws_pro_version_tooltip {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    top: 5px;
}
#cptch_add_my_ip {
    display: inline-block;
    padding: 8px 0 5px;
}
/*
 * RTL styles
 */
.rtl .cptch_how_to_use {
    float: left;
}
.rtl .cptch_block {
    direction: rtl;
}
/*
* frontend styles
*/
.cptch_block label {
    word-wrap: break-word;
}
.cptch_label:hover {
    cursor: pointer;
}
fo