.editable-submit {
   background: url('/uploads/images/icons/check.png') center no-repeat;
   padding: 15px;
   background-color: white;
   background-size: 25px 25px;
   border:0px;
 }
 
 .editable-submit:hover {
   background: url('/uploads/images/icons/check.png') center no-repeat;
   padding: 15px;
   background-color: white;
   background-size: 30px 30px;
 }
 
 .editable-cancel {
    display:none;
 }

.sold, .btn-primary {
   background:#3567b3 !important;
}

.btn-link {
   color:#383838 !important;
}

.btn-link:hover {
   color:#ccc !important;
}

.underline {
   text-decoration: underline;
}

.automation_color {
	opacity:0.2; 
	border:0px;  
}

.color_selected_create {
	opacity:1;
}

.color_selected {
	opacity:1;
}

@media only screen and (max-width: 750px) {
  body {
    /*text-align:center !important;*/
  }
  h1,h2,h3,h4 {
     font-size:20px !important;
  }
  p {
     font-size:14px !important;
  }
  .user_image {
     max-width:100px;
  }
  
  .btn-head { 
	  display:block !important; 
	  margin: 15px 0px 15px 0px;
	  padding:20px;
	  width:100%;
   }
  
}
