﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

#create
{
	font: 10pt @title-font;
	color: @accent-color;
	margin-bottom: 10px;
	display: inline-block;
}

#apps
{
	ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;

		li
		{
			height: 110px;
			margin-bottom: 30px;
		}
	}

	div.thumbnail
	{
		float: left;
		margin-left: 0px;

		div
		{
			width: 180px;
			height: 110px;
			border: 1px solid silver;
		}

		a
		{
			background-image: url(/img/v2/shared/page.png);
			background-repeat: no-repeat;
			background-position: center;
			width: 180px;
			height: 110px;
			display: table-cell;
		}
	}

	div.description
	{
		margin-left: 190px;

		a
		{
			font: bold 11pt @title-font;
			color: @accent-color;
			text-decoration: none;
		}

		span
		{
			font-size: 14px;
			color: #6D6D6D;
			margin-top: 10px;
			display: block;
		}
	}
}
