/*
* 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;
}
/**
 * the list of packages on the "Advanced" tab
 */
#cptch_package_list {
    position: relative;
    padding-right: 16px;
    display: inline-block;
    height: 200px;
    min-height: 200px;
    width: 280px;
    min-width: 280px;
    max-width: 500px;
}
#cptch_package_list ul {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#cptch_package_list ul li:hover {
    background-color: #e0f1f8;
}
#cptch_package_list ul li {
    padding: 3px 5px 3px 9px;
    margin: 0;
    display: block;
}
#cptch_package_list ul li span {
    display: table-cell;
    vertical-align: middle;
}
#cptch_package_list ul img {
    width: 40px;
    height: aut