.responsive {
    background: url('https://s20.postimg.org/o09gf7fvx/bag.jpg') no-repeat center top;
    border: 1px solid red;
    background-size: contain;
    width: 100%;
    height: 270px;
}


.box {
 float: left;
 width: 18%;
 margin-right: 2%;
 box-sizing: border-box;
}


.box:last-child {
     margin-right: 0;
}

.box1, .box2, .box3, .box4, .box5 {
     float: left;
     width: 18%;
     margin-right: 2%;
     box-sizing: border-box;
     padding: 30px;
}

.box3 {
     margin-right: 0;

}

#container {

	background: #211f1f00;
}

.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #07eb2b;
}


input[type=checkbox], input[type=radio] {
    margin: 4px 20px 0;
    margin-top: 1px\9;
    line-height: normal;
}


.ui-widget-header {
    border: 1px solid #d83c3c;
    background: #d83c3c;
    color: #ffffff;
    font-weight: bold;
}

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#812424;
}


 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}



/* The Modal (background) */
.modal {

}

/* Modal Content/Box */
.modal-content {
position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 6px;
    outline: 0;
    /* -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); */
    /* box-shadow: 0 3px 9px rgba(0,0,0,.5); */
}

/* The Close Button */
 .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

 .close:hover,
 .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}







blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #d83c3c;
  border-right: 2px solid #d83c3c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  cursor: pointer;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}



.btn-primary {
    background-image: -webkit-linear-gradient(top,#eb0707 0,#eb0707 100%);
    background-image: -o-linear-gradient(top,#eb0707 0,#eb0707 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eb0707),to(#eb0707));
    background-image: linear-gradient(to bottom,#eb0707 0,#eb0707 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb0707', endColorstr='#eb0707', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #eb0707;
}

.btn-success {
    background-image: -webkit-linear-gradient(top,#eb0707 0,#eb0707 100%);
    background-image: -o-linear-gradient(top,#eb0707 0,#eb0707 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eb0707),to(#eb0707));
    background-image: linear-gradient(to bottom,#eb0707 0,#eb0707 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb0707', endColorstr='#eb0707', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #eb0707;
}

.btn-primary {
    color: #fff;
    background-color: #eb0707;
    border-color: #eb0707;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #FF0000;
}


.navbar-brand {
    float: left;
    height: 50px;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 20px;
}

.main-container {
	margin-top: 20px;
}

.main container img {

    height: auto;
float: right;
}


.registration-form {
	//max-width: 450px;
	margin: 0 auto;
}

small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.center-frame { 
  width:100%;
  height: 400px;
  overflow: hidden;

}
.wild-frame {
  background: url(../image/bild.png) no-repeat center; 
  width:100%;
  height: 100%

}

.tbl-mail a {width: 100%;font-size:1.2em;color:#d83c3c;margin: 0px 0px 20px;}
.tbl-qa{width: 100%;font-size:1.2em;background-color: #f5f5f5;margin: 0px 0px 20px;}
.tbl-qa th.table-header {padding: 5px;text-align: left;padding:10px;background-color: #d83c3c;}
.tbl-qa .table-row td {padding: 5px;background-color: #FDFDFD;vertical-align: top;border: 1px solid #343434;color: #000000;}
.button_link {color:#FFF;text-decoration:none; background-color:#428a8e;padding:10px;}
#datepicker{border: #CCC 1px solid; border-radius: 4px; padding: 7px;background:url("demo-search-icon.png") no-repeat center right 7px; color: #FF0000;}
#datepick{border: #CCC 1px solid; border-radius: 4px; padding: 7px;background:url("demo-search-icon.png") no-repeat center right 7px; color: #FF0000;}
.btn-page{margin-right:10px;padding:5px 10px; border: #CCC 1px solid; background:#f21d1d; border-radius:4px;cursor:pointer;}
.btn-page:hover{background:#F0F0F0;}
.btn-page.current{background:#F0F0F0;}

    .form-wrapper input {
        width: 85%;
        height: 40px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px 'Roboto';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px; 
color:#555555;     
    }


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}



/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}



select {
 display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}





.movie-list thead th,
.movie-list tbody th .ui-table-cell-label,
.movie-list tbody td .ui-table-cell-label {
    text-transform: uppercase;
    font-size: 1.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
}
/* White bg, large blue text for rank and title */
.movie-list tbody th {
    font-size: 1.2em;
    background-color: #fff;
    color: #77bbff;
    text-align: center;
}
/*  Add a bit of extra left padding for the title */
.movie-list tbody td.title {
    padding-left: .8em;
}
/* Add strokes */
.movie-list thead th {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
background-color: #c52727;
 font-size: 1.2em;
}
.movie-list tbody th,
.movie-list tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);

}
/*  Custom stacked styles for mobile sizes */
/*  Use a max-width media query so we don't have to undo these styles */
@media (max-width: 10em) {
    /*  Negate the margin between sections */
    .movie-list tbody th {
        margin-top: 0;
        text-align: left;
    }
    /*  White bg, large blue text for rank and title */
    .movie-list tbody th,
    .movie-list tbody td.title {
        display: block;
        font-size: 1.2em;
        line-height: 110%;
        padding: .5em .5em;
        background-color: #fff;
        color: #77bbff;
        -moz-box-shadow: 0 1px 6px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1);
        box-shadow: 0 1px 6px rgba(0,0,0,.1);
    }
    /*  Hide labels for rank and title */
    .movie-list tbody th .ui-table-cell-label,
    .movie-list tbody td.title .ui-table-cell-label {
        display: none;
    }
    /*  Position the title next to the rank, pad to the left */
    .movie-list tbody td.title {
        margin-top: -2.1em;
        padding-left: 2.2em;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    /*  Make the data bold */
    .movie-list th,
    .movie-list td {
      



    }
    /* Make the label elements a percentage width */
    .movie-list td .ui-table-cell-label,
    .movie-list th .ui-table-cell-label {
        min-width: 20%;
    }
}
/* Media query to show as a standard table at wider widths */
@media ( min-width: 10em ) {
    /* Show the table header rows */
    .movie-list td,
    .movie-list th,
    .movie-list tbody th,
    .movie-list tbody td,
    .movie-list thead td,
    .movie-list thead th {
        display: table-cell;
        margin: 0;
    }
    /* Hide the labels in each cell */
    .movie-list td .ui-table-cell-label,
    .movie-list th .ui-table-cell-label {
        display: none;
    }
}
/* Hack to make IE9 and WP7.5 treat cells like block level elements */
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this */
@media ( max-width: 10em ) {
    .movie-list td,
    .movie-list th {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left;

    }
}
 
 
a {
    color: #FFFFFF;
    text-decoration: none;
    word-break: break-all;
}



@media ( min-width: 40em ) {
    /* Show the table header rows */
    .table td,
    .table th,
    .table tbody th,
    .table tbody td,
    .table thead td,
    .table thead th {
        display: table-cell;
        margin: 0;



    }
    /* Hide the labels in each cell */
    .table td .ui-table-cell-label,
    .table th .ui-table-cell-label {
        display: none;
    }
}



@media (max-width: 40em) {
    /*  Negate the margin between sections */

.registration-form {
    max-width: 450px;
    margin: 0 auto;
}

    .form-wrapper input {
        width: 230px;
        height: 40px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px 'Roboto';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px; 
color:#555555;     
    }

.tbl-mail a {width: 100%;font-size:1.0em;color:#d83c3c;margin: 0px 0px 20px;}
.tbl-qa{width: 100%;font-size: 0.9em;background-color: #f5f5f5;margin: 0px 0px 20px;}
.tbl-qa th.table-header {padding: 5px;text-align: left;padding:10px;background-color: #d83c3c;}
.tbl-qa .table-row td {padding: 5px;background-color: #FDFDFD;vertical-align: top;border: 1px solid #343434;color: #000000; font-size:0.9em;}
.button_link {color:#FFF;text-decoration:none; background-color:#428a8e;padding:10px;}
#datepicker{border: #CCC 1px solid; border-radius: 4px; padding: 7px;background:url("demo-search-icon.png") no-repeat center right 7px; color: #FF0000;}

.btn-page{margin-right:10px;padding:5px 10px; border: #CCC 1px solid; background:#f21d1d; border-radius:4px;cursor:pointer;}
.btn-page:hover{background:#F0F0F0;}
.btn-page.current{background:#F0F0F0;}


.form-wrapper {
    width: 380px;
    padding: 15px;
    background: #444;
    background: rgba(0,0,0,.2);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    margin: 0px 0px 15px;
}


 


    .table tbody th {
        margin-top: 0;
        text-align: left;



 font-family: Verdana, sans-serif, Arial;
 font-weight: normal;
 font-size: .7em;

    }

#keyword{border: #CCC 1px solid; border-radius: 4px; padding: 7px;background:url("demo-search-icon.png") no-repeat center right 7px; color: #FF0000;}

    /*  White bg, large blue text for rank and title */
    .table tbody th,
    .table tbody td.title {
  
        line-height: 110%;

        color: #000000;
     
    }




td.edit
 { 
 text-align: right;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }

td.delete
 { 
 text-align: right;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }


td.wo
 { 
 text-align: right;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }

td.uhrzeit
 { 
 text-align: left;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }

th.uhrzeit
 { 
 text-align: left;
 padding-top: 4px;
background-color: #ff0000;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }

th.wo
 { 
 text-align: center;
 padding-top: 4px;
width: 1px;
background-color: #ff0000;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }



td.title
 { 
 text-align: left;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
    word-break: keep-all;
    word-wrap: break-word;


 padding-right: 0px; }
background-color: #000000;
.table thead th,
.table tfoot th {
	background-color: #ff0000;
}



th.Spiel
 { 
 text-align: left;
 padding-top: 4px;
width: 100%;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }










    /*  Hide labels for rank and title */
    .table tbody th .ui-table-cell-label,
    .table tbody td.title .ui-table-cell-label {
        display: none;
    }
    /*  Position the title next to the rank, pad to the left */
    .table tbody td.title {
   
    }
    /*  Make the data bold */
    .table th,
    .table td {
      
 

    color: #000000;

    background-size: cover;
    padding: 4em 6em 7.5em;



 font-family: Verdana, sans-serif, Arial;
 font-weight: normal;
 font-size: .7em;
    }


blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 10px;
  line-height: 1.0;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #d83c3c;
  border-right: 2px solid #d83c3c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  cursor: pointer;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}





img {

    /* max-width: 60%; */
    height: 22px;
    width: 22px;
    /* float: right; */


} 

    /* Make the label elements a percentage width */
    .table td .ui-table-cell-label,
    .table th .ui-table-cell-label {
        min-width: 80%;
    }
}




td.edit
 { 
 text-align: right;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;

 padding-right: 0px; }

td.delete
 { 
 text-align: right;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;

 padding-right: 0px; }


td.wo
 { 
 text-align: right;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;

 padding-right: 0px; }

td.uhrzeit
 { 
 text-align: left;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
color: #000000;
 padding-right: 0px; }

th.uhrzeit
 { 
 text-align: left;
 padding-top: 4px;
background-color: #ff0000;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }

th.wo
 { 
 text-align: center;
 padding-top: 4px;
width: 1px;
background-color: #ff0000;
 padding-bottom: 4px;
 padding-left: 8px;

 padding-right: 0px; }



td.title
 { 
 text-align: left;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
    word-break: keep-all;
    word-wrap: break-word;
 padding-right: 0px; }
.table thead th,
.table tfoot th {
	background-color: #d83c3c;
}


.title
 { 
 text-align: left;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }
.table thead th,
.table tfoot th {
	background-color: #d83c3c;
}



th.Spiel
 { 
 text-align: left;
 padding-top: 4px;
width: 100%;

background-color: #ff0000;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 0px; }





.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #07eb2b;
}


input[type=checkbox], input[type=radio] {
    margin: 4px 20px 0;
    margin-top: 1px\9;
    line-height: normal;
}










 body {
        background: #555 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
        
        color: #eee;
        text-align: center;
    }
    
    a {
        color: #FFFFFF;
    }

    
    /*-------------------------------------*/
    
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    .form-wrapper {
    //    width: 420px;
        padding: 15px;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
margin: 0px 0px 15px;
    }
    

    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 110px;
        font: bold 15px/40px 'Roboto';
        color: #fff;
        text-transform: uppercase;
        background: #d83c3c;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #e54040;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #c42f2f;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #d83c3c transparent;
        top: 12px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #e54040;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
.byline p{
  text-align:center;
  color:#c6c6c6;
  font: bold 18px Arial, Helvetica, Sans-serif;
  text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.byline p a{
  color:#d83c3c;
  text-decoration:none;
}


table th {
color: #FFFFFF;
font-size: 1.2em;
}

table td {
color: #000000;
font-size: 1.2em;
text-align: left;
}

table tbody th {
color: #000000;
font-size: 1.2em;
}


.small, small {
    font-size: 85%;
    color: #FFFFFF;
}














.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}






