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


 .sb-item-container {
    width: 950px;
    margin-bottom: 15px;
 }

 .sb-innet-container {
    width: 950px;
    display: flex;
    margin-bottom: 1px;
    border-width: 1px;
    border-color: rgb(194, 200, 204);
    padding: 10px;
    border-style: solid;
    display: flex;
    margin-bottom: 10px;
    -moz-box-pack: justify;
    justify-content: space-between;
 }

 .dashicons-yes {
   color: green;
   font-size: larger;
 }

 .dashicons-warning {

   color: red;
   font-size: larger;
 }

 .error {
   color: red;
 }
 .working {
   color: green;
 }