
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
#right_row {
    padding: 20px 0 0 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #right_row {
        padding: 0 0 0 30px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #right_row {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 1200px) {
    #right_row {
        padding: 0 0 0 30px;
    }
}

.line-separator{
	height:1px;
	background:#717171;
	border-bottom:1px solid #313030;
}

.btn-group-vertical {width:97%};

h4 {padding-left: 10px;}

/*More space between rows @ mobilde devices*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a {
    padding: 10px 35px 0 0;
}