.user-info {
  padding-top: 8px;
}

a.my-activities{
  color:white;
}

label{
display:block !important;
}

#my-activity-button:hover{
 color: white;
}
a.submit-a-request {
  display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    width: auto;
    color: white;
    font-size: 15px;
    clear: both;
    margin: 10px auto;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB215), to(#E57200));
  background: -moz-linear-gradient(top, #FFB215, #E57200);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB215', endColorstr='#E57200');
}

a.submit-a-request:hover{
  color:white;
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top,  #f88e11,  #f06015);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
a.submit-a-request:active,a.submit-a-request:focus {
   color:white;
  outline:#da7c0c;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8001), to(#FFB215));
  background: -moz-linear-gradient(top,  #FF8001,  #FFB215);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E57200', endColorstr='#FFB215');
}

.biggest{
	font-size: 26px;
}
.divList{
		margin:20px 10px;
}
.divList img{
		margin-right: 10px; 
}
.divList a{
		font-size:16px; vertical-align: middle;
}
.search{
  text-align: center;
}
@media (min-width: 1080px) {
  .search{
  width: 448px;
  display: inline-block;
	}
}


.search input#query {
    width: 60%;
    display: inline-block;
}

.search input[type='submit'] {
  width: 15%;
  display: inline-block;
  margin-top: -3px;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  /*border: 1px solid #dddddd;*/
  color: #5EA52B;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

