.company-name {
    display:none
}
.msg_to_nr {
        width: 100%;
        height: 250px;
        padding: 10px;
        outline: 0;
        border: 3px solid blue;
        background: white;
        line-height: 20px;
 }
 button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
  }
  
  label {
	color: blue;
  }
input{
	width: 50%;
	size: 256;
}
small {
	color: red;
}

label { display: table-cell; }

body {
    background: #989898;
    color: black;
	font-family: 'Nunito', sans-serif;
    font-size: 14px;
    /*font-family: "Trebuchet MS", verdana, sans-serif;*/
    overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5{
	font-weight: bold;
}
p {
	font-size: 14px;
    color: black;
  }

ol {
	font-size: 14px;
  }

.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
	background: #2E2F31;
	border: 0;
}
.dropdown-menu {
	background: #2E2F31;
	border-radius: 0;
	border: 0;
}
.navbar-inverse .navbar-nav li a {
	color: #f7f7f7;
	font-size: 16px;
}
.navbar-inverse .navbar-nav li a:hover {
	background: #27A967;
}
.navbar-inverse .navbar-nav .dropdown-menu li a:hover {
	background: #2C463C;
}
.dropdown-menu li a {
	padding: 10px;
}
.btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: white;
	margin-bottom: 5px;
}
.btn-primary:hover {
	color: #27A967;
	background-color: white;
	border-color: white;
}
.glyphicon-large {
	font-size: 100px;
}

.page-content {
	background: white;
    padding: 1% 1%;
}

img {
    padding: 1.5% 1.5%;
    background: white;
}

ul {
list-style-type: none;
font-size: 14px;
}

.card{
     border: 2px solid #FFFFFF;
}

.card p {
    font-size: 14px;
    color: #666666; 
}


