/* 
    Document   : theme
    Created on : 20-nov-2014, 10:41:40
    Author     : ruben
    Description:
        Purpose of the stylesheet follows.
*/

body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.separator{
	margin-top: 15px;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left20px{
	margin-left: 20px;
}

.jumbotron{
	padding: 20px !important;
}