body{
  background-color: #F1F1F1;
}

.container-fluid{
  max-width: 750px;
  margin-top: 25px;
}

.top{
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.inner-top{
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.link{
  display: inline-block;
  max-width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.link-wrapper{
  min-height: 75px;
  background-color: white;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  margin-top: 7px;
}

.bundle-title{
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
}

.bundle-desc{
  font-size: 18px;
  margin-top: 15px;
}

.bundle-head{
  background-color: white;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.caption{
  margin-top: 10px;
  font-size: 18px;
}
.bundle{
  margin-bottom: 25px;
}
.bundle-creator{
  margin-top: 10px;
}
.bundle-creator-link{
  color: #E26E67;
}
.bundle-creator-link:hover{
  color: #E26E67;
}
.bundle-creator-link:focus{
  color: #E26E67 !important;
}
.bundle-creator-image{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 5px;
}

.loader {
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #E26E67;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#delete-confirmation{
  display: none;
}
.bundle-actions a{
  color: #E26E67;
  cursor: pointer;
}

.item{
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #dedede;
  color: black;
  max-width: 100%;
  padding: 20px;
  display: block;
}
.item:hover{
  color: black;
}

.create-message{
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 20px !important;
}

.create-message-wrapper{
  margin-bottom: 20px;
}

a{
  cursor: pointer;
  color: #E26E67;
}
a:hover{
  color: #E26E67
}

.footer{
  text-align: center;
  background-color: white;
  width: 100%;
  font-size: 20px;
  padding: 20px;
  margin-top: 25px;
}

.bundly-desc{
  margin-top: 30px;
  background-color: white;
  padding: 40px;
}
.bundly-desc-header{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 28px;
  color: #E26E67;
  text-align: center;
}
.bundly-desc-inner{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.tagline{
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
p{
  line-height: 1.6em;
  font-size: 22px;
}

@media screen and (max-width: 450px) {
    .container-fluid{
      padding: 0px;
    }
    .bundle{
      padding: 0px;
    }
}
