.tool h3 img {
	width: 75px; 
	height: 75px; 
	border:1px solid #DCDCDC;
}

.tool .actions {
	padding-left: 50px;
	text-align: left;
} 

.tool .actions ul {
	padding: 0;
	margin: .5em 0 0 0;
} 

.tool .actions p {
	margin: 0 !important;
} 

.tool .button {
	padding: 0.5em 1.5em;
}

.tool {
    margin: 1em 0 1em 40px;
    border: 1px solid #dcdcdc;
    padding: 0 1em 0 50px;
    background: #fff;
    position: relative;
}
.tool h3 img {
    position: absolute;
    left: -40px;
}
.tool .actions {
    background: #efedee;
    margin: 0 -1em 0 -50px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.questions select {
    overflow: auto;
}
#Category option{
 width:130%;   
}


@media (max-width: 576px) { 
  .search-result{
     padding-left: 0;
     list-style: none;
  }
}