<style type="text/css">
  
  /* Also Used By Builder Generator Script */
  
  html,body,form,fieldset,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address
  {
    margin: 0;
    padding: 0;
  }
  
  body {
    font: 76%/160% Arial, Helvetica, sans-serif;
  }
  
  p {
    text-align: center;
  }
  
  .repeater-display-item { 
    display:inline; 
  }
  
  .Rpt_Vertical_Result_Grid_Wrapper {
    clear: both;
    margin-top: 10px;
  }
  
  .Rpt_Vertical_Single_Row_Wrapper {
    clear: both;
    border: 4px solid #f0f0f0;
    margin-bottom: 17px;
    padding: 8px;
  }
  
   .Rpt_Vertical_Row_Item_Wrapper {
	  display: flex; /* for equal height of the children */
  }

  .Rpt_Vertical_Name {
    border-bottom: 1px solid #f1f1f1;
    color: #979797;
    float: left;
    width: 15%;
    padding: 5px;
    margin-right: 15px;
  }
  
  .Rpt_Vertical_Value {
    border-bottom: 1px solid #f1f1f1;
    color: #272727;
    float:left;
    font-weight: bold;
    width: 80%;
    padding: 5px;
  }
  
  .Rpt_Vertical_Clear {
    clear: both;
  }
  
  .Rpt_Vertical_Delete_Row {
    clear: both;
    color: #474747;
    padding: 5px;
  }
  
  .Rpt_Vertical_Multi_Update_Submit {
    clear: both;
    margin-top: 15px;
  }
  
  @media screen and (max-width: 375px) {

      .Rpt_Vertical_Single_Row_Wrapper {
        border: none;
        padding: 10px;
      }

      .Rpt_Vertical_Row_Item_Wrapper {
				flex-flow: row wrap; /* Collapse rows when phone sized */
			}

      .Rpt_Vertical_Name {
        width: 100%;
        color: #dfdfdf;
        font-size: 16pt;
        font-weight: unset;
      }

      .Rpt_Vertical_Value {
        margin-bottom: 18px;
        border: none;
        width: 92%;
      }

      .Rpt_Vertical_Value img {
        width: 100%;
        border: 1px solid #f2f2f2;
      }
  }
  
  .builder-repeater-multi-update-image {
    border: 1px solid #dbdbdb;
    padding: 5px;
    max-width: 400px;
  }
  
  table {
    width: 90%;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    margin: 1em auto;
    border-collapse: collapse;
  }
  
  caption {
    color: #999999;
    font-size: .94em;
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    padding: 0;
    caption-side: top;
    text-align: center;
  }
  
  .column1 {
    background: #f8f8f8;
    color: #212121;
  }
  
  td {
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    color: #797979;
    padding: 0.7em 0.5em;
  }
  
  td input {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  th {
    font-weight: normal;
    color: #595959;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    padding: .3em 1em;
    height: 38px;
  }
  
  thead th {
    background: #f2f2f2;
    text-align: center;
    font: bold 1.0em/1.3em Arial, Helvetica, sans-serif;
    color: #666666
  }
  
  tfoot th {
    text-align: center;
    background: #f4f9fe;
  }
  
  tfoot th strong {
    font: bold 1.2em Arial, Helvetica, sans-serif;
    margin: .5em .5em .5em 0;
    color: #66a3d3;
  }
  
  tfoot th em {
    color: #f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
  }
  
  input,textarea,.uneditable-input {
    
  }
  
  input,textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  }
  
  input,textarea,select,.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #555555;
    font-size: 12px;
    line-height: 18px;
    padding: 3px;
  }
  
  input,button,select,textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  label {
    margin-left: 30%;
  }
  
  label,input,button,select,textarea {
    font-weight: normal;
  }
  
  input:focus,textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
      rgba(82, 168, 236, 0.6);
    outline: 0 none;
  }
  
  input[type="checkbox"] {
    display: inline;
    margin-right: 2%;
    width: auto;
  }
  
  input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none;
    outline-offset: -2px;
  }
  
  td .container {
    float: left;
    margin: 0 auto;
    width: 100%;
  }
  
  input[type="file"]:focus,input[type="radio"]:focus,select:focus {
    box-shadow: none;
    outline: thin dotted #333333;
    outline-offset: -2px;
  }
  
  input[type="submit"] {
    background: linear-gradient(to bottom, #f1f1f1 5%, #f3f3f3 100%) repeat
      scroll 0 0 #b8e356;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    color: #595959;
    cursor:pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    padding: 6px 13px;
    text-decoration: none;
    min-width: 115px;
  }
  
  input[type="submit"]:hover {
    background: linear-gradient(to bottom, #a1a1a1 5%, #b1b1b1 100%);
    color: white;
    background-color: #a5cc52;
  }
  
  input[type="submit"]:active {
    position: relative;
    top: 1px;
  }
  
  body {
    margin: 5px;
    font-family: 'Helvetica';
  }
  
  html {
    margin: 5px;
  }
  
  /* PAGING ELEMENTS  */
  
  .page-class { font-weight:bold; letter-spacing:-0.2px; color:#111; }
  .page-class .non-link {letter-spacing:-0.2px; color:#111; font-weight:bold; word-spacing: 0px; padding-top: 2px; padding-bottom: 2px; padding-left:3px; padding-right:3px; }
  .page-class .non-active {letter-spacing:-0.2px; color:#fff; line-height:21px; background-color:#1b599e; font-weight:bold; word-spacing: 0px; padding-top: 2px; padding-bottom: 2px; border:1px solid #cccccc; }
  
  .page-class a:link {letter-spacing:-0.2px; text-decoration:none; font-weight:bold; color:#1B599E; padding-top: 2px; padding-bottom: 2px; padding-left:3px; padding-right:3px; }
  .page-class a:visited { letter-spacing:-0.2px;text-decoration:none; font-weight:bold; color:#1B599E; padding-top: 1px; padding-bottom: 1px; padding-left:3px; padding-right:3px; }
  .page-class a:hover {letter-spacing:-0.2px; color:#fff; background-color: #1b599e !important; font-weight:bold; padding-top: 2px; padding-bottom: 2px; padding-left:2px; padding-right:2px; border:1px solid #cccccc; }
  
  .non-link { color: #a9a9a9 !important; }
  
  .page-info { color: #a9a9a9 !important; }
  
  .page-class {
    border: none !important;
    width: inherit !important;
    margin: 0 !important;
  }
  
  .page-class td,tr {
    border: none !important;
    width: inherit !important;
  }
  
  .repeater-table a:link { color: #1b599e !important; }
  .repeater-table a:visited { color: #1b599e !important; }
  
  .pager { float: left; }
  
  .page-size { float: left; padding: 0.7em 0.5em; }
  
  .sort-order { float: left; padding: 0.7em 0.5em; }
  
</style>