.uk-panel-box-secondary {
  background-color: #ffffff;
  border: 1px solid #996600;
  padding: 10px;
  -webkit-border-radius: 6px 6px 6px 6px;    
  -moz-border-radius: 6px 6px 6px 6px;    
  border-radius: 6px 6px 6px 6px;    
  color: #687480;
}

.uk-article {  
border: 1px solid #996600;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;  
padding-bottom: 0px;
-webkit-border-radius: 6px 6px 6px 6px;    
-moz-border-radius: 6px 6px 6px 6px;    
border-radius: 6px 6px 6px 6px;    
}

.uk-article-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

/* ========================================================================
   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #13202E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}