/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #chartContainer {
 	height: 500px;
 }

 #configSection {
 	margin-top: 10px;
 }

 #configSection input{
   display: inline-block;
}

#configSection #notificationEmail:invalid {
  border: 2px solid red;
}
#configSection span{
   display: block;
}

#description {
	resize: none;
	height: 90px;
	width: 300px;
	margin-bottom: 5px;
}

#saveConfig {
	display: block;
}

#simDataTable {
	margin-top: 10px;
}

/***
 * @TODO: Move me into theme, and this probably should be dynamic...
 *
 * Public > My Account > Nav
 */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--data-usage a::before {
  content: "\f1eb";
}

.box-edit-nickname input[name="sim_nickname"], .switches {
    display:none
}