
/** ADD YOUR AWESOME CODES HERE **/
.navbar-brand{
	width: 150px
}

.btn {
  display: inline-block;
  padding: 0 20px;
  margin:0px 1px;
  margin-bottom: 0;
  font-size: 16px; 
  height: 35px;
  line-height: 35px;
  font-family: 'Quark','Lato', sans-serif;
  font-weight: bold;
  width: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 1px; 

  background-color: #594F74;
  color: #fff;
  border: 0;
  position: relative;  
  border-radius: 0;

          -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

   -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
  background-image: none; 
}

.btn-lg {
  display: inline-block;
  padding: 0 20px;
  margin:0px 1px;
  margin-bottom: 0;
  font-size: 30px; 
  height: 55px;
  line-height: 55px;
  font-family: 'Quark','Lato', sans-serif;
  font-weight: bold;
  width: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 1px; 

  background-color: #594F74;
  color: #fff;
  border: 0;
  position: relative;  
  border-radius: 0;

          -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

   -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
  background-image: none; 
}

.modal-body
{
	display:inline-block; overflow:auto;
}

.modal-dialog {
    max-width: 600px;
}