.template {
  display: none;
}

.alert-danger .alert-link {
  display: none;
}

#join_options {
  display: none;
}

#textinfo {
  display: none;
}
/*
.navbar {
    background-image: linear-gradient(to bottom,#3d7c7a 0,#549996 100%);
}
.navbar-default .navbar-brand {
    color: #FFFFFF;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#FFDDDD;background-color:transparent
}

.navbar-default .navbar-nav>li>a {
    color: #DDDDDD;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color:#FFFFFF;background-color:transparent
}
*/

#drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    margin:10px;
    text-align: center;
    width:100% ;
    height:100% ;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}
.alert strong{
    margin-right:20px;
}
.alert .glyphicon{
    margin-right:10px;
}
.alert a{
    float:right;
}
#no-input,#no-output {
    text-align:center ;
    color: #bbb;
}
.bs-docs-footer {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 20px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.bs-docs-social {
    margin-bottom: 20px;
    text-align: center;
}
.bs-docs-social-buttons li {
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 15px
}

.bs-callout p {
    margin-left: 10px ;
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    border-radius: 3px
}

.bs-callout+.bs-callout {
    margin-top: -5px
}

.bs-callout-danger {
    border-left-color: #d9534f
}

.bs-callout-danger h4 {
    color: #d9534f
}

.bs-callout-warning {
    border-left-color: #5cb85c
}

.bs-callout-warning h4 {
    color: #5cb85c
}

.bs-callout-info {
    border-left-color: #5bc0de
}

.bs-callout-info h4 {
    color: #5bc0de
}

.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
