/**
 * A LessCSS version of the 960 Grid System
 *
 * http://lesscss.org/
 * http://960.gs/
 */
/*********************************************************************
 * Settings                                                          *
 *********************************************************************/
/* Maximum width of the document
 ********************************/
/* The gutter width
 ********************************/
/* Number of columns
 ********************************/
/*********************************************************************
 * Container                                                         *
 *********************************************************************/
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/*********************************************************************
 * Grid                                                              *
 *********************************************************************/
/*********************************************************************
 * Grid >> Children (Alpha ~ First, Omega ~ Last)                    *
 *********************************************************************/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/*********************************************************************
 * Extra Space >> 2 Columns                                          *
 *********************************************************************/
/*********************************************************************
 * Push & Pull >> 2 Columns                                          *
 *********************************************************************/
/*********************************************************************
 * Clear Floated Elements                                            *
 *********************************************************************/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ajaxbox:empty:before {
  content: "Es werden Daten geladen ...";
}
.interactionbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
.attentionbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
}
.previewbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cccccc;
}
.addbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
.viewbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
}
.editbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
}
.choicebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1a1a1a;
}
.choicebox .c3k-choice {
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
.choicebox .c3k-choice:hover {
  color: #000000;
  background-color: #e6e6e6;
}
.breadcrumbtrail .c3k-breadcrumb {
  color: #ffffff;
  background-color: #c50e1f;
  float: left;
  display: block;
  position: relative;
}
.breadcrumbtrail .c3k-breadcrumb:hover .c3k-breadcrumb-submenu {
  display: block;
}
.breadcrumbtrail .c3k-breadcrumb.c3k-breadcrumb-last a {
  width: auto;
}
.breadcrumbtrail .c3k-breadcrumb.c3k-breadcrumb-last a .c3k-arrow-east {
  right: -15px;
  top: 0;
}
.breadcrumbtrail .c3k-breadcrumb a,
.breadcrumbtrail .c3k-breadcrumb .c3k-step {
  line-height: 30px;
  position: relative;
}
.breadcrumbtrail .c3k-breadcrumb a .c3k-arrow-east,
.breadcrumbtrail .c3k-breadcrumb .c3k-step .c3k-arrow-east {
  z-index: 999;
  right: 10px;
  display: inline;
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  border-left: 15px solid white;
  border-right: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.breadcrumbtrail .c3k-breadcrumb a .c3k-arrow-east .c3k-arrow-inner,
.breadcrumbtrail .c3k-breadcrumb .c3k-step .c3k-arrow-east .c3k-arrow-inner {
  position: absolute;
  top: -14px;
  left: -15px;
  display: inline;
  border-left: 14px solid transparent;
  border-right: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.breadcrumbtrail .c3k-breadcrumb a {
  color: #e6e6e6;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0 5px 0 20px;
}
.breadcrumbtrail .c3k-breadcrumb a .c3k-arrow-east {
  right: 10px;
}
.breadcrumbtrail .c3k-breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-submenu {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  min-width: 100%;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-submenu .c3k-submenu-entry {
  white-space: nowrap;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-left: 20px;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step .c3k-arrow-east {
  right: -15px;
  top: 0px;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new {
  background-color: #999999;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new .c3k-arrow-inner {
  border-left-color: #999999;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done {
  background-color: #666666;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done .c3k-arrow-inner {
  border-left-color: #666666;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current {
  background-color: #333333;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current .c3k-arrow-inner {
  border-left-color: #333333;
}
.breadcrumbtrail .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-last {
  padding-right: 10px;
}
.breadcrumbtrail .c3k-breadcrumb-special {
  float: right;
  padding: 0;
  margin: 0;
}
.breadcrumbtrail .c3k-breadcrumb-special a {
  padding: 0 10px 0 10px;
  display: inline-block;
  width: auto;
}
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #333333;
  background-color: #ffffff;
  font: normal 16px Arial;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
i {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* End of Reset */
noscript {
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
noscript .c3k-hint {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 10px 30px 10px;
  border: 2px solid #94ad0f;
  background-color: #d7e597;
  margin-bottom: 10px;
}
noscript .c3k-hint div {
  margin: 10px 0 10px 0;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
}
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h3 {
  font: normal 25px Arial;
  margin-bottom: 22px;
}
h4 {
  font-size: 18px;
}
h5,
h6 {
  font-weight: bold;
  margin-top: 30px;
}
p {
  margin-bottom: 10px;
  line-height: 138%;
}
strong {
  font-weight: bold;
}
label {
  color: #666666;
  font-size: 12px;
}
a {
  color: #c50e1f;
}
#tiptip_content a {
  color: #ffffff;
}
#c3k-pagenav {
  margin-top: -1px;
  margin-bottom: 10px;
  border-top: 1px solid #c50e1f;
}
#c3k-pagenav .c3k-menu-wrapper {
  color: #ffffff;
  background-color: #c50e1f;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu .c3k-submenu nav {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu {
  width: 620px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-logo,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu {
  float: left;
  position: relative;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-logo {
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 3px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu {
  z-index: 1000;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu a {
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu nav {
  background-color: #ffffff;
  color: #c50e1f;
  max-height: 500px;
  overflow-y: scroll;
  border: 2px solid #c50e1f;
  border-top: none;
  display: none;
  position: absolute;
  top: 100%;
  left: -12px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu nav ul li {
  display: block;
  width: auto;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu nav ul li a {
  color: #333333 !important;
  padding: 3px 5px 3px 10px;
  display: block;
  white-space: nowrap;
  min-width: 230px;
  line-height: 34.5px;
  border-left: 10px solid transparent;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu nav ul li a:hover {
  color: #1a1a1a;
  background-color: #e6e6e6;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu:hover * {
  background-color: #ffffff;
  color: #c50e1f;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-systemmenu .c3k-system-menu .c3k-submenu:hover nav {
  display: inline-block;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu {
  width: 300px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 20px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu {
  float: right;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me {
  color: #ffffff;
  background-color: #94ad0f;
  float: left;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications:hover .c3k-submenu,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me:hover .c3k-submenu {
  display: block;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications:hover .c3k-submenu .c3k-placeholder,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me:hover .c3k-submenu .c3k-placeholder {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications:hover .c3k-submenu a:hover,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me:hover .c3k-submenu a:hover {
  text-decoration: none;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications:hover .c3k-button,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me:hover .c3k-button {
  color: #333333;
  background-color: #ffffff;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-submenu,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu {
  font-size: 12px;
  display: none;
  position: absolute;
  right: -2px;
  color: #333333;
  background-color: #ffffff;
  border-width: 0 2px 2px 2px;
  border-color: #94ad0f;
  border-style: solid;
  min-width: 100%;
  z-index: 999;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-submenu a,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-submenu .c3k-placeholder,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu .c3k-placeholder {
  color: inherit;
  display: block;
  padding: 5px 10px 5px 10px;
  position: relative;
  white-space: nowrap;
  line-height: 20px;
  text-decoration: none;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-submenu a:hover,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a:hover {
  background-color: #e6e6e6;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-submenu a .c3k-sprite,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a .c3k-sprite {
  vertical-align: top;
  margin-right: 5px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-submenu .c3k-placeholder,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu .c3k-placeholder {
  cursor: default;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-button {
  background-color: #94ad0f;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-button .c3k-badge {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-button .c3k-badge:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-button .c3k-badge-zero {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-button .c3k-badge-zero:hover {
  background-color: #bfbfbf;
  background: #bfbfbf;
  background: -moz-linear-gradient(top, #c4c4c4, #bababa);
  background: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#bababa));
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-button .c3k-badge,
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-button .c3k-badge-zero {
  font-size: 12px;
  display: inline;
  padding: 3px 8px 3px 8px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-notifications .c3k-submenu {
  font-size: 16px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me {
  position: relative;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me a {
  color: #ffffff;
  text-decoration: none;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-button {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  cursor: default;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a.c3k-settings .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -20px 0px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a.c3k-cms .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -320px 0px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a.c3k-actions .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -380px 0px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a.c3k-inbox .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -120px 0px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a.c3k-logout .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -260px 0px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a.c3k-participations .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -380px 0px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-menu .c3k-me .c3k-submenu a:hover .c3k-sprite {
  background-position-y: -40px;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-usermenu-anonymous {
  text-align: right;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-usermenu-anonymous a {
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}
#c3k-pagenav .c3k-menu-wrapper #c3k-mainmenu #c3k-usermenu .c3k-usermenu-anonymous a:hover {
  background-color: #ffffff;
  color: #c50e1f;
}
#c3k-pagenav .c3k-register-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#c3k-pagenav .c3k-register-wrapper .c3k-logo {
  width: 540px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
}
#c3k-pagenav .c3k-register-wrapper .c3k-register-form {
  width: 380px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: #ffffff;
  background-color: #94ad0f;
}
#c3k-pagenav .c3k-register-wrapper .c3k-register-form .c3k-registered-users {
  font-weight: bold;
}
#c3k-pagenav .c3k-register-wrapper .c3k-register-form form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  margin-top: 5px;
  background-color: #fff;
}
#c3k-pagenav .c3k-register-wrapper .c3k-register-form form .c3k-input-email {
  border: none;
  background-color: transparent;
  font-size: 16px;
  width: 315px;
  padding-left: 10px;
}
#c3k-pagenav .c3k-register-wrapper .c3k-register-form form .c3k-input-email:focus {
  outline: none;
}
#c3k-pagenav .c3k-register-wrapper .c3k-register-form form .c3k-button-submit {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  width: 36px;
  margin: 3px 3px 3px 0;
}
#c3k-pagenav .c3k-register-wrapper .c3k-register-form form .c3k-button-submit:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
#c3k-pageheader {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#c3k-pageheader .c3k-navigation {
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #808080;
  margin-top: 5px;
  margin-bottom: 5px;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb {
  color: #ffffff;
  background-color: #c50e1f;
  float: left;
  display: block;
  position: relative;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb:hover .c3k-breadcrumb-submenu {
  display: block;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb.c3k-breadcrumb-last a {
  width: auto;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb.c3k-breadcrumb-last a .c3k-arrow-east {
  right: -15px;
  top: 0;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb a,
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-step {
  line-height: 30px;
  position: relative;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east,
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-step .c3k-arrow-east {
  z-index: 999;
  right: 10px;
  display: inline;
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  border-left: 15px solid white;
  border-right: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east .c3k-arrow-inner,
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-step .c3k-arrow-east .c3k-arrow-inner {
  position: absolute;
  top: -14px;
  left: -15px;
  display: inline;
  border-left: 14px solid transparent;
  border-right: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb a {
  color: #e6e6e6;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0 5px 0 20px;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east {
  right: 10px;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb a:hover {
  text-decoration: underline;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-submenu {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  min-width: 100%;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-submenu .c3k-submenu-entry {
  white-space: nowrap;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-left: 20px;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step .c3k-arrow-east {
  right: -15px;
  top: 0px;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new {
  background-color: #999999;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new .c3k-arrow-inner {
  border-left-color: #999999;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done {
  background-color: #666666;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done .c3k-arrow-inner {
  border-left-color: #666666;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current {
  background-color: #333333;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current .c3k-arrow-inner {
  border-left-color: #333333;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-last {
  padding-right: 10px;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb-special {
  float: right;
  padding: 0;
  margin: 0;
}
#c3k-pageheader .c3k-navigation .c3k-breadcrumbs .c3k-breadcrumb-special a {
  padding: 0 10px 0 10px;
  display: inline-block;
  width: auto;
}
#c3k-pageheader .c3k-notifications {
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
  padding: 10px;
}
#c3k-keyvisual {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#c3k-keyvisual.c3k-headline-dark,
#c3k-keyvisual.c3k-headline-custom {
  color: #e6e6e6;
}
#c3k-keyvisual article {
  width: 940px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 920px;
  height: 307px;
  margin-bottom: 10px;
  position: relative;
  background-repeat: no-repeat;
  border: 10px solid #e6e6e6;
}
#c3k-keyvisual article .c3k-5min-info {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 120px;
  height: 120px;
}
#c3k-keyvisual article .c3k-5min-info .c3k-corner {
  border-color: transparent;
  border-width: 120px 120px 0 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
#c3k-keyvisual article .c3k-5min-info a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
#c3k-keyvisual article .c3k-5min-info a .c3k-number {
  font-size: 40px;
  display: inline-block;
}
#c3k-keyvisual article .c3k-5min-info a .c3k-text {
  display: inline-block;
}
#c3k-keyvisual article .c3k-link {
  display: block;
  height: 307px;
  width: 920px;
  position: absolute;
}
#c3k-keyvisual article .c3k-breadcrumbs {
  position: absolute;
  display: inline-block;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb {
  color: #ffffff;
  background-color: #c50e1f;
  float: left;
  display: block;
  position: relative;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb:hover .c3k-breadcrumb-submenu {
  display: block;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb.c3k-breadcrumb-last a {
  width: auto;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb.c3k-breadcrumb-last a .c3k-arrow-east {
  right: -15px;
  top: 0;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb a,
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-step {
  line-height: 30px;
  position: relative;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east,
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-step .c3k-arrow-east {
  z-index: 999;
  right: 10px;
  display: inline;
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  border-left: 15px solid white;
  border-right: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east .c3k-arrow-inner,
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-step .c3k-arrow-east .c3k-arrow-inner {
  position: absolute;
  top: -14px;
  left: -15px;
  display: inline;
  border-left: 14px solid transparent;
  border-right: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb a {
  color: #e6e6e6;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0 5px 0 20px;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east {
  right: 10px;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb a:hover {
  text-decoration: underline;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-submenu {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  min-width: 100%;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-submenu .c3k-submenu-entry {
  white-space: nowrap;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-left: 20px;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step .c3k-arrow-east {
  right: -15px;
  top: 0px;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new {
  background-color: #999999;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new .c3k-arrow-inner {
  border-left-color: #999999;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done {
  background-color: #666666;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done .c3k-arrow-inner {
  border-left-color: #666666;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current {
  background-color: #333333;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current .c3k-arrow-inner {
  border-left-color: #333333;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-last {
  padding-right: 10px;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb-special {
  float: right;
  padding: 0;
  margin: 0;
}
#c3k-keyvisual article .c3k-breadcrumbs .c3k-breadcrumb-special a {
  padding: 0 10px 0 10px;
  display: inline-block;
  width: auto;
}
#c3k-keyvisual article header {
  position: absolute;
  right: 0;
  width: 400px;
  height: 245px;
  padding: 17px 20px 0 0;
}
#c3k-keyvisual article header h3 {
  font-size: 30px;
  margin-bottom: 18px;
}
#c3k-keyvisual article header h3 a {
  text-decoration: none;
}
#c3k-keyvisual article header ul,
#c3k-keyvisual article header ol {
  padding-left: 20px;
}
#c3k-keyvisual article header ol li {
  list-style-type: decimal;
}
#c3k-keyvisual article header ul li {
  list-style-type: disc;
}
#c3k-keyvisual article .c3k-widgets {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  text-align: right;
}
#c3k-keyvisual article .c3k-widgets .c3k-share {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0 3px 3px 3px;
  -webkit-border-radius: 5px 0 0 0 3px 3px 3px;
  -moz-border-radius: 5px 0 0 0 3px 3px 3px;
  -o-border-radius: 5px 0 0 0 3px 3px 3px;
  text-align: left;
  padding-left: 5px;
  line-height: 30px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-bottom: 0;
  white-space: nowrap;
}
#c3k-keyvisual article .c3k-widgets .c3k-actions {
  display: inline-block;
  background-color: #e6e6e6;
  padding: 5px 0 0 5px;
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0 3px 3px 3px;
  -webkit-border-radius: 5px 0 0 0 3px 3px 3px;
  -moz-border-radius: 5px 0 0 0 3px 3px 3px;
  -o-border-radius: 5px 0 0 0 3px 3px 3px;
}
#c3k-keyvisual article .c3k-widgets .c3k-actions a {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  font-size: 18px;
  line-height: 25px;
  padding: 5px 10px 5px 10px;
}
#c3k-keyvisual article .c3k-widgets .c3k-actions a:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-keyvisual article .c3k-counter {
  color: #333333;
  background-color: #e6e6e6;
  white-space: nowrap;
  padding: 5px 10px 0 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0 3px 3px 3px;
  -webkit-border-radius: 0 5px 0 0 3px 3px 3px;
  -moz-border-radius: 0 5px 0 0 3px 3px 3px;
  -o-border-radius: 0 5px 0 0 3px 3px 3px;
}
#c3k-keyvisual article .c3k-counter .c3k-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -180px -40px;
  vertical-align: sub;
  margin-right: 0.62em;
}
#c3k-highlights {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#c3k-highlights article {
  width: 460px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 445px;
  height: 148px;
  margin: 0 0 10px 10px;
  border: 10px solid #e6e6e6;
  position: relative;
  background-repeat: no-repeat;
}
#c3k-highlights article .c3k-link {
  display: block;
  height: 148px;
  width: 100%;
  position: absolute;
}
#c3k-highlights article header {
  width: 210px;
  margin-left: 220px;
  text-align: right;
  padding: 10px 10px 0 0;
}
#c3k-highlights article header h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
#c3k-highlights article header h3 a {
  color: inherit;
}
#c3k-highlights article .c3k-widgets {
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#c3k-highlights article .c3k-widgets .c3k-counter {
  background-color: #e6e6e6;
  white-space: nowrap;
  padding: 3px 10px 0 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0 3px 3px 3px;
  -webkit-border-radius: 0 5px 0 0 3px 3px 3px;
  -moz-border-radius: 0 5px 0 0 3px 3px 3px;
  -o-border-radius: 0 5px 0 0 3px 3px 3px;
}
#c3k-highlights article .c3k-widgets .c3k-counter .c3k-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -180px -40px;
  vertical-align: sub;
  margin-right: 0.62em;
}
#c3k-highlights article .c3k-widgets .c3k-actions {
  float: right;
  background-color: #e6e6e6;
  padding: 5px 0 0 5px;
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0 3px 3px 3px;
  -webkit-border-radius: 5px 0 0 0 3px 3px 3px;
  -moz-border-radius: 5px 0 0 0 3px 3px 3px;
  -o-border-radius: 5px 0 0 0 3px 3px 3px;
}
#c3k-highlights article .c3k-widgets .c3k-actions li {
  float: left;
  white-space: nowrap;
}
#c3k-highlights article .c3k-widgets .c3k-actions a {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  padding-left: 10px;
  padding-right: 10px;
}
#c3k-highlights article .c3k-widgets .c3k-actions a:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-highlights article.c3k-highlight-dark header {
  color: #e6e6e6;
}
.c3k-column {
  width: 700px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-right: 0;
  width: 680px;
  min-height: 900px;
}
.c3k-column article.c3k-article {
  color: #333333;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
.c3k-column article.c3k-article h4 {
  font-size: 12px;
  color: #808080;
  margin-bottom: 12px;
}
.c3k-column article.c3k-article h4 strong {
  margin-right: 0.2em;
}
.c3k-column article.c3k-article .c3k-publish-date {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  width: 52px;
  position: absolute;
  top: 0;
  left: -72px;
  color: #999999;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  padding: 5px;
}
.c3k-column article.c3k-article .c3k-publish-date .c3k-day {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.c3k-column article.c3k-article .c3k-media {
  margin-bottom: 20px;
}
.c3k-column article.c3k-article .c3k-image {
  width: 220px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
}
.c3k-column article.c3k-article .c3k-video .c3k-placeholder {
  cursor: pointer;
  position: relative;
}
.c3k-column article.c3k-article .c3k-video .c3k-placeholder .c3k-play-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.c3k-column article.c3k-article .c3k-video .c3k-placeholder .c3k-play-button-large {
  background-image: url(/s/img/video-play.png);
}
.c3k-column article.c3k-article .c3k-video .c3k-placeholder .c3k-play-button-small {
  background-image: url(/s/img/video-play-small.png);
}
.c3k-column article.c3k-article-default .c3k-content {
  width: 460px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-right: 0;
  width: 440px;
}
.c3k-column article.c3k-article-smallvideo .c3k-video {
  width: 220px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
}
.c3k-column article.c3k-article-smallvideo .c3k-content {
  width: 380px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-right: 0;
}
.c3k-column article.c3k-article-gallery .c3k-image-last {
  margin-right: 0;
}
.c3k-column article.c3k-article .c3k-content ul,
.c3k-column article.c3k-article .c3k-content ol {
  padding-left: 20px;
}
.c3k-column article.c3k-article .c3k-content ol li {
  list-style-type: decimal;
}
.c3k-column article.c3k-article .c3k-content ul li {
  list-style-type: disc;
}
.c3k-column article.c3k-article .c3k-content ul.c3k-linklist,
.c3k-column article.c3k-article .c3k-content ul.c3k-filelist {
  padding-left: 0;
}
.c3k-column article.c3k-article .c3k-content ul.c3k-linklist li,
.c3k-column article.c3k-article .c3k-content ul.c3k-filelist li {
  list-style-type: none;
}
.c3k-column .c3k-accountform-wrapper {
  background-color: #e6e6e6;
  padding: 20px 10px 10px 10px;
}
.c3k-column .c3k-accountform-wrapper form .c3k-button-wrapper {
  text-align: right;
}
.c3k-column .c3k-accountform-wrapper form .c3k-button-wrapper .c3k-submit-button {
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  width: auto;
  font: normal 16px Arial;
  padding: 10px 20px 10px 20px;
  margin: 20px 0 0 0;
}
.c3k-column .c3k-accountform-wrapper form .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
.c3k-column .c3k-unsubscribe img {
  margin-bottom: 10px;
}
.c3k-column .c3k-unsubscribe form .c3k-button-wrapper {
  text-align: right;
}
.c3k-column .c3k-unsubscribe form .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px 20px 10px 20px;
  margin: 20px 0 0 0;
}
.c3k-column .c3k-unsubscribe form .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-column .c3k-unsubscribe form .c3k-button-wrapper .c3k-skip-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px 20px 10px 20px;
  margin: 20px 0 0 0;
}
.c3k-column .c3k-unsubscribe form .c3k-button-wrapper .c3k-skip-button:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
.c3k-column .c3k-unsubscribe .c3k-follow {
  margin-bottom: 10px;
}
.c3k-column #c3k-change-password .c3k-password-strength-results {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.c3k-column #c3k-change-password .c3k-password-strength-results .c3k-password-strength-bar {
  height: 10px;
}
.c3k-column #c3k-change-password .c3k-password-strength-results .c3k-password-strength-bar-grey {
  background-color: #bbb;
}
.c3k-column #c3k-change-password .c3k-password-strength-results .c3k-password-strength-bar-color {
  margin-top: -10px;
  background: red;
  display: none;
}
.c3k-column #c3k-change-password .c3k-password-strength-results .c3k-password-strength-text {
  padding: 3px;
  font-size: 12px;
  color: #666666;
}
.c3k-column .c3k-password-recovery .c3k-button-wrapper {
  text-align: right;
}
.c3k-column .c3k-password-recovery .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-column .c3k-password-recovery .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
.c3k-column .c3k-participated-block,
.c3k-column .c3k-actioninactive-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
  padding: 5px;
}
.c3k-column .c3k-participated-block a.c3k-participate-button,
.c3k-column .c3k-actioninactive-block a.c3k-participate-button {
  font: normal 16px Arial;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  width: 150px;
  float: right;
  font-size: 12px;
  color: #333333;
}
.c3k-column .c3k-participated-block a.c3k-participate-button:hover,
.c3k-column .c3k-actioninactive-block a.c3k-participate-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-column .c3k-recommend-block .c3k-share-large .c3k-button-share {
  width: 470px;
}
.c3k-column .c3k-recommend-block .c3k-button-wrapper {
  text-align: right;
  margin-top: 20px;
}
.c3k-column .c3k-recommend-block .c3k-button-wrapper .c3k-skip-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px;
  float: right;
}
.c3k-column .c3k-recommend-block .c3k-button-wrapper .c3k-skip-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-column .c3k-donate-block h3,
.c3k-column .c3k-sponsor-block h3,
.c3k-column .c3k-meeting-block h3 {
  color: #808080;
  font-weight: normal;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c3k-column .c3k-donate-block .c3k-userinfo .c3k-box,
.c3k-column .c3k-sponsor-block .c3k-userinfo .c3k-box,
.c3k-column .c3k-meeting-block .c3k-userinfo .c3k-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
  padding: 5px;
}
.c3k-column .c3k-donate-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper,
.c3k-column .c3k-sponsor-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper,
.c3k-column .c3k-meeting-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper {
  text-align: right;
}
.c3k-column .c3k-donate-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper .c3k-change-data-button,
.c3k-column .c3k-sponsor-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper .c3k-change-data-button,
.c3k-column .c3k-meeting-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper .c3k-change-data-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-column .c3k-donate-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper .c3k-change-data-button:hover,
.c3k-column .c3k-sponsor-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper .c3k-change-data-button:hover,
.c3k-column .c3k-meeting-block .c3k-userinfo .c3k-box .c3k-change-data-button-wrapper .c3k-change-data-button:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
.c3k-column .c3k-donate-block .c3k-fieldwrapper-paymentinterval,
.c3k-column .c3k-sponsor-block .c3k-fieldwrapper-paymentinterval,
.c3k-column .c3k-meeting-block .c3k-fieldwrapper-paymentinterval {
  margin-top: 10px;
}
.c3k-column .c3k-donate-block .c3k-fieldwrapper-paymentinterval label,
.c3k-column .c3k-sponsor-block .c3k-fieldwrapper-paymentinterval label,
.c3k-column .c3k-meeting-block .c3k-fieldwrapper-paymentinterval label {
  display: none;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding: 5px;
  margin-bottom: 5px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option p,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option p,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option p {
  margin: 0 0 20px 3px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-text,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-text,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-text {
  width: 220px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-owner,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-owner,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-owner {
  width: 450px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban_country,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban_country,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban_country {
  width: 50px;
  float: left;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban_code,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban_code,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban_code {
  width: 395px;
  float: left;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban {
  width: 450px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban .c3k-fieldwrapper-text,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban .c3k-fieldwrapper-text,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban .c3k-fieldwrapper-text {
  margin: 0;
  width: 100%;
  display: block;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban .c3k-help,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban .c3k-help,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-iban .c3k-help {
  font-weight: bold;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-bic,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-bic,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-fieldwrapper-debit-sepa_account-bic {
  width: 450px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option fieldset .c3k-debit-source-form-button-wrapper,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option fieldset .c3k-debit-source-form-button-wrapper,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option fieldset .c3k-debit-source-form-button-wrapper {
  margin: 5px 5px 10px 5px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper {
  text-align: right;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button:hover,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button:hover,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button {
  font-size: 16px;
  text-transform: uppercase;
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button:hover,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button:hover,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button:disabled,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button:disabled,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-skip-button,
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option .c3k-button-wrapper .c3k-submit-button {
  padding: 10px;
  float: right;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option-link,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option-link,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option-link {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
}
.c3k-column .c3k-donate-block .c3k-payment-options .c3k-payment-option-link:hover,
.c3k-column .c3k-sponsor-block .c3k-payment-options .c3k-payment-option-link:hover,
.c3k-column .c3k-meeting-block .c3k-payment-options .c3k-payment-option-link:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-column .c3k-donate-block .c3k-button-wrapper,
.c3k-column .c3k-sponsor-block .c3k-button-wrapper,
.c3k-column .c3k-meeting-block .c3k-button-wrapper {
  text-align: right;
}
.c3k-column .c3k-donate-block .c3k-button-wrapper .c3k-skip-button,
.c3k-column .c3k-sponsor-block .c3k-button-wrapper .c3k-skip-button,
.c3k-column .c3k-meeting-block .c3k-button-wrapper .c3k-skip-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px;
  float: right;
}
.c3k-column .c3k-donate-block .c3k-button-wrapper .c3k-skip-button:hover,
.c3k-column .c3k-sponsor-block .c3k-button-wrapper .c3k-skip-button:hover,
.c3k-column .c3k-meeting-block .c3k-button-wrapper .c3k-skip-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-column .c3k-donate-block .c3k-donate-step-1,
.c3k-column .c3k-sponsor-block .c3k-donate-step-1,
.c3k-column .c3k-meeting-block .c3k-donate-step-1 {
  width: 300px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
}
.c3k-column .c3k-donate-block .c3k-donate-step-1 .c3k-contact-wrapper,
.c3k-column .c3k-sponsor-block .c3k-donate-step-1 .c3k-contact-wrapper,
.c3k-column .c3k-meeting-block .c3k-donate-step-1 .c3k-contact-wrapper {
  position: relative;
}
.c3k-column .c3k-donate-block .c3k-donate-step-1 .c3k-contact-wrapper .c3k-login-button,
.c3k-column .c3k-sponsor-block .c3k-donate-step-1 .c3k-contact-wrapper .c3k-login-button,
.c3k-column .c3k-meeting-block .c3k-donate-step-1 .c3k-contact-wrapper .c3k-login-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-column .c3k-donate-block .c3k-donate-step-1 .c3k-contact-wrapper .c3k-login-button:hover,
.c3k-column .c3k-sponsor-block .c3k-donate-step-1 .c3k-contact-wrapper .c3k-login-button:hover,
.c3k-column .c3k-meeting-block .c3k-donate-step-1 .c3k-contact-wrapper .c3k-login-button:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
.c3k-column .c3k-donate-block .c3k-donate-step-2,
.c3k-column .c3k-sponsor-block .c3k-donate-step-2,
.c3k-column .c3k-meeting-block .c3k-donate-step-2 {
  width: 300px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-right: 0;
}
.c3k-column .c3k-donate-block .c3k-donate-step-3,
.c3k-column .c3k-sponsor-block .c3k-donate-step-3,
.c3k-column .c3k-meeting-block .c3k-donate-step-3 {
  width: 620px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 20px;
}
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location {
  width: 135px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-companyname,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-companyname,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-companyname,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress {
  width: 280px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country {
  width: 63px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-zipcode,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-zipcode,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-zipcode {
  width: 62px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-newsletter,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-newsletter,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-newsletter {
  margin-left: 0;
}
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location {
  margin-right: 0;
}
.c3k-column .c3k-donate-block .c3k-contact-widget .c3k-overlays,
.c3k-column .c3k-sponsor-block .c3k-contact-widget .c3k-overlays,
.c3k-column .c3k-meeting-block .c3k-contact-widget .c3k-overlays {
  width: 280px;
}
.c3k-column .c3k-donate-block .c3k-donation-amount-form .c3k-box,
.c3k-column .c3k-sponsor-block .c3k-donation-amount-form .c3k-box,
.c3k-column .c3k-meeting-block .c3k-donation-amount-form .c3k-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding: 10px;
}
.c3k-column .c3k-donate-block .c3k-donation-amount-form .c3k-box fieldset,
.c3k-column .c3k-sponsor-block .c3k-donation-amount-form .c3k-box fieldset,
.c3k-column .c3k-meeting-block .c3k-donation-amount-form .c3k-box fieldset {
  margin-top: 10px;
}
.c3k-column .c3k-donate-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper,
.c3k-column .c3k-sponsor-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper,
.c3k-column .c3k-meeting-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper {
  display: inline-block;
  white-space: nowrap;
  min-width: 90px;
}
.c3k-column .c3k-donate-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper label,
.c3k-column .c3k-sponsor-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper label,
.c3k-column .c3k-meeting-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper label {
  padding-right: 10px;
  font-size: 16px;
}
.c3k-column .c3k-donate-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper .c3k-custom-amount-field,
.c3k-column .c3k-sponsor-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper .c3k-custom-amount-field,
.c3k-column .c3k-meeting-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper .c3k-custom-amount-field {
  border: 1px solid #cccccc;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
}
.c3k-column .c3k-meeting-block .c3k-donation-amount-form .c3k-box fieldset .c3k-amount-wrapper {
  display: block;
  white-space: normal;
}
.c3k-column .c3k-meeting-block .c3k-meeting-step-3 {
  width: 620px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
}
.c3k-column .c3k-meeting-block .c3k-meeting-step-3 .c3k-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding: 10px;
}
.c3k-column .c3k-meeting-block .c3k-meeting-step-3 .c3k-box fieldset {
  margin-top: 10px;
}
.c3k-column .c3k-meeting-block .c3k-meeting-step-3 .c3k-box .c3k-hint {
  margin-top: 10px;
}
.c3k-column .c3k-meeting-block .c3k-meeting-step-3 .c3k-box label {
  font-size: 16px;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-original {
  display: none;
  border: 10px solid #000000;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview {
  width: 180px;
  height: 150px;
  position: relative;
  margin-bottom: 40px;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-image {
  width: 180px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-image .c3k-image-overlay {
  display: none;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-help {
  text-align: right;
  margin: 0;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-banner-embed {
  width: 410px;
  height: 140px;
  position: absolute;
  top: 0;
  right: -440px;
  border: 2px solid #94ad0f;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-banner-embed textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 16px Arial;
  font-size: 12px;
  border: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  resize: none;
  padding: 10px;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-banner-embed textarea:focus {
  outline: none;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-banner-embed .c3k-arrow-west {
  z-index: 999;
  position: absolute;
  left: -20px;
  top: 10px;
  border: 20px solid transparent;
  border-right: 20px solid #94ad0f;
  border-left: 0;
}
.c3k-column .c3k-banner-block .c3k-banner .c3k-banner-preview .c3k-banner-embed .c3k-arrow-west .c3k-arrow-west-inner {
  position: absolute;
  left: 3px;
  top: -18px;
  border: 18px solid transparent;
  border-right: 18px solid #ffffff;
  border-left: 0;
}
.c3k-column .c3k-text-block h4 {
  margin-top: 40px;
}
.c3k-column .c3k-text-block ul,
.c3k-column .c3k-text-block ol {
  padding-left: 20px;
}
.c3k-column .c3k-text-block ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  line-height: 138%;
}
.c3k-column .c3k-image-block,
.c3k-column .c3k-video-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c3k-column .c3k-image-block figcaption,
.c3k-column .c3k-video-block figcaption {
  color: #999999;
  font-size: 12px;
  text-align: center;
}
.c3k-column .c3k-image-block-left,
.c3k-column .c3k-video-block-left {
  float: left;
  margin: 0 20px 10px 0;
}
.c3k-column .c3k-image-block-right,
.c3k-column .c3k-video-block-right {
  float: right;
  margin: 0 0 10px 20px;
}
.c3k-column .c3k-image-block-default,
.c3k-column .c3k-video-block-default {
  text-align: left;
}
.c3k-column .c3k-image-block-default figcaption,
.c3k-column .c3k-video-block-default figcaption {
  text-align: left;
}
.c3k-column .c3k-video-block .c3k-placeholder {
  cursor: pointer;
  position: relative;
}
.c3k-column .c3k-video-block .c3k-placeholder .c3k-play-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.c3k-column .c3k-video-block .c3k-placeholder .c3k-play-button-large {
  background-image: url(/s/img/video-play.png);
}
.c3k-column .c3k-video-block .c3k-placeholder .c3k-play-button-small {
  background-image: url(/s/img/video-play-small.png);
}
.c3k-column .c3k-presslisting-block .c3k-search-form {
  background-color: #e6e6e6;
  padding: 10px;
  margin-bottom: 40px;
}
.c3k-column .c3k-presslisting-block .c3k-search-form .c3k-submit-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 0 7px 0 7px;
  font-size: font-size-small;
  line-height: 23px;
}
.c3k-column .c3k-presslisting-block .c3k-search-form .c3k-submit-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-column .c3k-presslisting-block .c3k-pressrelease-list {
  margin-bottom: 30px;
}
.c3k-column .c3k-presslisting-block .c3k-pressrelease-list article {
  margin-bottom: 10px;
  background-color: #e6e6e6;
  padding: 5px 10px 5px 10px;
}
.c3k-column .c3k-presslisting-block .c3k-pressrelease-list article a {
  text-decoration: none;
  color: inherit;
}
.c3k-column .c3k-presslisting-block .c3k-pressrelease-list article header {
  color: #999999;
}
.c3k-column .c3k-presslisting-block .c3k-feedlist {
  font-size: 12px;
  background-color: #e6e6e6;
  text-align: right;
}
.c3k-column .c3k-presslisting-block .c3k-feedlist .c3k-feed {
  color: #ffffff;
  background-color: #cccccc;
  text-transform: lowercase;
  display: inline-block;
  border-left: 3px solid #ffffff;
  padding: 2px 20px 2px 20px;
  text-decoration: none;
}
.c3k-column .c3k-presslisting-block .c3k-feedlist .c3k-feed:hover {
  background-color: #b3b3b3;
}
.c3k-column .c3k-linklist,
.c3k-column .c3k-filelist {
  margin-top: 14px;
  margin-bottom: 14px;
}
.c3k-column .c3k-linklist li,
.c3k-column .c3k-filelist li {
  margin-bottom: 4px;
}
.c3k-column .c3k-linklist li .c3k-link,
.c3k-column .c3k-filelist li .c3k-link {
  line-height: 28px;
  padding-left: 30px;
  color: #333333;
  text-decoration: none;
  display: block;
  background-color: #e6e6e6;
}
.c3k-column .c3k-linklist li .c3k-link:hover,
.c3k-column .c3k-filelist li .c3k-link:hover {
  background-color: #d9d9d9;
}
.c3k-column .c3k-linklist li .c3k-link .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link .c3k-sprite {
  display: block;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 -23px;
  float: left;
  background-position: 0 0;
  background-image: url(/s/img/link-sprites.png);
  background-repeat: no-repeat;
}
.c3k-column .c3k-linklist li .c3k-link-publication .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-publication .c3k-sprite {
  background-position: 0 0;
}
.c3k-column .c3k-linklist li .c3k-link-image .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-image .c3k-sprite {
  background-position: 0 -20px;
}
.c3k-column .c3k-linklist li .c3k-link-video .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-video .c3k-sprite {
  background-position: 0 -40px;
}
.c3k-column .c3k-linklist li .c3k-link-info .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-info .c3k-sprite {
  background-position: 0 -60px;
}
.c3k-column .c3k-linklist li .c3k-link-share .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-share .c3k-sprite {
  background-position: 0 -80px;
}
.c3k-column .c3k-linklist li .c3k-link-donate .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-donate .c3k-sprite {
  background-position: 0 -100px;
}
.c3k-column .c3k-linklist li .c3k-link-document .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-document .c3k-sprite {
  background-position: 0 -120px;
}
.c3k-column .c3k-linklist li .c3k-link-audio .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-audio .c3k-sprite {
  background-position: 0 -140px;
}
.c3k-column .c3k-linklist li .c3k-link-newspaper .c3k-sprite,
.c3k-column .c3k-filelist li .c3k-link-newspaper .c3k-sprite {
  background-position: 0 -160px;
}
#c3k-columns {
  padding-top: 10px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html {
  margin: 0 0 20px 0;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html * {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html h1,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html h2,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html h3,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html h4,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html h5,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html p,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html ul,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html ol {
  font-size: 12px;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html b {
  font-weight: bold;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html hr {
  border-top: 1px solid #a0a081;
  margin: 0.5em 0;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html ul,
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html ol {
  padding-left: 20px;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html ol li {
  list-style-type: decimal;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html ul li {
  list-style-type: disc;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html .c3k-mailing-header td {
  vertical-align: top;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-html .c3k-mailing-footer td {
  line-height: 1;
}
#c3k-columns .c3k-mailing-inlined .c3k-mailing-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  width: 600px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
}
#c3k-columns .c3k-contact-widget {
  min-height: 120px;
  position: relative;
}
#c3k-columns .c3k-contact-widget:empty:before {
  content: "Es werden Daten geladen ...";
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 999;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-logout {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu {
  width: 20px;
  height: 20px;
  display: inline-block;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu menu {
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 5px #888888;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  display: none;
  position: absolute;
  top: -5px;
  right: 0;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu menu li {
  display: block;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu menu li:hover {
  background-color: #eeeeee;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu:hover menu {
  display: block;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu .c3k-menu-button {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -400px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -400px -20px;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu .c3k-menu-button:hover {
  border-color: #cccccc;
  background-position: -400px 0px;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu .c3k-menu-button.c3k-active {
  background-position: -400px 0px;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu .c3k-menu-button.c3k-active.c3k-readonly {
  background-position: -400px 0px;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu .c3k-submenu {
  white-space: nowrap;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu .c3k-submenu .c3k-extra-menu-entry a {
  text-decoration: none;
  display: block;
}
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-logout:last-child,
#c3k-columns .c3k-contact-widget header .c3k-menu-wrapper .c3k-flyout-menu:last-child {
  margin-right: 10px;
}
#c3k-columns .c3k-contact-widget .c3k-add-contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding-bottom: 5px !important;
}
#c3k-columns .c3k-contact-widget .c3k-view-contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
}
#c3k-columns .c3k-contact-widget .c3k-edit-contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
  padding-bottom: 5px !important;
}
#c3k-columns .c3k-contact-widget .c3k-choose-contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1a1a1a;
}
#c3k-columns .c3k-contact-widget .c3k-choose-contact .c3k-choice {
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
#c3k-columns .c3k-contact-widget .c3k-choose-contact .c3k-choice:hover {
  color: #000000;
  background-color: #e6e6e6;
}
#c3k-columns .c3k-contact-widget .c3k-sections section header,
#c3k-columns .c3k-contact-widget .c3k-overlays section header {
  display: none;
}
#c3k-columns .c3k-contact-widget .c3k-sections section menu,
#c3k-columns .c3k-contact-widget .c3k-overlays section menu {
  font-size: 12px;
  text-align: right;
}
#c3k-columns .c3k-contact-widget .c3k-sections section menu li a,
#c3k-columns .c3k-contact-widget .c3k-overlays section menu li a {
  text-decoration: none;
  cursor: pointer;
}
#c3k-columns .c3k-contact-widget .c3k-sections section menu li a:hover,
#c3k-columns .c3k-contact-widget .c3k-overlays section menu li a:hover {
  text-decoration: underline;
}
#c3k-columns .c3k-contact-widget .c3k-sections section {
  padding: 30px 10px 10px 10px;
}
#c3k-columns .c3k-contact-widget .c3k-sections section form .c3k-fieldrow-show + .c3k-fieldrow-edit {
  margin-top: 20px;
}
#c3k-columns .c3k-contact-widget .c3k-sections section form .c3k-fieldrow-edit + .c3k-fieldrow-show {
  margin-bottom: 10px;
}
#c3k-columns .c3k-contact-widget .c3k-sections section form .c3k-fieldrow-show-emailaddress {
  margin-top: 20px;
}
#c3k-columns .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-newsletter {
  margin-top: 10px;
}
#c3k-columns .c3k-contact-widget .c3k-overlays {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 10000;
}
#c3k-columns .c3k-contact-widget .c3k-overlays section {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 10px #000000;
  -moz-box-shadow: 0 1px 10px #000000;
  box-shadow: 0 1px 10px #000000;
}
#c3k-columns .c3k-contact-widget .c3k-overlays section header {
  padding: 10px 10px 0 10px;
}
#c3k-columns .c3k-anonymous-user .c3k-contact-widget .c3k-add-contact {
  padding-top: 10px;
}
#c3k-columns .c3k-single-column {
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
#c3k-columns .c3k-single-column #c3k-keyvisual {
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-single-left {
  width: 460px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-single-right {
  width: 460px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-right: 0;
}
#c3k-columns .c3k-single-column .c3k-block {
  margin-bottom: 20px;
}
#c3k-columns .c3k-single-column .c3k-signer-block,
#c3k-columns .c3k-single-column .c3k-mailer-block,
#c3k-columns .c3k-single-column .c3k-regio-block {
  position: relative;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-progressbar-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-progressbar-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-progressbar-wrapper {
  margin-bottom: 20px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-login-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-login-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-login-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-login-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-login-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-login-button:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname {
  width: 215px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname {
  width: 215px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-right: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country {
  width: 75px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-zipcode {
  width: 75px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location {
  width: 270px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-right: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-contact-widget .c3k-overlays,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-contact-widget .c3k-overlays,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-contact-widget .c3k-overlays {
  width: 440px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-info,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-info,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-info,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-info,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-info,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cccccc;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-info .c3k-body,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-info .c3k-body,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-info .c3k-body,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-info .c3k-body,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-info .c3k-body,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-info .c3k-body {
  padding: 10px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-info .c3k-subject,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-info .c3k-subject {
  font-weight: bold;
  margin-bottom: 10px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-participation-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-participation-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-userinfo-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-userinfo-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
  margin-bottom: 10px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-userinfo-wrapper .c3k-change-data-form,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-userinfo-wrapper .c3k-change-data-form {
  padding: 10px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset {
  margin: 5px 0 5px 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-salutation,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-firstname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-firstname {
  width: 215px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-title,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-surname,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-surname {
  width: 215px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-right: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-country,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-country {
  width: 75px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-zipcode,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-zipcode {
  width: 75px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-location,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-location {
  width: 270px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-emailaddress,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-fieldset .c3k-fieldwrapper-emailaddress {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 0;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-submit-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-submit-button {
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: block;
  width: 100%;
  font: normal 16px Arial;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase !important;
  margin-bottom: 20px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-submit-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-submit-button:disabled,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-submit-button:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-userinfo,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-userinfo {
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-userinfo .c3k-change-data-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-userinfo .c3k-change-data-button {
  float: right;
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-userinfo .c3k-change-data-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-userinfo .c3k-change-data-button:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-signer-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-signer-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-signer-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-mailer-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-mailer-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-mailer-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-form .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-regio-customize .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-regio-customize .c3k-userinfo .c3k-help a,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-customize .c3k-userinfo .c3k-help a {
  color: #333333;
  text-decoration: none;
}
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-fieldwrapper-custom_email_body textarea {
  overflow-x: hidden;
}
#c3k-columns .c3k-single-column .c3k-regio-block {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-regio-steps {
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-left,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right {
  width: 459px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-left .c3k-userinfo-wrapper {
  padding: 5px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-left .c3k-regio-step {
  min-height: 200px;
  font-size: 25px;
  padding: 50px 5px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-left .c3k-regio-step p {
  margin-top: 5px;
  font-size: 12px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-left .c3k-regio-step-one {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-left .c3k-regio-step-two {
  border-right: 1px solid #cccccc;
  color: #808080;
  background-color: #cccccc;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right {
  margin: 5px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-regio-send-wrapper {
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 5px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-electorate-container .c3k-change-electorate-button-wrapper {
  text-align: right;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-electorate-container .c3k-change-electorate-button-wrapper .c3k-change-electorate-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  margin: 5px 5px 0 0;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-electorate-container .c3k-change-electorate-button-wrapper .c3k-change-electorate-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-electorate-container p {
  padding: 10px 5px 10px 5px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient {
  background-color: #e6e6e6;
  margin-bottom: 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient .c3k-recipient-template-wrapper {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient .c3k-recipient-template-wrapper.edit-mode {
  border-color: #94ad0f;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient .c3k-recipient-template-wrapper .c3k-recipient-template-form .c3k-restore-template-button-wrapper {
  margin-bottom: 10px;
  text-align: right;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient .c3k-recipient-template-wrapper .c3k-recipient-template-form .c3k-restore-template-button-wrapper .c3k-restore-template-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #94ad0f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #94ad0f;
  background: -moz-linear-gradient(top, #9cb610, #8ca40e);
  background: -webkit-gradient(linear, left top, left bottom, from(#9cb610), to(#8ca40e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient .c3k-recipient-template-wrapper .c3k-recipient-template-form .c3k-restore-template-button-wrapper .c3k-restore-template-button:hover {
  background-color: #80960d;
  background: #80960d;
  background: -moz-linear-gradient(top, #889f0e, #788c0c);
  background: -webkit-gradient(linear, left top, left bottom, from(#889f0e), to(#788c0c));
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient .c3k-recipient-toggle-wrapper {
  text-align: right;
  margin-top: 10px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient-missing {
  margin-top: 20px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient-missing .c3k-button-wrapper {
  margin-top: 20px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient-missing .c3k-button-wrapper .c3k-change-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-recipient-missing .c3k-button-wrapper .c3k-change-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-send-wrapper {
  padding: 5px;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-send-wrapper .c3k-send-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px;
  display: block;
}
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-single-right .c3k-recipient-container .c3k-send-wrapper .c3k-send-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-columns .c3k-single-column .c3k-recommend-block h3 {
  width: 460px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: -25px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-value {
  top: -50px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-value .c3k-arrow {
  left: 72px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-button-wrapper {
  text-align: right;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-button-wrapper .c3k-skip-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-button-wrapper .c3k-skip-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-skip-widget-top .c3k-skip-button {
  margin-bottom: 60px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-share-compact {
  width: 460px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-right: 0;
  width: 470px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-share-compact .c3k-share-button {
  width: 154px;
  margin-right: 4px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-share-compact .c3k-share-button:last-child {
  margin-right: 0;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-share-compact .c3k-share-button .c3k-button {
  width: 100%;
  height: 40px;
}
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-share-compact .c3k-share-button .c3k-button .c3k-label,
#c3k-columns .c3k-single-column .c3k-recommend-block .c3k-share-compact .c3k-share-button .c3k-button .c3k-value {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  left: 0;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-share-compact .c3k-share-button {
  width: 112px;
  margin-right: 4px;
  margin-top: 50px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-share-compact .c3k-share-button:last-child {
  margin-right: 0;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-share-compact .c3k-share-button .c3k-button {
  width: 100%;
  height: 40px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-share-compact .c3k-share-button .c3k-button .c3k-label,
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-share-compact .c3k-share-button .c3k-button .c3k-value {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  left: 0;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-share-compact .c3k-value {
  top: -50px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-share-compact .c3k-value .c3k-arrow {
  left: 50px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-ebi-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cccccc;
  padding: 10px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-subscribe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding: 10px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-subscribe label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-contact-widget {
  min-height: 0;
  margin-bottom: 10px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-button-wrapper .c3k-submit-button {
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: block;
  width: 100%;
  font: normal 16px Arial;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-columns .c3k-single-column .c3k-ebi-block .c3k-button-wrapper .c3k-submit-button:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-option,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-option,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-option,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-option,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-option,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-option {
  display: none;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-choose-button-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-choose-button-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-choose-button-wrapper {
  text-align: right;
  width: 450px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile input,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile input,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile input,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-profile input,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-profile input,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-profile input {
  display: none;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile label,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile label,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile label,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-profile label,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-profile label,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-profile label {
  font-size: 100%;
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background-color: #cccccc;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile label:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile label:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile label:hover,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-profile label:hover,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-profile label:hover,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-profile label:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-profile label.c3k-active {
  color: #1a1a1a;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-profile label.c3k-active,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-profile label.c3k-active {
  color: #333333;
  background-color: #d7e597;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button:hover,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button:hover,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button:hover,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-profile .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 26px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-text-button {
  font-size: 12px;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  float: right;
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-form .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns #c3k-content .c3k-donate-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns #c3k-content .c3k-sponsor-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover,
#c3k-columns #c3k-content .c3k-meeting-block .c3k-debit-source-sepaform .c3k-debit-source-choose-button-wrapper .c3k-debit-source-choose-button.c3k-cancel-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-address-source-profile label,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-address-source-profile label,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-address-source-profile label,
#c3k-columns .c3k-single-column .c3k-signer-block .c3k-debit-source-profile label,
#c3k-columns .c3k-single-column .c3k-mailer-block .c3k-debit-source-profile label,
#c3k-columns .c3k-single-column .c3k-regio-block .c3k-debit-source-profile label {
  width: 440px;
}
#c3k-columns #c3k-content {
  width: 700px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-login-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-login-button:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget {
  margin-bottom: 20px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-overlays {
  right: 10px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section {
  padding-bottom: 20px !important;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form {
  width: 550px;
  margin-left: 55px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form input {
  line-height: 24px;
  padding-top: 5px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper {
  margin-bottom: 10px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-dropdown .c3k-choices {
  bottom: 4px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location {
  width: 270px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-companyname,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress {
  width: 550px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country {
  width: 80px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-zipcode {
  width: 180px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-salutation,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-firstname,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-street,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-extra,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-country,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-emailaddress,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-newsletter {
  margin-left: 0;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-title,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-surname,
#c3k-columns #c3k-content .c3k-decision-block .c3k-contact-widget .c3k-sections section form .c3k-fieldwrapper-location {
  margin-right: 0;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper {
  text-align: right;
  margin-top: 10px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button {
  padding: 10px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-red {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-red:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-red:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-green {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-green:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-grey {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-grey:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-custom {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  background: none;
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-custom:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-custom:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
}
#c3k-columns #c3k-content .c3k-decision-block .c3k-button-wrapper .c3k-submit-button-custom:hover {
  background: inherit;
}
#c3k-columns .c3k-topbar,
#c3k-columns .c3k-bottombar {
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
#c3k-columns .c3k-topbar .c3k-partners,
#c3k-columns .c3k-bottombar .c3k-partners {
  margin-top: 50px;
}
#c3k-columns .c3k-topbar .c3k-partners section,
#c3k-columns .c3k-bottombar .c3k-partners section {
  margin-right: 80px;
}
#c3k-columns .c3k-topbar .c3k-share,
#c3k-columns .c3k-bottombar .c3k-share {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  padding: 10px;
}
#c3k-columns .c3k-bottombar .c3k-partners section,
#c3k-columns .c3k-sidebar .c3k-partners section {
  margin-bottom: 20px;
  display: inline-block;
}
#c3k-columns .c3k-bottombar .c3k-partners section h4,
#c3k-columns .c3k-sidebar .c3k-partners section h4 {
  color: #999999;
}
#c3k-columns .c3k-bottombar .c3k-partners section a,
#c3k-columns .c3k-sidebar .c3k-partners section a {
  display: inline-block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#c3k-columns .c3k-sidebar {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  color: #999999;
  position: relative;
}
#c3k-columns .c3k-sidebar .c3k-widget {
  margin-bottom: 40px;
  font-size: 12px;
}
#c3k-columns .c3k-sidebar .c3k-widget h3 a,
#c3k-columns .c3k-sidebar .c3k-widget h4 a {
  text-decoration: none;
}
#c3k-columns .c3k-sidebar .c3k-widget h3 a:hover,
#c3k-columns .c3k-sidebar .c3k-widget h4 a:hover {
  text-decoration: underline;
}
#c3k-columns .c3k-sidebar .c3k-widget h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
#c3k-columns .c3k-sidebar .c3k-widget h4 {
  font-size: 16px;
  margin-bottom: 12px;
}
#c3k-columns .c3k-sidebar .c3k-widget .c3k-syndication-links {
  display: block;
  list-style: none;
  background-color: #e6e6e6;
  text-align: right;
}
#c3k-columns .c3k-sidebar .c3k-widget .c3k-syndication-links li {
  display: inline-block;
  float: right;
}
#c3k-columns .c3k-sidebar .c3k-widget .c3k-syndication-links li a {
  display: inline-block;
  padding: 3px;
  color: #ffffff;
  background-color: #cccccc;
  border-left: 2px solid #ffffff;
  text-decoration: none;
}
#c3k-columns .c3k-sidebar .c3k-widget .c3k-syndication-links li a:hover {
  background-color: #b3b3b3;
}
#c3k-columns .c3k-sidebar .c3k-widget.c3k-syndication a {
  text-decoration: none;
}
#c3k-columns .c3k-sidebar .c3k-widget.c3k-twitter .c3k-tweets li {
  margin-bottom: 10px;
}
#c3k-columns .c3k-sidebar .c3k-widget.c3k-blog header .c3k-topic {
  font-weight: bold;
}
#c3k-columns .c3k-sidebar .c3k-widget.c3k-blog header .c3k-date {
  color: #999999;
}
#c3k-columns .c3k-sidebar .c3k-skip-widget .c3k-skip-button {
  font: normal 25px Arial;
  color: #808080;
  background-color: #e6e6e6;
  border: 0;
  width: 100%;
  font-size: 18px;
  padding-top: 2em;
  padding-bottom: 2em;
  cursor: pointer;
}
#c3k-columns .c3k-sidebar .c3k-skip-widget .c3k-skip-button:hover {
  background-color: #d9d9d9;
}
#c3k-columns .c3k-sidebar .c3k-unsubscribe-link {
  color: inherit;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
#c3k-columns .c3k-sidebar .c3k-unsubscribe-link:hover {
  text-decoration: underline;
}
#c3k-columns .c3k-sidebar .c3k-widget-border {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 5px;
}
#c3k-columns .c3k-sidebar .c3k-notification {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 5px;
  border: 2px solid #94ad0f;
}
#c3k-columns .c3k-sidebar .c3k-notification-highlight {
  border-color: #c50e1f;
}
#c3k-columns .c3k-sidebar .c3k-form {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 5px;
}
#c3k-columns .c3k-sidebar .c3k-form .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  width: 100%;
  font-size: 16px;
}
#c3k-columns .c3k-sidebar .c3k-form .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns .c3k-sidebar .c3k-form .c3k-fieldwrapper-text {
  margin: 0;
}
#c3k-columns .c3k-sidebar .c3k-usermenu,
#c3k-columns .c3k-sidebar .c3k-usermanager,
#c3k-columns .c3k-sidebar .c3k-tagmanager,
#c3k-columns .c3k-sidebar .c3k-move-id-listing {
  margin-bottom: 20px;
}
#c3k-columns .c3k-sidebar .c3k-usermenu h4,
#c3k-columns .c3k-sidebar .c3k-usermanager h4,
#c3k-columns .c3k-sidebar .c3k-tagmanager h4,
#c3k-columns .c3k-sidebar .c3k-move-id-listing h4 {
  color: #ffffff;
  background-color: #94ad0f;
  padding: 5px;
  margin-bottom: 3px;
  font-weight: normal;
}
#c3k-columns .c3k-sidebar .c3k-usermenu h4.c3k-associated-user,
#c3k-columns .c3k-sidebar .c3k-usermanager h4.c3k-associated-user,
#c3k-columns .c3k-sidebar .c3k-tagmanager h4.c3k-associated-user,
#c3k-columns .c3k-sidebar .c3k-move-id-listing h4.c3k-associated-user {
  background-color: #c50e1f;
}
#c3k-columns .c3k-sidebar .c3k-usermenu a,
#c3k-columns .c3k-sidebar .c3k-usermanager a,
#c3k-columns .c3k-sidebar .c3k-tagmanager a,
#c3k-columns .c3k-sidebar .c3k-move-id-listing a {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  background-color: #e6e6e6;
  display: block;
  width: 210px;
  padding: 3px 5px 3px;
  text-decoration: none;
}
#c3k-columns .c3k-sidebar .c3k-usermenu a:hover,
#c3k-columns .c3k-sidebar .c3k-usermanager a:hover,
#c3k-columns .c3k-sidebar .c3k-tagmanager a:hover,
#c3k-columns .c3k-sidebar .c3k-move-id-listing a:hover {
  color: #4d4d4d;
  background-color: #cccccc;
  text-decoration: underline;
}
#c3k-columns .c3k-sidebar .c3k-usermanager .c3k-search {
  background-color: #e6e6e6;
  padding: 3px;
}
#c3k-columns .c3k-sidebar .c3k-usermanager .c3k-search form {
  border: none;
  padding: 0;
}
#c3k-columns .c3k-sidebar .c3k-usermanager .c3k-search .c3k-button-wrapper {
  text-align: right;
}
#c3k-columns .c3k-sidebar .c3k-usermanager .c3k-search .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  width: auto;
}
#c3k-columns .c3k-sidebar .c3k-usermanager .c3k-search .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-columns .c3k-sidebar .c3k-tagmanager ul li {
  padding: 5px;
  font-size: 12px;
  color: #666666;
  background-color: #e6e6e6;
  height: 20px;
  cursor: pointer;
}
#c3k-columns .c3k-sidebar .c3k-tagmanager ul li .c3k-action {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -440px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -440px -20px;
}
#c3k-columns .c3k-sidebar .c3k-tagmanager ul li .c3k-action:hover {
  border-color: #cccccc;
  background-position: -440px -20px;
}
#c3k-columns .c3k-sidebar .c3k-tagmanager ul li .c3k-action.c3k-active {
  background-position: -440px -60px;
}
#c3k-columns .c3k-sidebar .c3k-tagmanager ul li .c3k-action.c3k-active.c3k-readonly {
  background-position: -440px -60px;
}
#c3k-columns .c3k-sidebar .c3k-tagmanager ul li .c3k-value {
  display: inline-block;
  vertical-align: text-bottom;
  height: 20px;
  line-height: 20px;
}
#c3k-columns .c3k-sidebar .c3k-move-id-listing ul li {
  background-color: #e6e6e6;
  padding: 5px;
  font-size: 12px;
  color: #666666;
}
#c3k-columns .c3k-sidebar .c3k-topicmenu h3 {
  color: #999999;
  padding: 5px;
  margin: 0 0 3px 0;
  font-size: 16px;
}
#c3k-columns .c3k-sidebar .c3k-topicmenu .c3k-menuentry {
  display: block;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 2px;
}
#c3k-columns .c3k-sidebar .c3k-topicmenu .c3k-menuentry:hover {
  text-decoration: underline;
}
#c3k-columns .c3k-sidebar .c3k-topicmenu .c3k-submenu .c3k-menuentry {
  padding-left: 20px;
}
#c3k-columns .c3k-sidebar .c3k-contact {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 5px;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-image {
  float: left;
  margin-right: 5px;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-image img {
  width: 75px;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-data {
  float: left;
  margin-left: 5px;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-data a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-data a:hover {
  text-decoration: underline;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-data .c3k-sprite {
  margin-right: 5px;
  vertical-align: middle;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-data .c3k-contact-fon {
  margin-top: 5px;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-data .c3k-contact-fon .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -600px 0px;
}
#c3k-columns .c3k-sidebar .c3k-contact .c3k-person .c3k-data .c3k-contact-email .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -100px 0px;
}
#c3k-columns .c3k-sidebar .c3k-participated-block .c3k-topic-image {
  width: 220px;
}
#c3k-columns .c3k-sidebar .c3k-participated-block .c3k-topic-link {
  font-weight: bold;
  text-decoration: none;
}
#c3k-columns .c3k-sidebar .c3k-actioninactive-block {
  margin-bottom: 20px;
}
#c3k-columns .c3k-sidebar .c3k-actioninactive-block .c3k-topic-link {
  font-weight: bold;
  text-decoration: none;
}
#c3k-columns .c3k-sidebar .c3k-share-medium .c3k-share-button {
  margin-bottom: 5px;
}
#c3k-page-extras {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#c3k-page-extras .c3k-buttons {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  left: 720px;
  position: relative;
}
#c3k-page-extras .c3k-buttons .c3k-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  color: #808080;
  width: 215px;
  display: block;
  position: absolute;
  top: -30px;
}
#c3k-page-extras .c3k-buttons .c3k-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
#c3k-footer {
  color: #ffffff;
  background-color: #c50e1f;
  margin-top: 20px;
}
#c3k-footer nav {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
#c3k-footer nav .c3k-menu {
  width: 700px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-right: 20px;
}
#c3k-footer nav .c3k-legal {
  width: 220px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-right: 20px;
}
#c3k-footer nav .c3k-gaoptout-wrapper {
  position: relative;
}
#c3k-footer nav .c3k-gaoptout-wrapper .c3k-gaoptout {
  display: inline-block;
  width: 220px;
  position: relative;
  left: 720px;
  top: 0;
}
#c3k-footer nav a {
  color: inherit;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}
#c3k-footer nav a:hover {
  color: #c50e1f;
  background-color: #ffffff;
}
.c3k-disclaimers {
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.c3k-field-wrapper.errors label {
  color: #c50e1f;
}
div.errors label {
  color: #c50e1f;
}
ul.errors {
  font-size: 12px;
  padding: 5px;
  margin: 3px 0 3px 0;
  color: #660710;
  background-color: #fcd6d9;
}
.c3k-fieldwrapper {
  margin-bottom: 5px;
}
.c3k-fieldwrapper input,
.c3k-fieldwrapper select {
  font: normal 16px Arial;
  width: 100%;
}
.c3k-fieldwrapper textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid #cccccc;
  padding: 3px;
  font: normal 16px Arial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c3k-fieldwrapper .c3k-suggestion {
  color: #096aae;
  background-color: #cbd8e0;
  font-size: 12px;
  text-align: right;
  cursor: pointer;
  display: block;
  margin: 3px 0 0 0;
  padding: 5px;
}
.c3k-fieldwrapper .c3k-suggestion:hover {
  text-decoration: underline;
}
.c3k-fieldwrapper-text input,
.c3k-fieldwrapper-dropdown input,
.c3k-fieldwrapper-password input,
.c3k-fieldwrapper-email input,
.c3k-fieldwrapper-text textarea,
.c3k-fieldwrapper-dropdown textarea,
.c3k-fieldwrapper-password textarea,
.c3k-fieldwrapper-email textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c3k-fieldwrapper.c3k-fieldwrapper-hidden {
  margin: 0;
}
.c3k-fieldwrapper-dropdown .c3k-field {
  position: relative;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices .c3k-button {
  color: #999999;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  top: -25px;
  right: 0;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1a1a1a;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 20px;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices ul .c3k-choice {
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices ul .c3k-choice:hover {
  color: #000000;
  background-color: #e6e6e6;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices ul li {
  width: 100%;
  padding: 3px 10px 3px 10px;
  cursor: pointer;
  white-space: nowrap;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices ul li:hover {
  background-color: #e6e6e6;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices:hover .c3k-button {
  display: none;
}
.c3k-fieldwrapper-dropdown .c3k-field .c3k-choices:hover ul {
  display: block;
}
.c3k-fieldwrapper-checkbox input {
  width: auto;
}
.c3k-progressbar-wrapper {
  background-color: #e6e6e6;
  padding: 10px;
}
.c3k-progressbar-wrapper .c3k-progressbar {
  background-color: #e6e6e6;
  position: relative;
}
.c3k-progressbar-wrapper .c3k-progressbar .c3k-value {
  color: #ffffff;
  padding: 5px;
  display: block;
}
.c3k-progressbar-wrapper .c3k-progressbar .c3k-count {
  background-color: #94ad0f;
  overflow: visible;
  text-align: right;
  position: absolute;
  top: 0px;
}
.c3k-progressbar-wrapper .c3k-progressbar .c3k-goal {
  text-align: right;
  width: 100%;
  background-color: #808080;
}
.c3k-progressbar-wrapper .c3k-description {
  font-size: 12px;
  margin-top: 5px;
}
.c3k-progressbar-wrapper .c3k-description-right {
  text-align: right;
}
#c3k-login-widget-container .c3k-login-widget {
  width: 600px;
  height: 370px;
  overflow: hidden;
}
#simplemodal-container a.modalCloseImg {
  background: url(/s/img/icon-bullet-close.png) no-repeat;
  width: 25px;
  height: 25px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
.simplemodal-overlay {
  background-color: #000;
}
.simplemodal-data {
  background-color: #ddd;
  border-radius: 3px;
  border: 6px solid #ddd;
}
.simplemodal-data .c3k-column {
  width: 640px;
  display: block;
  float: none;
  padding: 20px;
  background-color: #ffffff;
}
.c3k-verification {
  background-color: #fff;
  border-color: #fff;
}
.c3k-verification .c3k-description {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #94ad0f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  background-color: #e6e6e6;
}
.c3k-verification .c3k-description .c3k-message,
.c3k-verification .c3k-description .c3k-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c3k-verification .c3k-description .c3k-message {
  width: 700px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.c3k-verification .c3k-description .c3k-buttons {
  width: 220px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.c3k-verification .c3k-description .c3k-buttons .c3k-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: block;
  margin-bottom: 5px;
}
.c3k-verification .c3k-description .c3k-buttons .c3k-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-verification .c3k-form {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e6e6e6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-verification .c3k-form .c3k-info {
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c3k-verification .c3k-form .c3k-message {
  width: 380px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
.c3k-verification .c3k-form form {
  width: 540px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.c3k-verification .c3k-form form .c3k-fieldwrapper-code {
  width: 400px;
  margin-bottom: 0;
}
.c3k-verification .c3k-form form .c3k-fieldwrapper-code label {
  display: block;
}
.c3k-verification .c3k-form form .c3k-button-wrapper {
  width: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c3k-verification .c3k-form form .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: block;
  width: 100%;
}
.c3k-verification .c3k-form form .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-verification-page .c3k-description {
  margin: 10px 0px;
}
.c3k-verification-page .c3k-button-wrapper {
  text-align: right;
}
.c3k-verification-page .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-verification-page .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
.c3k-verification-page.c3k-unauthorized .c3k-description {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
}
.c3k-verification-page.c3k-unauthorized .c3k-login-wrapper {
  text-align: center;
}
.c3k-verification-page.c3k-unauthorized .c3k-login-wrapper .c3k-button.c3k-login {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  font-size: 18px;
  padding: 10px;
}
.c3k-verification-page.c3k-unauthorized .c3k-login-wrapper .c3k-button.c3k-login:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
.c3k-recommend-dialog {
  width: 920px;
  background-color: #e6e6e6;
  padding: 10px;
}
.c3k-recommend-dialog .c3k-description {
  font-size: 16px;
}
.c3k-recommend-dialog .c3k-label,
.c3k-recommend-dialog .c3k-hint {
  margin-bottom: 2px;
  color: #666666;
}
.c3k-recommend-dialog .c3k-hint {
  margin-top: 0;
  margin-bottom: 20px;
}
.c3k-recommend-dialog .c3k-fieldwrapper .c3k-label,
.c3k-recommend-dialog .c3k-fieldwrapper .c3k-label-error {
  display: block;
  padding: 2px 0;
  margin: 0;
}
.c3k-recommend-dialog .c3k-fieldwrapper .c3k-label-error {
  display: none;
  font-size: 12px;
  color: #660710;
  background-color: #fcd6d9;
}
.c3k-recommend-dialog .c3k-fieldwrapper-error input,
.c3k-recommend-dialog .c3k-fieldwrapper-error textarea {
  color: #c50e1f !important;
  border-color: #c50e1f !important;
}
.c3k-recommend-dialog .c3k-fieldwrapper-error .c3k-label {
  padding: 2px;
  display: none;
}
.c3k-recommend-dialog .c3k-fieldwrapper-error .c3k-label-error {
  display: block;
}
.c3k-recommend-dialog .c3k-fieldwrapper-error .c3k-label-error.c3k-overflow-error {
  display: none;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-counter {
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  bottom: 0;
  left: 0;
  background-color: #cccccc;
  padding: 5px 10px 5px 5px;
  position: absolute;
  font-weight: bold;
  line-height: 20px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-counter .c3k-sprite {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -100px 0px;
  margin-left: 5px;
  margin-right: 5px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  width: 450px;
  margin-right: 10px;
  float: left;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-description {
  margin-bottom: 10px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-fieldwrapper-text {
  width: 100%;
  display: inline-block;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-fieldwrapper-text input {
  height: 30px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients {
  background-color: #cccccc;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 5px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-panel-wrapper {
  position: relative;
  height: 69px;
  overflow: hidden;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-panel-wrapper .items {
  width: 20000em;
  position: absolute;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-panel-wrapper .items .c3k-recipients-panel {
  float: left;
  width: 440px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-panel-wrapper .items .c3k-recipients-panel:empty::before {
  color: #666666;
  content: 'Es wurden oben noch keine E-Mail-Adressen eingetragen';
  font-size: 12px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-panel-wrapper .items .c3k-recipients-panel.c3k-error:empty::before {
  color: #c50e1f;
  content: 'Bitte geben Sie mindestens einen Empfänger an.';
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-nav {
  height: 20px;
  text-align: center;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-nav .navi {
  display: inline-block;
  margin: 0;
  width: auto;
  height: 20px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-nav .navi a {
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url(/s/img/scrollable-navigator.png) 0 0 no-repeat;
  display: block;
  font-size: 1px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-nav .navi a.active {
  background-position: 0 -16px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-nav .navi a:hover {
  background-position: 0 -8px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipients-nav-hidden {
  visibility: hidden;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipient {
  display: block;
  float: left;
  border: 1px solid #cccccc;
  padding: 3px;
  margin: 0 3px 3px 0;
  font-size: 12px;
  line-height: 12px;
  background-color: #e6e6e6;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipient .c3k-delete-button {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  text-align: center;
  margin-left: 2px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipient .c3k-delete-button:before {
  content: '×';
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients .c3k-recipient .c3k-delete-button:hover {
  background-color: #e6e6e6;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipients-sent .c3k-recipients-panel-wrapper .items .c3k-recipients-panel:empty::before {
  content: 'Versand abgeschlossen';
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipient-add-wrapper {
  position: relative;
  margin-bottom: 5px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipient-add-wrapper .c3k-fieldwrapper-text {
  width: 340px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-recipient-add-wrapper .c3k-add-button {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-sender {
  margin-bottom: 5px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-sender .c3k-fieldwrapper-text {
  display: block;
  float: left;
  width: 220px;
  margin-right: 10px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-sender .c3k-fieldwrapper-fromemailaddress {
  margin-right: 0;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-add-button {
  float: right;
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100px;
  height: 28px;
  line-height: 28px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-add-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-left-panel .c3k-recipient-list .c3k-delete-button .c3k-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -80px 0px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-right-panel {
  width: 460px;
  float: left;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-right-panel .c3k-mail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cccccc;
  padding: 10px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-right-panel .c3k-mail .c3k-subject,
.c3k-recommend-dialog .c3k-share-mailer .c3k-right-panel .c3k-mail .c3k-body {
  margin-bottom: 10px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-right-panel .c3k-mail textarea {
  border-color: #cccccc;
  width: 100%;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper {
  margin: 10px 0 0 0;
  text-align: right;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px;
  text-transform: uppercase;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button:before {
  content: 'Abschicken';
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button-sending:before {
  content: 'Versende ...';
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button-sent {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px;
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button-sent:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button-sent:before {
  content: 'Versendet';
}
.c3k-recommend-dialog .c3k-share-mailer .c3k-button-wrapper .c3k-submit-button-continue:before {
  content: 'Weiter';
}
.c3k-prefill-confirm-dialog {
  width: 600px;
  background-color: #ffffff;
  padding: 10px;
}
.c3k-prefill-confirm-dialog .c3k-button-wrapper {
  text-align: right;
}
.c3k-prefill-confirm-dialog .c3k-button-wrapper .c3k-fieldwrapper-checkbox {
  display: inline-block;
}
.c3k-prefill-confirm-dialog .c3k-button-wrapper .c3k-yes-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #6c7e0b;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #6c7e0b;
  background: -moz-linear-gradient(top, #74870c, #64750a);
  background: -webkit-gradient(linear, left top, left bottom, from(#74870c), to(#64750a));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-prefill-confirm-dialog .c3k-button-wrapper .c3k-yes-button:hover {
  background-color: #586709;
  background: #586709;
  background: -moz-linear-gradient(top, #60700a, #505d08);
  background: -webkit-gradient(linear, left top, left bottom, from(#60700a), to(#505d08));
}
.c3k-prefill-confirm-dialog .c3k-button-wrapper .c3k-no-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-prefill-confirm-dialog .c3k-button-wrapper .c3k-no-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
.c3k-prefill-confirm-dialog .c3k-button-wrapper .c3k-no-button:disabled {
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
}
.c3k-change-electorate-popup {
  background-color: #ffffff;
  padding: 10px;
}
.c3k-change-electorate-popup .c3k-row {
  background-color: #e6e6e6;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
.c3k-change-electorate-popup .c3k-row .c3k-change-address-button,
.c3k-change-electorate-popup .c3k-row .c3k-choose-electorate-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #94ad0f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #94ad0f;
  background: -moz-linear-gradient(top, #9cb610, #8ca40e);
  background: -webkit-gradient(linear, left top, left bottom, from(#9cb610), to(#8ca40e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: block;
  margin-top: 5px;
}
.c3k-change-electorate-popup .c3k-row .c3k-change-address-button:hover,
.c3k-change-electorate-popup .c3k-row .c3k-choose-electorate-button:hover {
  background-color: #80960d;
  background: #80960d;
  background: -moz-linear-gradient(top, #889f0e, #788c0c);
  background: -webkit-gradient(linear, left top, left bottom, from(#889f0e), to(#788c0c));
}
.c3k-change-electorate-popup .c3k-row .c3k-submit-button {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  display: block;
  margin-top: 10px;
  width: 100%;
}
.c3k-change-electorate-popup .c3k-row .c3k-submit-button:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-change-electorate-popup .c3k-row select {
  width: 100%;
}
#c3k-releaseinfo {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px 3px 3px 3px;
  -webkit-border-radius: 10px 3px 3px 3px;
  -moz-border-radius: 10px 3px 3px 3px;
  -o-border-radius: 10px 3px 3px 3px;
  width: 600px;
  text-align: center;
  margin-top: 20px;
  background-color: #ffff00;
  padding: 5px;
}
#c3k-register-newsletter .c3k-unsubscribe-info {
  font-size: 12px;
}
.c3k-help,
.c3k-disclaimers {
  color: #808080;
  margin-top: 20px;
  font-size: 12px;
}
.c3k-breadcrumbs-wrapper {
  background-color: #e6e6e6;
  margin-bottom: 5px;
  width: 940px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb {
  color: #ffffff;
  background-color: #c50e1f;
  float: left;
  display: block;
  position: relative;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb:hover .c3k-breadcrumb-submenu {
  display: block;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb.c3k-breadcrumb-last a {
  width: auto;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb.c3k-breadcrumb-last a .c3k-arrow-east {
  right: -15px;
  top: 0;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb a,
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-step {
  line-height: 30px;
  position: relative;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east,
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-step .c3k-arrow-east {
  z-index: 999;
  right: 10px;
  display: inline;
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  border-left: 15px solid white;
  border-right: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east .c3k-arrow-inner,
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-step .c3k-arrow-east .c3k-arrow-inner {
  position: absolute;
  top: -14px;
  left: -15px;
  display: inline;
  border-left: 14px solid transparent;
  border-right: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb a {
  color: #e6e6e6;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0 5px 0 20px;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb a .c3k-arrow-east {
  right: 10px;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb a:hover {
  text-decoration: underline;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-submenu {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  min-width: 100%;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-submenu .c3k-submenu-entry {
  white-space: nowrap;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-left: 20px;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step .c3k-arrow-east {
  right: -15px;
  top: 0px;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new {
  background-color: #999999;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-new .c3k-arrow-inner {
  border-left-color: #999999;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done {
  background-color: #666666;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-done .c3k-arrow-inner {
  border-left-color: #666666;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current {
  background-color: #333333;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-state-current .c3k-arrow-inner {
  border-left-color: #333333;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb .c3k-breadcrumb-steps .c3k-step-last {
  padding-right: 10px;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb-special {
  float: right;
  padding: 0;
  margin: 0;
}
.c3k-breadcrumbs-wrapper .c3k-breadcrumbs .c3k-breadcrumb-special a {
  padding: 0 10px 0 10px;
  display: inline-block;
  width: auto;
}
.c3k-pagination {
  font-size: 12px;
  margin-bottom: 15px;
}
.c3k-pagination a {
  font: normal 16px Arial;
  color: #333333;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  background: #cccccc;
  background: -moz-linear-gradient(top, #d1d1d1, #c7c7c7);
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#c7c7c7));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 0.38em 0.62em 0.38em 0.62em;
}
.c3k-pagination a:hover {
  background-color: #d9d9d9;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #dedede, #d4d4d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#d4d4d4));
}
.c3k-pagination a.c3k-current {
  font-weight: bold;
}
#c3k-columns #c3k-account-proxy-warning {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  color: #660710;
  background-color: #fcd6d9;
  padding: 10px;
  margin: 0px -12px 10px -12px;
}
#c3k-columns #c3k-account.c3k-account-proxy {
  border: 2px solid #c50e1f;
  margin: 0px -12px 0px -12px;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-account #c3k-user-application .c3k-tabs {
  border-bottom: 1px solid #b3b3b3;
}
#c3k-columns #c3k-account #c3k-user-application .c3k-tabs .c3k-tab-list .c3k-tab {
  float: left;
  border: 1px solid #cccccc;
  background-color: #cccccc;
  margin-right: 3px;
}
#c3k-columns #c3k-account #c3k-user-application .c3k-tabs .c3k-tab-list .c3k-tab-current {
  background-color: white;
  border-color: #b3b3b3;
  border-bottom-color: transparent;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
#c3k-columns #c3k-account #c3k-user-application .c3k-tabs .c3k-tab-list .c3k-tab a {
  color: #666666;
  display: block;
  padding: 3px 5px;
  text-decoration: none;
}
#c3k-columns #c3k-account #c3k-user-application .c3k-tabs .c3k-tab-list .c3k-tab a:hover {
  text-decoration: underline;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-help,
#c3k-columns #c3k-account #c3k-user-application .c3k-tab-content-section .c3k-help {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d7e597;
  font-size: 12px;
  padding: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-help {
  margin-top: 20px;
}
#c3k-columns #c3k-account #c3k-user-application .c3k-tab-content-section .c3k-help {
  margin: 0;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section {
  margin-top: 40px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section h4 {
  font-size: 18px;
  border-bottom: 1px solid #b3b3b3;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section h4 .c3k-property-toggle {
  font-size: 12px;
  float: right;
  text-decoration: none;
  color: #999999;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section h4.c3k-user-property-toggle {
  cursor: pointer;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-description {
  margin-top: 3px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-description .c3k-subtitle {
  font-size: 12px;
  float: left;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-description .c3k-displayname {
  font-size: 12px;
  float: right;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container {
  margin-top: 10px;
  position: relative;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-avatar-container .c3k-upload-button,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-avatar-container .c3k-upload-button {
  float: left;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error {
  font-size: 12px;
  background-color: #fcd6d9;
  padding: 5px;
  display: block;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-action,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-action {
  background-position-y: -40px !important;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-action:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-action:hover {
  background-position-y: 0px !important;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-value,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-value,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-value,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-value {
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-readonly {
  cursor: default;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error {
  text-align: center;
  line-height: 20px;
  padding: 0;
  position: absolute;
  width: 50%;
  left: 25%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-badges,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-badges,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-badges,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-badges {
  margin-left: 10px;
  display: inline-block;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-badges .c3k-badge,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-badges .c3k-badge,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-badges .c3k-badge,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-badges .c3k-badge {
  font-size: 12px;
  color: #e6e6e6;
  background-color: #808080;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-badges .c3k-badge-alert,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-badges .c3k-badge-alert,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-badges .c3k-badge-alert,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-badges .c3k-badge-alert {
  background-color: #c50e1f;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-badges .c3k-badge-unverified,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-badges .c3k-badge-unverified,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-badges .c3k-badge-unverified,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-badges .c3k-badge-unverified {
  cursor: pointer;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-badges .c3k-badge-unverified:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-badges .c3k-badge-unverified:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-badges .c3k-badge-unverified:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-badges .c3k-badge-unverified:hover {
  color: #ffffff;
  text-decoration: underline;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-badges .c3k-badge-bounced,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-badges .c3k-badge-bounced,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-badges .c3k-badge-bounced,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-badges .c3k-badge-bounced {
  cursor: help;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-badges .c3k-badge-feedback,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-badges .c3k-badge-feedback,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-badges .c3k-badge-feedback,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-badges .c3k-badge-feedback {
  color: #ffffff;
  background-color: #94ad0f;
  cursor: pointer;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu {
  display: inline-block;
  float: right;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-edit,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-edit,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-edit,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-edit,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-edit,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-edit,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-edit,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-edit {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -400px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -400px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-edit:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-edit:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-edit:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-edit:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-edit:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-edit:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-edit:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-edit:hover {
  border-color: #cccccc;
  background-position: -400px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-edit.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-edit.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-edit.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-edit.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-edit.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-edit.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-edit.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-edit.c3k-active {
  background-position: -400px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-edit.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-edit.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-edit.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-edit.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-edit.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-edit.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-edit.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-edit.c3k-active.c3k-readonly {
  background-position: -400px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-take,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-take,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-take,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-take,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-take,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-take,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-take,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-take {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -420px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -420px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-take:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-take:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-take:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-take:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-take:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-take:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-take:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-take:hover {
  border-color: #cccccc;
  background-position: -420px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-take.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-take.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-take.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-take.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-take.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-take.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-take.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-take.c3k-active {
  background-position: -420px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-take.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-take.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-take.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-take.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-take.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-take.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-take.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-take.c3k-active.c3k-readonly {
  background-position: -420px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-delete,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-delete,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-delete,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-delete,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-delete,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-delete,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-delete,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-delete {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -80px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -80px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-delete:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-delete:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-delete:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-delete:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-delete:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-delete:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-delete:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-delete:hover {
  border-color: #cccccc;
  background-position: -80px -80px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-delete.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-delete.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-delete.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-delete.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-delete.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-delete.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-delete.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-delete.c3k-active {
  background-position: -80px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-delete.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-delete.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-delete.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-delete.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-delete.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-delete.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-delete.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-delete.c3k-active.c3k-readonly {
  background-position: -80px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-delete.c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-delete.c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-delete.c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-delete.c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-delete.c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-delete.c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-delete.c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-delete.c3k-readonly:hover {
  background-position: -80px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-retry,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-retry,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-retry,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-retry,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-retry,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-retry,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-retry,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-retry {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -60px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -60px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-retry:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-retry:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-retry:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-retry:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-retry:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-retry:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-retry:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-retry:hover {
  border-color: #cccccc;
  background-position: -60px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-retry.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-retry.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-retry.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-retry.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-retry.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-retry.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-retry.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-retry.c3k-active {
  background-position: -60px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-action-retry.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-action-retry.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-action-retry.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-action-retry.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-action-retry.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-action-retry.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-action-retry.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-action-retry.c3k-active.c3k-readonly {
  background-position: -60px 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-primary,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-primary,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-primary,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-primary,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-primary,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-primary,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-primary,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-primary {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -40px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -40px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-primary:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-primary:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-primary:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-primary:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-primary:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-primary:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-primary:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-primary:hover {
  border-color: #cccccc;
  background-position: -40px -120px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-primary.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-primary.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-primary.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-primary.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-primary.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-primary.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-primary.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-primary.c3k-active {
  background-position: -40px -120px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-primary.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-primary.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-primary.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-primary.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-primary.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-primary.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-primary.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-primary.c3k-active.c3k-readonly {
  background-position: -40px -120px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-donate,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-press,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-enabled,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-enabled,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-enabled,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-enabled,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-enabled,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-enabled,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-enabled,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-enabled {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/s/img/sprites.png);
  background-repeat: no-repeat;
  background-position: -440px 0px;
  cursor: pointer;
  border-color: 1px solid transparent;
  background-position: -440px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-donate:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-press:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-enabled:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-enabled:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-enabled:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-enabled:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-enabled:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-enabled:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-enabled:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-enabled:hover {
  border-color: #cccccc;
  background-position: -440px -20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-donate.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-press.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-enabled.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-enabled.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-enabled.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-enabled.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-enabled.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-enabled.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-enabled.c3k-active,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-enabled.c3k-active {
  background-position: -440px -60px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-donate.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-newsletter.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-subscription-press.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-flag-enabled.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-flag-enabled.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-flag-enabled.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-flag-enabled.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-flag-enabled.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-flag-enabled.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-flag-enabled.c3k-active.c3k-readonly,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-flag-enabled.c3k-active.c3k-readonly {
  background-position: -440px -60px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu .c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu .c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu .c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu .c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu .c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu .c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu .c3k-readonly:hover,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu .c3k-readonly:hover {
  background-position-y: 0px;
  cursor: default;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu-left,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu-left,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu-left,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu-left,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu-left,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu-left,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu-left,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu-left {
  float: left;
  margin-right: 5px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-property-menu-left .c3k-flag,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-property-menu-left .c3k-flag,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-property-menu-left .c3k-flag,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-property-menu-left .c3k-flag,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property .c3k-error-menu-left .c3k-flag,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property .c3k-error-menu-left .c3k-flag,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-error .c3k-error-menu-left .c3k-flag,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-error .c3k-error-menu-left .c3k-flag {
  cursor: pointer !important;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-property-deleted,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property-deleted {
  background-color: #d7e597;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form {
  background-color: #e6e6e6;
  padding: 5px;
  margin: 10px 0 5px 0;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper {
  float: left;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-checkbox input,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-checkbox input,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-checkbox input,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-checkbox input {
  width: auto;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-textarea,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-textarea,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-textarea,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-textarea {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-textarea textarea,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-textarea textarea,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-textarea textarea,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-textarea textarea {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-salutation,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-salutation,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-salutation,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-salutation {
  width: 330px;
  margin-right: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-title,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-title,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-title,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-title {
  width: 330px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-displayname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-displayname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-displayname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-displayname {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-nickname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-nickname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-nickname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-nickname {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-firstname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-firstname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-firstname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-firstname {
  width: 330px;
  margin-right: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-surname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-surname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-surname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-surname {
  width: 330px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-companyname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-companyname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-companyname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-companyname {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-street,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-street,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-street,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-street {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-country,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-country,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-country,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-country {
  width: 220px;
  margin-right: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-zipcode,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-zipcode,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-zipcode,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-zipcode {
  width: 100px;
  margin-right: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-location,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-location,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-location,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-location {
  width: 330px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-emailaddress,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-emailaddress,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-emailaddress,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-emailaddress {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-owner,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-owner,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-owner,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-owner {
  width: 330px;
  margin-right: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-bankname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-bankname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-bankname,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-bankname {
  width: 330px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-number,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-number,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-number,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-number {
  width: 330px;
  margin-right: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-bankcode,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-bankcode,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-bankcode,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-bankcode {
  width: 330px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-organ,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-organ,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-organ,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-organ {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-categories,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-categories,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-categories,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-categories {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-edit-form .c3k-fieldwrapper-phonenumber,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form .c3k-fieldwrapper-phonenumber,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-container .c3k-create-form .c3k-fieldwrapper-phonenumber,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-create-form .c3k-fieldwrapper-phonenumber {
  width: 100%;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-single-container,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-single-container .c3k-edit-form,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-edit-form {
  margin-top: 0px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-single-container .c3k-property-list,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property-list {
  margin-bottom: 5px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-single-container .c3k-property-list .c3k-property,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-property-list-container .c3k-property-list .c3k-property {
  font-size: 12px;
  padding: 5px;
  background-color: #e6e6e6;
  margin-bottom: 5px;
  height: 20px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history {
  margin-top: 10px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history li {
  line-height: 20px;
  font-size: 12px;
  margin-top: 5px;
  padding: 5px;
  background-color: #e6e6e6;
  cursor: default;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history li:hover {
  background-color: #cccccc;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history li .c3k-date {
  color: #808080;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history li .c3k-badges {
  display: inline-block;
  float: right;
  font-size: 12px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history li .c3k-badges .c3k-badge {
  background-color: #999999;
  color: #ffffff;
  padding: 3px 5px;
  margin-left: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history li .c3k-badges .c3k-badge.c3k-flagged-opened,
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-history li .c3k-badges .c3k-badge.c3k-flagged-visited {
  background-color: #b3b3b3;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-button-wrapper {
  text-align: right;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-button-wrapper .c3k-cancel-button {
  font-size: 12px;
  color: #c50e1f;
  text-decoration: underline;
  cursor: pointer;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-button-wrapper .c3k-submit-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-button-wrapper .c3k-submit-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-button-wrapper .c3k-show-create-form-button {
  font-size: 12px;
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #94ad0f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #94ad0f;
  background: -moz-linear-gradient(top, #9cb610, #8ca40e);
  background: -webkit-gradient(linear, left top, left bottom, from(#9cb610), to(#8ca40e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}
#c3k-columns #c3k-account #c3k-user-application #c3k-tab-content .c3k-tab-content-section .c3k-button-wrapper .c3k-show-create-form-button:hover {
  background-color: #80960d;
  background: #80960d;
  background: -moz-linear-gradient(top, #889f0e, #788c0c);
  background: -webkit-gradient(linear, left top, left bottom, from(#889f0e), to(#788c0c));
}
.c3k-user-search-results {
  width: 100%;
  margin-bottom: 40px;
}
.c3k-user-search-results .c3k-user-info {
  width: 80%;
  float: left;
  margin-bottom: 1em;
}
.c3k-user-search-results .c3k-user-info .c3k-user {
  margin-bottom: 10px;
}
.c3k-user-search-results .c3k-user-info .c3k-user-displayname {
  color: #c50e1f;
  font-weight: bold;
  margin-bottom: 5px;
}
.c3k-user-search-results .c3k-user-info .c3k-user-emailaddresses {
  color: #999999;
  font-size: 80%;
  margin-bottom: 5px;
}
.c3k-user-search-results .c3k-user-info .c3k-user-emailaddresses a {
  color: inherit;
  text-decoration: none;
}
.c3k-user-search-results .c3k-user-info .c3k-user-emailaddresses a:hover {
  text-decoration: underline;
}
.c3k-user-search-results .c3k-user-info .c3k-user-emailaddresses .c3k-subscription-newsletter {
  color: #808080;
  font-weight: bold;
}
.c3k-user-search-results .c3k-user-info .c3k-user-addresses {
  font-size: 90%;
  margin-bottom: 5px;
}
.c3k-user-search-results .c3k-user-info .c3k-user-addresses li {
  margin-bottom: 3px;
}
.c3k-user-search-results .c3k-user-info .c3k-user-properties {
  color: #999999;
  font-size: 80%;
}
.c3k-user-search-results .c3k-user-menu {
  float: left;
  width: 20%;
  list-style: none;
}
.c3k-user-search-results .c3k-user-menu-entry a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 2px 3px 2px 3px;
  background-color: #cccccc;
  margin-bottom: 2px;
  display: block;
}
.c3k-user-search-results .c3k-user-menu-entry a:hover {
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  background-color: #999999;
}
.c3k-user-search-results .c3k-user-menu-entry a.c3k-active {
  background-color: #94ad0f;
}
.c3k-user-search-results .c3k-user-menu-entry.c3k-restore a {
  background-color: #c50e1f;
}
#c3k-ajax-errornotification {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#c3k-ajax-errornotification .c3k-notification {
  width: 460px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  left: 240px;
  -webkit-box-shadow: 0 2px 10px #000000;
  -moz-box-shadow: 0 2px 10px #000000;
  box-shadow: 0 2px 10px #000000;
  color: #e6e6e6;
  background-color: #c50e1f;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 15px 0;
  margin-top: 50px;
  position: absolute;
  z-index: 998;
}
.c3k-modal-info {
  display: none;
  position: relative;
  background-color: #ffffff;
  padding: 20px;
}
.c3k-modal-info .c3k-button-wrapper {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c3k-modal-info .simplemodal-close.c3k-button {
  font: normal 16px Arial;
  color: #ffffff;
  background-color: #c50e1f;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #c50e1f;
  background: -moz-linear-gradient(top, #cf0f20, #bb0d1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf0f20), to(#bb0d1e));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 10px;
}
.c3k-modal-info .simplemodal-close.c3k-button:hover {
  background-color: #ad0c1b;
  background: #ad0c1b;
  background: -moz-linear-gradient(top, #b70d1d, #a40c1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#b70d1d), to(#a40c1a));
}
